item() || $theme->tag())) { if ($item = $theme->item()) { $url = rss::feed_link("gallery/album/{$item->id}"); } else if ($tag = $theme->tag()) { $url = rss::feed_link("tag/tag/{$tag->id}"); } // Polar Rose doesn't understand relative URLs. Hack around that until they fix it. $url = url::abs_site(substr($url, strpos($url, "index.php") + 10)); return "" . ""; } } static function page_bottom($theme) { return "
"; } }