diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 23:12:16 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 23:12:16 +0000 |
commit | ba348181f74634376c871c2be9210ead4582b5e2 (patch) | |
tree | dafffce92e7bd1ded3bc9b5dd0b1cfdf2dca1aee | |
parent | 3024d2313be97a866d1b922b94333e8b63174be7 (diff) |
Rename tag_cloud.html.php to tags_block.html.php for consistency
-rw-r--r-- | modules/tags/helpers/tags.php | 3 | ||||
-rw-r--r-- | modules/tags/views/tags_block.html.php (renamed from modules/tags/views/tag_cloud.html.php) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/tags/helpers/tags.php b/modules/tags/helpers/tags.php index ca4f7e35..cc18ebb0 100644 --- a/modules/tags/helpers/tags.php +++ b/modules/tags/helpers/tags.php @@ -1,3 +1,4 @@ + <?php defined("SYSPATH") or die("No direct script access."); /** * Gallery - a web based photo album viewer and editor @@ -23,7 +24,7 @@ class Tags_Core { $block = new Block(); $block->id = "gTags"; $block->title = _("Tags"); - $block->content = new View("tag_cloud.html"); + $block->content = new View("tags_block.html"); return $block; } }
\ No newline at end of file diff --git a/modules/tags/views/tag_cloud.html.php b/modules/tags/views/tags_block.html.php index 4e5a93ac..4e5a93ac 100644 --- a/modules/tags/views/tag_cloud.html.php +++ b/modules/tags/views/tags_block.html.php |