diff options
| author | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-14 02:23:37 +0000 |
|---|---|---|
| committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-12-14 02:23:37 +0000 |
| commit | 13ad40ab5cfd1457a0d9b536d837d558ae1badde (patch) | |
| tree | 0f6303c4c19aac2c6e52bd5e073c6dc65181248a /core/config/config.php | |
| parent | c322f1fe4c02c586c779d673baf8547bd30ae611 (diff) | |
Created admin controller and made admin obey admin theme settings
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 9d08aef3..0f57baae 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -119,6 +119,7 @@ $config['extension_prefix'] = 'MY_'; $config['modules'] = array( MODPATH . 'forge', THEMEPATH . 'default', + THEMEPATH . 'default_admin' ); if (defined('TEST_MODE')) { |
