summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-28 21:31:08 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-28 21:31:08 +0000
commitc765cb206b326050454b2c417b1af3c20346f39c (patch)
tree88fc071d47780063673e891970ba315cba854742 /themes/example/example.theme
parentd788879db27c9acef001d4b68b6e7f10e5304ac2 (diff)
downloadbrdo-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.theme2
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>";
?>