diff options
author | deva <deva> | 2009-04-28 07:34:49 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-28 07:34:49 +0000 |
commit | 1a8817ea76efb61240a9baa1673b95438e8770d9 (patch) | |
tree | 6eb9ebb2cc6e0a8f436076dcda9e2561f26fd0b0 /htdocs | |
parent | 69bd7a81597461d6afa3e294fc33bb89d6ef4ef2 (diff) |
Added icon dir to config.
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" , |