From 1b656be7135efe51ba0eb34d6ac76c2632ec193a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 14 Jun 2009 22:27:26 -0700 Subject: Create a sidebar for tag pages Move the for the container feed (either gallery/album/ or tag/tag/) back into gallery_theme --- 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