Current Directory: /home/astoriaah/www/templates/yootheme_child/html/mod_breadcrumbs
Viewing File: /home/astoriaah/www/templates/yootheme_child/html/mod_breadcrumbs/default.php
<?php
defined('_JEXEC') or die;
if (!$params->get('showLast', 1)) {
array_pop($list);
}
echo JHtml::_('render', 'breadcrumbs', ['items' => $list]);
?>