summaryrefslogtreecommitdiff
path: root/core/config/config.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-20 00:50:37 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-20 00:50:37 +0000
commit99f131d9ae72cf9f954352d7827c1da932ed8c01 (patch)
tree1de8ad2bddbebf85d67ae9116e6eed6c11c006dd /core/config/config.php
parent6564007a9deb7879b67ec67e81ec91841ddd09a4 (diff)
Create module::load_themes() to load the correct theme after we do
routing and know whether we're going to an /admin page or a regular one.
Diffstat (limited to 'core/config/config.php')
-rw-r--r--core/config/config.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/config/config.php b/core/config/config.php
index 00046e80..128043c5 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -118,8 +118,6 @@ $config['extension_prefix'] = 'MY_';
*/
$config['modules'] = array(
MODPATH . 'forge',
- THEMEPATH . 'default',
- THEMEPATH . 'admin_default'
);
if (TEST_MODE) {