summaryrefslogtreecommitdiff
path: root/modules/comment/views/show_comments.html.php
diff options
context:
space:
mode:
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 -->