diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:20:20 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:20:20 +0000 |
| commit | b82332192a7420cce045612014ad6f54b02974c3 (patch) | |
| tree | 7fae26a41040c0f7af6caddbfacb8c8db6250502 /core/config/config.php | |
| parent | f7560a7e8b15abdd549e4c59bbb39c6416844d9e (diff) | |
The carousel block is now off into its own module. The
sidebar.html.php file loops over $theme->blocks() which in turn calls
carousel::block() which uses the Block object to create a standard
block UI. Hooray!
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index de872455..06c5c8f0 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -122,5 +122,7 @@ $config['modules'] = array MODPATH . 'unit_test', MODPATH . 'forge', + MODPATH . 'carousel', + THEMEPATH . 'default', ); |
