summaryrefslogtreecommitdiff
path: root/core/config/config.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-03 05:55:34 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-03 05:55:34 +0000
commitfa9dda4c01a1ebb1af34e51fb36c2b3f27eb8d6e (patch)
tree486944ef8b36fe9386444641ec6ab99ae0765e32 /core/config/config.php
parenta089399e73cf52ebb7ac84c8db8b66db9664322b (diff)
Create an initial attempt at the album controller, set it up with a default route
and add a link to it from the welcome page.
Diffstat (limited to 'core/config/config.php')
-rw-r--r--core/config/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php
index afa84a82..5ab35a0e 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -122,4 +122,6 @@ $config['modules'] = array
MODPATH . 'unit_test',
MODPATH . 'mptt',
MODPATH . 'forge',
+
+ THEMEPATH . 'default',
);