芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/modules/mod_breadcrumbs/tmpl/default.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; ?>
get('showHere', 1)) : ?>
link) && !empty($list[$i - 1]->link) && $list[$i]->link === $list[$i - 1]->link) { unset($list[$i]); } } // Find last and penultimate items in breadcrumbs list end($list); $last_item_key = key($list); prev($list); $penult_item_key = key($list); // Make a link if not the last item in the breadcrumbs $show_last = $params->get('showLast', 1); // Generate the trail foreach ($list as $key => $item) : if ($key !== $last_item_key) : if (!empty($item->link)) : $breadcrumbItem = '
' . html_entity_decode($item->name, ENT_QUOTES, 'UTF-8') . '
'; else : $breadcrumbItem = '
' . $item->name . '
'; endif; // Render all but last item - along with separator ?>
' . html_entity_decode($item->name, ENT_QUOTES, 'UTF-8') . ''; // Render last item if required. ?>