| Current Path : /home/eolienneia/www/templates/yootheme/html/mod_breadcrumbs/ |
| Current File : /home/eolienneia/www/templates/yootheme/html/mod_breadcrumbs/default.php |
<?php
namespace YOOtheme;
defined('_JEXEC') or die;
$view = app(View::class);
if (!$params->get('showLast', 1)) {
array_pop($list);
} elseif ($list) {
$list[count($list) - 1]->link = '';
}
echo $view('~theme/templates/breadcrumbs', ['items' => $list]);