summary refs log tree commit diff stats
path: root/theme/admin/viewComment.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/viewComment.tpl')
-rw-r--r--theme/admin/viewComment.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/admin/viewComment.tpl b/theme/admin/viewComment.tpl new file mode 100644 index 0000000..9254f1d --- /dev/null +++ b/theme/admin/viewComment.tpl
@@ -0,0 +1,12 @@
1<DIV CLASS="bubble">
2 <BLOCKQUOTE>
3 <DIV>
4 <IMG SRC="http://www.gravatar.com/avatar.php?gravatar_id=<!--CODEDEMAIL-->&amp;rating=G&amp;size=40&amp;default=<!--CODEDDEF-->">
5 <!--TEXT-->
6 </DIV>
7 </BLOCKQUOTE>
8 <CITE><STRONG><!--USERNAME--></STRONG> on <!--DATE--></CITE>
9</DIV><P>
10
11<A HREF="/admin/moderateComments.php">Back to Comment Moderation</A><BR>
12<A HREF="/admin/">Back to Admin Panel</A>