From b82332192a7420cce045612014ad6f54b02974c3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:20:20 +0000 Subject: 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! --- core/config/config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/config') 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', ); -- cgit v1.2.3