From 9d24f6a3f8cf31ebc02475d3b955cad78c2c6851 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 9 Mar 2007 09:04:40 +0000 Subject: [PATCH] Add 'serendipity_xml_icon' CSS class to links for XML icons to authors and syndication plugin --- include/plugin_internal.inc.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index fa267ad..be894af 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -904,7 +904,7 @@ class serendipity_syndication_plugin extends serendipity_plugin { if (serendipity_db_bool($this->get_config('show_0.91', true))) { ?>
- XML + XML RSS 0.91 feed
get_config('show_1.0', true))) { ?>
- XML + XML RSS 1.0 feed
get_config('show_2.0', true))) { ?>
- XML + XML RSS 2.0 feed
get_config('show_atom0.3', true))) { ?>
- ATOM/XML + ATOM/XML ATOM 0.3 feed
get_config('show_atom1.0', true))) { ?>
- ATOM/XML + ATOM/XML ATOM 1.0 feed
get_config('show_2.0c', true))) { ?>
- XML + XML RSS 2.0
get_config('show_opml1.0', false))) { ?>
- XML + XML OPML 1.0 feed
XML '; + $html .= 'XML '; } $html .= ''. htmlspecialchars($auth['realname']) . $entrycount . ''; $html .= '' . "\n"; -- 2.39.5