diff options
Diffstat (limited to 'views/default/output')
-rw-r--r-- | views/default/output/rss_view.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/views/default/output/rss_view.php b/views/default/output/rss_view.php index 0dd1002b4..725f1619a 100644 --- a/views/default/output/rss_view.php +++ b/views/default/output/rss_view.php @@ -1,8 +1,7 @@ <?php /** * View to display the RSS link + * @todo check this - it doesn't appear this view is ever called **/ ?> -<div class="sidebar_container"> -<p><a href=""><img src="<?php echo $vars['url']; ?>_graphics/icon_rss.gif" alt="RSS icon" /></a> RSS feed for the wire</p> -</div>
\ No newline at end of file +<div class="rss_link clearfloat"><a href="" title="RSS feed for the wire">RSS feed for the wire</a></div>
\ No newline at end of file |