diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config.php.defaults | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/htdocs/config.php.defaults b/htdocs/config.php.defaults index 401e2e7..dac5fd3 100644 --- a/htdocs/config.php.defaults +++ b/htdocs/config.php.defaults @@ -1,4 +1,5 @@ <?php +/* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ $PAGE_DIR = "../pages"; $DATA_DIR = "../data"; @@ -6,7 +7,7 @@ $ALBUMS_DIR = "gfx/albums"; $UTIL_DIR = "../utils"; $MODULES_DIR = $UTIL_DIR . "/modules"; -$MODULES = array("news", "events", "pages", "gallery"); +$MODULES = array("news", "events", "pages", "gallery", "config"); $DEFAULT_PAGE = "news"; @@ -15,25 +16,13 @@ $ADMIN_TIMEOUT = 60*60; // 60 min timeout $TITLE = "blah"; $PRELOAD = array("gfx/biography_hover.jpg", - "gfx/contact_hover.jpg", - "gfx/discography_hover.jpg", - "gfx/downloads_hover.jpg", - "gfx/gallery_hover.jpg", - "gfx/guestbook_hover.jpg", - "gfx/live_hover.jpg", - "gfx/members_hover.jpg", - "gfx/news_hover.jpg", - "gfx/shop_hover.jpg"); - -$MENU = array("news" => "News", - "shop" => "Shop", - "downloads" => "Downloads", - "biography" => "Biography", - "live" => "Concerts", - "discography" => "Discography", - "guestbook" => "Guestbook", - "members" => "Members", - "gallery" => "Gallery", - "contact" => "Contact"); - + "gfx/contact_hover.jpg", + "gfx/discography_hover.jpg" , + "gfx/downloads_hover.jpg", + "gfx/gallery_hover.jpg", + "gfx/guestbook_hover.jpg", + "gfx/live_hover.jpg", + "gfx/members_hover.jpg", + "gfx/news_hover.jpg", + "gfx/shop_hover.jpg"); ?>
\ No newline at end of file |