File Manager

Current Directory: /home/astoriaah/www/old15/plugins/system/t3/base-bs3/html/com_content/featured
Viewing File: /home/astoriaah/www/old15/plugins/system/t3/base-bs3/html/com_content/featured/default_links.php
<?php /** * @package Joomla.Site * @subpackage com_content * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <ol class="nav"> <?php foreach ($this->link_items as &$item) : ?> <li> <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug)); ?>"> <?php echo $item->title; ?></a> </li> <?php endforeach; ?> </ol>