From ee305ae144d074692f2737eed8e38ec32f20e98e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2004 15:05:21 +0000 Subject: Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: tag. + Dublin core dates: , , . - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML. --- includes/theme.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index a89ffa3f4..e5b5ccbed 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -452,6 +452,15 @@ function theme_error($message) { return "
$message
"; } +/** + * Returns code that emits an XML-icon. + * + * @return a string containing the @a output. + */ +function theme_xml_icon($url) { + return "
\"".
"; +} + /** * Execute hook _head which is run at the start of the page, and output should * be in the head tags. -- cgit v1.2.3