diff options
Diffstat (limited to 'htdocs')
| -rw-r--r-- | htdocs/config.php.defaults | 5 | 
1 files changed, 2 insertions, 3 deletions
| 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"				, | 
