summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-24 17:04:11 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-24 17:04:11 +0000
commit68f2112b4d291edef3b8065ee1bf7a5379e72c6f (patch)
tree15c64525e6a514d7f4458fb24905c58e44e77f52 /includes/common.inc
parent10aaea33428ef0757dbc92780f9a755d6d79a90d (diff)
downloadbrdo-68f2112b4d291edef3b8065ee1bf7a5379e72c6f.tar.gz
brdo-68f2112b4d291edef3b8065ee1bf7a5379e72c6f.tar.bz2
- nodified index.php:
the index page will only display stories for now but this will/can change in the near future - all other files now thinks in terms of nodes, rather then stories
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index be788322e..2d24df5a5 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -21,6 +21,7 @@ include_once "includes/locale.inc";
include_once "includes/search.inc";
include_once "includes/theme.inc";
include_once "includes/user.inc";
+include_once "includes/node.inc";
user_init();
$locale = locale_init();