From de707b67970fd7e99ec6a70c67ce76309cfec0d5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Jun 2000 20:21:07 +0000 Subject: * Various small bugfixes and enhancements: I think I fixed all bugs I knew about. * The code generated by my theme `Dries' is now 90% of the time aligned correctly. :o) --- article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'article.php') 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, "[ hlcolor2\">home | id\">hlcolor2\">add a comment ]"); - if ($mode != "nocomments") include "comments.php"; + include "comments.php"; $theme->footer(); ?> \ No newline at end of file -- cgit v1.2.3