diff options
-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 |