summary refs log tree commit diff stats
path: root/theme/admin/viewComment.tpl
blob: 9254f1d48f2bd764875be9fa49ae45841cf30019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<DIV CLASS="bubble">
	<BLOCKQUOTE>
		<DIV>
			<IMG SRC="http://www.gravatar.com/avatar.php?gravatar_id=<!--CODEDEMAIL-->&amp;rating=G&amp;size=40&amp;default=<!--CODEDDEF-->">
			<!--TEXT-->
		</DIV>
	</BLOCKQUOTE>
	<CITE><STRONG><!--USERNAME--></STRONG> on <!--DATE--></CITE>
</DIV><P>

<A HREF="/admin/moderateComments.php">Back to Comment Moderation</A><BR>
<A HREF="/admin/">Back to Admin Panel</A>