From 51ada4c2e2ee305fa12b1f9f70bd6935e825dd80 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 23 Nov 2008 08:08:12 +0000 Subject: Move search out into its own module and have it display its link at the header_bottom() insertion point. --- core/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index 71916a8b..9fe668b8 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -132,5 +132,6 @@ $config['modules'] = array MODPATH . 'media_rss', MODPATH . 'slideshow', MODPATH . 'comment', - MODPATH . 'atom' + MODPATH . 'atom', + MODPATH . 'search' ); -- cgit v1.2.3