summaryrefslogtreecommitdiff
path: root/modules/comment/views/show_comments.html.php
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-11 20:54:12 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-11 20:54:12 +0000
commit752459c64cafec0f003c4b8531201c58a5fecad7 (patch)
tree5d608658a9102d1c5f15d47e8e8fd422ac9b427d /modules/comment/views/show_comments.html.php
parentdd9058ada40b3afd47d3cbf800b78862bc44bdb6 (diff)
Display comments from the database.
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
-rw-r--r--modules/comment/views/show_comments.html.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php
new file mode 100644
index 00000000..9726364f
--- /dev/null
+++ b/modules/comment/views/show_comments.html.php
@@ -0,0 +1,9 @@
+<? defined("SYSPATH") or die("No direct script access."); ?>
+<div id="gComments"><!-- BEGIN #gComments -->
+ <? if ($comment_list): ?>
+ <h2>Comments</h2>
+ <?= $comment_list ?>
+ <? endif ?>
+
+ <?= $comment_form ?>
+</div><!-- END #gComments -->