| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/components/com_content/views/category/tmpl/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/components/com_content/views/category/tmpl/blog_links.php |
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<div>
<strong><?php echo JText::_( 'More Articles...' ); ?></strong>
</div>
<ul>
<?php foreach ($this->links as $link) : ?>
<li>
<a class="blogsection" href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>">
<?php echo $this->escape($link->title); ?></a>
</li>
<?php endforeach; ?>
</ul>