Your IP : 216.73.217.13


Current Path : /home/p/o/n/poneycluc/www/templates/ja_stark/html/com_content/featured/
Upload File :
Current File : /home/p/o/n/poneycluc/www/templates/ja_stark/html/com_content/featured/default_links.php

<?php
/**
T4 Overide
 */

defined('_JEXEC') or die;

use Joomla\CMS\Router\Route;

?>
<ol class="nav nav-tabs nav-stacked">
<?php foreach ($this->link_items as &$item) : ?>
	<li>
		<a href="<?php echo Route::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
			<?php echo $item->title; ?></a>
	</li>
<?php endforeach; ?>
</ol>