From 8e880b4c4124db457244b5a75975c4f6e4531378 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:35:47 +0000 Subject: Item Info block is now off into the info module. Yay! --- core/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/config/config.php') diff --git a/core/config/config.php b/core/config/config.php index 2627a6f4..3f0f24d3 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -125,6 +125,7 @@ $config['modules'] = array MODPATH . 'carousel', MODPATH . 'tags', MODPATH . 'user', - + MODPATH . 'info', + THEMEPATH . 'default', ); -- cgit v1.2.3