diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-12 16:28:31 +0000 |
commit | 814ece73a196977d47c23cd02f543e6e2ab41a62 (patch) | |
tree | a590b528d716ef2d3b7ba77be60639bda0adf029 /views/default/output | |
parent | d829e66a97fdb2965cf88662cd366a92ebe6a6e5 (diff) | |
download | elgg-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')
-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 |