change active breadcrumb items name
26. December 2015
using title(Titel) and not pageTitle (Seitentitel)
->templates->new template for “mod_breadcrumb.html5”
// $item[data][title] instead of $item[titel] 7 <?php if ($item['isActive']): ?> 8 <li class="active<?php if ($item['class']): ?> <?= $item['class'] ?><?php endif; ?> last"><?= $item['data']['title'] ?></li> 9 <?php else: ?>
Hinterlasse einen Kommentar
You must be logged in to post a comment.