Your IP : 216.73.216.56


Current Path : /home/eolienneia/www/templates/yootheme/html/mod_breadcrumbs/
Upload File :
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]);