diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:17:29 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 07:17:29 +0000 |
commit | e87a37b8552504a7e9adcafad9662e291b4cfc18 (patch) | |
tree | 2301f619d58ace4f14de01b1e1d868156c7f4c28 | |
parent | 140736a1e49d47376ebc893aa2da250ba3d836a3 (diff) |
Rename 'tags' module to 'tag' for consistency of pluralization
-rw-r--r-- | core/config/config.php | 2 | ||||
-rw-r--r-- | modules/tag/helpers/tags.php (renamed from modules/tags/helpers/tags.php) | 0 | ||||
-rw-r--r-- | modules/tag/views/tags_block.html.php (renamed from modules/tags/views/tags_block.html.php) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index c1b5942b..3a81f112 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -125,7 +125,7 @@ $config['modules'] = array THEMEPATH . 'default', MODPATH . 'carousel', - MODPATH . 'tags', + MODPATH . 'tag', MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', diff --git a/modules/tags/helpers/tags.php b/modules/tag/helpers/tags.php index 7b942c6c..7b942c6c 100644 --- a/modules/tags/helpers/tags.php +++ b/modules/tag/helpers/tags.php diff --git a/modules/tags/views/tags_block.html.php b/modules/tag/views/tags_block.html.php index f23874ff..f23874ff 100644 --- a/modules/tags/views/tags_block.html.php +++ b/modules/tag/views/tags_block.html.php |