From 68f2112b4d291edef3b8065ee1bf7a5379e72c6f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Mar 2001 17:04:11 +0000 Subject: - 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 --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/common.inc') 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(); -- cgit v1.2.3