From 1a8817ea76efb61240a9baa1673b95438e8770d9 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Apr 2009 07:34:49 +0000 Subject: Added icon dir to config. --- htdocs/config.php.defaults | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'htdocs') diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults index dac5fd3..c5dd500 100644 --- a/htdocs/config.php.defaults +++ b/htdocs/config.php.defaults @@ -4,17 +4,16 @@ $PAGE_DIR = "../pages"; $DATA_DIR = "../data"; $ALBUMS_DIR = "gfx/albums"; +$ICONS_DIR = "gfx/icons"; $UTIL_DIR = "../utils"; $MODULES_DIR = $UTIL_DIR . "/modules"; -$MODULES = array("news", "events", "pages", "gallery", "config"); +$MODULES = array("news", "events", "pages", "gallery", "config", "icons"); $DEFAULT_PAGE = "news"; $ADMIN_TIMEOUT = 60*60; // 60 min timeout -$TITLE = "blah"; - $PRELOAD = array("gfx/biography_hover.jpg", "gfx/contact_hover.jpg", "gfx/discography_hover.jpg" , -- cgit v1.2.3