Your IP : 216.73.217.11


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

<?php
/**
T4 Overide
 */

defined('_JEXEC') or die;

use Joomla\CMS\Router\Route;
use Joomla\CMS\Language\Text;

?>
<section class="items-more">
	<h3><?php echo Text::_('COM_CONTENT_MORE_ARTICLES'); ?></h3>
	<ol class="com-content-category-blog__links nav nav-tabs nav-stacked">
		<?php foreach ($this->link_items as &$item) : ?>
			<li class="com-content-category-blog__link">
				<a href="<?php echo Route::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
					<?php echo $item->title; ?></a>
			</li>
		<?php endforeach; ?>
	</ol>
</section>