diff options
Diffstat (limited to 'modules/tag/helpers')
| -rw-r--r-- | modules/tag/helpers/tag_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_menu.php b/modules/tag/helpers/tag_menu.php index 965e66c4..b13453f8 100644 --- a/modules/tag/helpers/tag_menu.php +++ b/modules/tag/helpers/tag_menu.php @@ -23,6 +23,6 @@ class tag_menu_Core { ->append(Menu::factory("link") ->id("tags") ->label(_("Tags")) - ->url("#")); + ->url(url::site("admin/tags"))); } } |
