mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Solves the duplicate breadcrumb issue.
This commit is contained in:
@@ -950,7 +950,7 @@ if (!class_exists('e107table', false))
|
||||
}
|
||||
|
||||
$bread = e107::breadcrumb();
|
||||
$ret['{---BREADCRUMB---}'] = e107::getForm()->breadcrumb($bread);
|
||||
$ret['{---BREADCRUMB---}'] = e107::getForm()->breadcrumb($bread, true);
|
||||
|
||||
return $ret;
|
||||
|
||||
|
Reference in New Issue
Block a user