diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-07 05:04:15 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-07 05:04:15 +0000 |
commit | c526a9cd2542ae10589f8b7736e173d720b7e794 (patch) | |
tree | 68c9baa791dbfb2d125c61401c0d8fb293792fce | |
parent | 7329cb0dde260f022178c7965f6240660d08da28 (diff) |
Move default theme up above modules so that it can override module views
-rw-r--r-- | core/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/config/config.php b/core/config/config.php index 6805f52e..b57a4b71 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -122,11 +122,11 @@ $config['modules'] = array MODPATH . 'unit_test', MODPATH . 'forge', + THEMEPATH . 'default', + MODPATH . 'carousel', MODPATH . 'tags', MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', - - THEMEPATH . 'default', ); |