diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/helpers/tag.php (renamed from modules/tag/helpers/tags.php) | 6 | ||||
-rw-r--r-- | modules/tag/views/tag_block.html.php (renamed from modules/tag/views/tags_block.html.php) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/tag/helpers/tags.php b/modules/tag/helpers/tag.php index 7b942c6c..3fe97a7d 100644 --- a/modules/tag/helpers/tags.php +++ b/modules/tag/helpers/tag.php @@ -18,12 +18,12 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class Tags_Core { +class Tag_Core { public static function block($theme) { $block = new Block(); - $block->id = "gTags"; + $block->id = "gTag"; $block->title = _("Tags"); - $block->content = new View("tags_block.html"); + $block->content = new View("tag_block.html"); return $block; } }
\ No newline at end of file diff --git a/modules/tag/views/tags_block.html.php b/modules/tag/views/tag_block.html.php index f23874ff..f23874ff 100644 --- a/modules/tag/views/tags_block.html.php +++ b/modules/tag/views/tag_block.html.php |