| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined('_JEXEC') or die('Restricted access'); ?> 3 <ul class="sections<?php echo $params->get('moduleclass_sfx'); ?>"><?php 4 foreach ($list as $item) : 5 ?> 6 <li> 7 <a href="<?php echo JRoute::_(ContentHelperRoute::getSectionRoute($item->id)); ?>"> 8 <?php echo $item->title;?></a> 9 </li> 10 <?php endforeach; ?> 11 </ul>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |