summaryrefslogtreecommitdiff
path: root/article.php
diff options
context:
space:
mode:
Diffstat (limited to 'article.php')
-rw-r--r--article.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/article.php b/article.php
index e18068d67..63c2277f4 100644
--- a/article.php
+++ b/article.php
@@ -16,6 +16,6 @@
$theme->header();
$theme->article($story, "[ <A HREF=\"\"><FONT COLOR=\"$theme->hlcolor2\">home</FONT></A> | <A HREF=\"comments.php?op=reply&pid=0&sid=$story->id\"><FONT COLOR=\"$theme->hlcolor2\">add a comment</FONT></A> ]");
- if ($mode != "nocomments") include "comments.php";
+ include "comments.php";
$theme->footer();
?> \ No newline at end of file