summaryrefslogtreecommitdiff
path: root/actions/tag.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-11-20 16:21:42 -0500
committerZach Copley <zach@controlyourself.ca>2008-11-20 16:21:42 -0500
commitf3b5b5de8af2a3d716e2d571c24d6970f54edfe7 (patch)
treed0bdcca28b7f0fc2d546e66871227ddfc0b8a114 /actions/tag.php
parent0bd6f7645159095be3a39e01888eab116b397883 (diff)
Only show 'Recent tags' tab for tag cloud, not for tag streams
darcs-hash:20081120212142-7b5ce-9b0325c43a423de108b221325446969dc240d916.gz
Diffstat (limited to 'actions/tag.php')
-rw-r--r--actions/tag.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/tag.php b/actions/tag.php
index 553810ccc..034072a6b 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -67,9 +67,8 @@ class TagAction extends StreamAction {
common_element_start('div', 'instructions');
common_raw($output);
common_element_end('div');
+ $this->public_views_menu();
}
-
- $this->public_views_menu();
}
function show_tags()