blob: 0e45ce1dfa383c427540eee97ed0d828addd2aaf (
plain)
1
2
3
4
5
6
7
|
<?php
/**
* View to display the RSS link
* @todo check this - it doesn't appear this view is ever called
**/
?>
<div class="rss_link clearfix"><a href="" title="RSS feed for the wire">RSS feed for the wire</a></div>
|