diff options
author | deva <deva> | 2009-04-29 17:41:35 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-29 17:41:35 +0000 |
commit | b7e798b69cc03587b1154bade5e2b007815e564b (patch) | |
tree | 4bacb7827e9ab236076f29ca38262d709815e976 /htdocs/config.php.defaults | |
parent | 2c544b1da614a6cbc8ec6a1afd5ca1644953d1ef (diff) |
Initial work on members module.
Diffstat (limited to 'htdocs/config.php.defaults')
-rw-r--r-- | htdocs/config.php.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults index c5dd500..84d7c52 100644 --- a/htdocs/config.php.defaults +++ b/htdocs/config.php.defaults @@ -5,10 +5,11 @@ $PAGE_DIR = "../pages"; $DATA_DIR = "../data"; $ALBUMS_DIR = "gfx/albums"; $ICONS_DIR = "gfx/icons"; +$MEMBERS_DIR = "gfx/members"; $UTIL_DIR = "../utils"; $MODULES_DIR = $UTIL_DIR . "/modules"; -$MODULES = array("news", "events", "pages", "gallery", "config", "icons"); +$MODULES = array("news", "events", "pages", "gallery", "config", "icons", "members"); $DEFAULT_PAGE = "news"; |