From 2a5ffaae7e656636bf8c9411358bf4f33c31dde8 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Jun 2009 13:27:26 +0800 Subject: Create a sidebar for tag pages Move the for the container feed (either gallery/album/ or tag/tag/) back into gallery_theme Signed-off-by: --- modules/tag/helpers/tag_theme.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_theme.php b/modules/tag/helpers/tag_theme.php index 45f55986..a32d71b6 100644 --- a/modules/tag/helpers/tag_theme.php +++ b/modules/tag/helpers/tag_theme.php @@ -20,11 +20,7 @@ class tag_theme_Core { static function head($theme) { $url = url::file("modules/tag/js/tag.js"); - $head[] = ""; - if ($theme->tag() && module::is_active("rss")) { - $head[] = rss::feed_link("tags/{$theme->tag()->id}"); - } - return implode("\n", $head); + return ""; } static function sidebar_blocks($theme) { -- cgit v1.2.3