[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_content/views/frontpage/tmpl/ -> default_links.php (source)

   1  <?php // no direct access
   2  defined('_JEXEC') or die('Restricted access'); ?>
   3  <div>
   4      <strong><?php echo JText::_( 'More Articles...' ); ?></strong>
   5  </div>
   6  <ul>
   7  <?php foreach ($this->links as $link) : ?>
   8      <li>
   9          <a class="blogsection" href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>">
  10              <?php echo $this->escape($link->title); ?></a>
  11      </li>
  12  <?php endforeach; ?>
  13  </ul>


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