| [ Index ] |
PHP Cross Reference of Joomla 1.5.25 |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined('_JEXEC') or die('Restricted access'); ?> 3 <ul class="mostread<?php echo $params->get('moduleclass_sfx'); ?>"> 4 <?php foreach ($list as $item) : ?> 5 <li class="mostread<?php echo $params->get('moduleclass_sfx'); ?>"> 6 <a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>"> 7 <?php echo $item->text; ?></a> 8 </li> 9 <?php endforeach; ?> 10 </ul>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Nov 14 16:47:20 2011 | Cross-referenced by PHPXref 0.7.1 |