summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/tag.php')
-rw-r--r--actions/tag.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/actions/tag.php b/actions/tag.php
index dab462eae..553810ccc 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -69,19 +69,7 @@ class TagAction extends StreamAction {
common_element_end('div');
}
- common_element_start('ul', array('id' => 'nav_views'));
-
- common_menu_item(common_local_url('tags'),
- _('Recent Tags'),
- _('Recent Tags'),
- !$tag);
- if ($tag) {
- common_menu_item(common_local_url('tag', array('tag' => $tag)),
- '#' . $tag,
- sprintf(_("Notices tagged with %s"), $tag),
- true);
- }
- common_element_end('ul');
+ $this->public_views_menu();
}
function show_tags()