item()) { $url = rss::item_feed($theme->item()); } else if ($theme->tag()) { $url = rss::tag_feed($theme->tag()); } // 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 "
"; } }