[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/templates/beez/html/com_content/section/ -> blog_links.php (source)

   1  <?php // @version $Id: blog_links.php 11917 2009-05-29 19:37:05Z ian $
   2  defined('_JEXEC') or die('Restricted access');
   3  ?>
   4  
   5  <h2>
   6      <?php echo JText::_('More Articles...'); ?>
   7  </h2>
   8  
   9  <ul>
  10      <?php foreach ($this->links as $link) : ?>
  11      <li>
  12          <a class="blogsection" href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>">
  13              <?php echo $this->escape($link->title); ?></a>
  14      </li>
  15      <?php endforeach; ?>
  16  </ul>


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