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')
-rwxr-xr-xtheme/admin/viewComment.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/theme/admin/viewComment.tpl b/theme/admin/viewComment.tpl index ae2ee46..8b52fa0 100755 --- a/theme/admin/viewComment.tpl +++ b/theme/admin/viewComment.tpl
@@ -1,12 +1,12 @@
1<DIV CLASS="bubble"> 1<div class="bubble">
2 <BLOCKQUOTE> 2 <blockquote>
3 <DIV> 3 <div>
4 <IMG SRC="http://www.gravatar.com/avatar/<!--CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G"> 4 <img src="http://www.gravatar.com/avatar/<!--CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G" />
5 <!--TEXT--> 5 <!--TEXT-->
6 </DIV> 6 </div>
7 </BLOCKQUOTE> 7 </blockquote>
8 <CITE><STRONG><!--USERNAME--></STRONG> on <!--DATE--></CITE> 8 <cite><strong><!--USERNAME--></strong> on <!--DATE--></cite>
9</DIV><P> 9</div>
10 10
11<A HREF="/admin/moderateComments.php">Back to Comment Moderation</A><BR> 11<p><a href="/admin/moderateComments.php">Back to Comment Moderation</a><br />
12<A HREF="/admin/">Back to Admin Panel</A> 12<a href="/admin/">Back to Admin Panel</a></p>