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.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php
deleted file mode 100644
index 35b2c67a..00000000
--- a/modules/comment/views/show_comments.html.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
-<div id="gComments">
- <? if ($comment_list): ?>
- <h2><?= _("Comments") ?></h2>
- <ul id="gCommentThread">
- <?= $comment_list ?>
- </ul>
- <? endif ?>
-
- <?= $comment_form ?>
-</div>