Skip to content

Commit

Permalink
Update blog_links.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Dec 22, 2014
1 parent cbf2872 commit 54d3498
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/com_content/views/category/tmpl/blog_links.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
defined('_JEXEC') or die;
?>


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

0 comments on commit 54d3498

Please sign in to comment.