[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/modules/mod_sections/tmpl/ -> default.php (source)

   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>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1