diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-06-22 20:21:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-06-22 20:21:07 +0000 |
commit | de707b67970fd7e99ec6a70c67ce76309cfec0d5 (patch) | |
tree | 8197c13047a32809b260bbd637e3635fc460b4dc /article.php | |
parent | 3e4e873f211b94c15516a462ea30cdb0af4b6bdd (diff) | |
download | brdo-de707b67970fd7e99ec6a70c67ce76309cfec0d5.tar.gz brdo-de707b67970fd7e99ec6a70c67ce76309cfec0d5.tar.bz2 |
* 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)
Diffstat (limited to 'article.php')
-rw-r--r-- | article.php | 2 |
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 |