diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 |
commit | 51ada4c2e2ee305fa12b1f9f70bd6935e825dd80 (patch) | |
tree | 5d2dc666bbcac81c887587301ce95392c3e1f0dd /core | |
parent | f39cf6ed2f43706ef13e67353ea7e43f5d09b7a8 (diff) |
Move search out into its own module and have it display its link at
the header_bottom() insertion point.
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
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' ); |