summaryrefslogtreecommitdiff
path: root/themes/bluemarine/comment.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bluemarine/comment.tpl.php')
-rw-r--r--themes/bluemarine/comment.tpl.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/bluemarine/comment.tpl.php b/themes/bluemarine/comment.tpl.php
index b73b7aef3..1aa1e193a 100644
--- a/themes/bluemarine/comment.tpl.php
+++ b/themes/bluemarine/comment.tpl.php
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
<div class="comment<?php if (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
<?php if ($picture) {
print $picture;