diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-28 21:31:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-28 21:31:08 +0000 |
commit | c765cb206b326050454b2c417b1af3c20346f39c (patch) | |
tree | 88fc071d47780063673e891970ba315cba854742 /themes/example/example.theme | |
parent | d788879db27c9acef001d4b68b6e7f10e5304ac2 (diff) | |
download | brdo-c765cb206b326050454b2c417b1af3c20346f39c.tar.gz brdo-c765cb206b326050454b2c417b1af3c20346f39c.tar.bz2 |
- fixed small problem in example.theme
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r-- | themes/example/example.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index 02d2ce925..b3fe9de7f 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -75,7 +75,7 @@ <?php echo "<P>". check_output($story->abstract, 1) ."</P>"; - if ($reply) + if ($reply && $story->article) echo "<P>". check_output($story->article, 1) ."</P>"; ?> |