From 727c4060a590d12595a0378e5d83b57423d920f5 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 20 Nov 2008 02:19:30 -0500 Subject: New public tabs - Public, Recent tags, Featured, and Favorited darcs-hash:20081120071930-7b5ce-a15d7308bde085f03aa335c98ecd0aaa3833bc35.gz --- actions/tag.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'actions/tag.php') 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() -- cgit v1.2.3-54-g00ecf