Skip to content

Commit

Permalink
remove the extra title
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed May 8, 2016
1 parent 1a2f317 commit b14f69c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -108,7 +108,6 @@
$key = FinderHelperLanguage::branchSingular($item->title);
$title = $lang->hasKey($key) ? JText::_($key) : $item->title;
}
echo $title;
?>
<?php if ((int) $item->num_children === 0) : ?>
<span class="gi">&mdash;</span>
Expand Down

0 comments on commit b14f69c

Please sign in to comment.