blob: 0dd1002b48df854ec251a92248a9fee7ed5f7bd7 (
plain)
1
2
3
4
5
6
7
8
|
<?php
/**
* View to display the RSS link
**/
?>
<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>
|