In version 2.6.2, the breadcrumb menu will be standardized in that the template variable
$item['title'] always contains the page title and
$item['link'] the page name. If the page title is empty,
$item['title'] also contains the page name. This change includes a modification of the
mod_breadcrumb.tpl template:
php:
is changed to
php:
Thus, the active element always shows the page title, which also worked with
$item['link'] up to now, but will not anymore after the update. Therefore, it is necessary to adjust your custom templates (if any).