diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:28:20 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:28:20 +0000 |
| commit | a60944e07d77bcc020bf33934055702dae89b875 (patch) | |
| tree | 810af6d27a57fb7c4d4781d97d75627c71d44987 /core/config/config.php | |
| parent | b82332192a7420cce045612014ad6f54b02974c3 (diff) | |
Tags are now off in their own module, hooray!
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 06c5c8f0..71bd5823 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -123,6 +123,7 @@ $config['modules'] = array MODPATH . 'forge', MODPATH . 'carousel', + MODPATH . 'tags', THEMEPATH . 'default', ); |
