From 99f131d9ae72cf9f954352d7827c1da932ed8c01 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 20 Dec 2008 00:50:37 +0000 Subject: 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. --- core/config/config.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/config') 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) { -- cgit v1.2.3