diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ $result = db_query("SELECT nid FROM node WHERE type = 'story' AND status = '$sta $theme->header(); while ($node = db_fetch_object($result)) { - node_view(node_get_object("nid", $node->nid)); + node_view(node_get_object("nid", $node->nid), 1); } $theme->footer(); |