aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/rss_view.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 16:28:31 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 16:28:31 +0000
commit814ece73a196977d47c23cd02f543e6e2ab41a62 (patch)
treea590b528d716ef2d3b7ba77be60639bda0adf029 /views/default/output/rss_view.php
parentd829e66a97fdb2965cf88662cd366a92ebe6a6e5 (diff)
downloadelgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.gz
elgg-814ece73a196977d47c23cd02f543e6e2ab41a62.tar.bz2
Collected all core sprites into graphics and updated css accordingly. Removed unused core graphics. Moved plugin-specific graphics into respective plugins graphics directories.
git-svn-id: http://code.elgg.org/elgg/trunk@5700 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/output/rss_view.php')
-rw-r--r--views/default/output/rss_view.php5
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