0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
OLD
/
00-OLD
/
templates
/
beez
/
html
/
com_content
/
frontpage
/
[
Home
]
File: default_links.php
<?php // @version $Id: default_links.php 11917 2009-05-29 19:37:05Z ian $ defined('_JEXEC') or die('Restricted access'); ?> <h2> <?php echo JText::_('More Articles...'); ?> </h2> <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>