0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.7-1
/
standard
/
htdocs
/
modules
/
rss
/
views
/
[
Home
]
File: rss_block.html.php
<?php defined("SYSPATH") or die("No direct script access.") ?> <ul id="g-feeds"> <? foreach($feeds as $url => $title): ?> <li style="clear: both;"> <span class="ui-icon-left"> <a href="<?= rss::url($url) ?>"> <span class="ui-icon ui-icon-signal-diag"></span> <?= html::purify($title) ?> </a> </span> </li> <? endforeach ?> </ul>