Files @ f43d1a4680a9
Branch filter:

Location: hot67beta/administrator/modules/mod_feed/tmpl/default.php - annotation

ethanzonca@localhost.localdomain
menubar 0 to 10
1
2
3
4
5
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'; ?>">
<?php echo modFeedHelper::render($params); ?>
</div>