diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 01:55:59 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 01:55:59 +0000 |
| commit | 2c274694127f5127fef311c13d265a9099dd629d (patch) | |
| tree | f2c855e5306822a14ffaef9a4f6ec3734a4890db /modules/tag/helpers | |
| parent | 08c9745086a51accf6e561d6e8ac2a9ab7582ef7 (diff) | |
Simple admin tags interface.
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"))); } } |
