summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-03-31 15:39:29 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-03-31 15:39:29 +0000
commit74fe7990d2f05089bf699236e2191c41cdcdf8b1 (patch)
tree221cd3cc6f220001f7be6bf692546340992cc4cb /themes/example/example.theme
parent34afc4bd2fbb4b835ce28e0c6cfdfdc9c330aa20 (diff)
downloadbrdo-74fe7990d2f05089bf699236e2191c41cdcdf8b1.tar.gz
brdo-74fe7990d2f05089bf699236e2191c41cdcdf8b1.tar.bz2
Fixed article/body bug
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r--themes/example/example.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index 085b2eb38..40f0fb9df 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -82,8 +82,8 @@
<?php
echo "<P>". check_output($story->abstract, 1) ."</P>";
- if ($reply && $story->article)
- echo "<P>". check_output($story->article, 1) ."</P>";
+ if ($reply && $story->body)
+ echo "<P>". check_output($story->body, 1) ."</P>";
?>
</TD>