1
0
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:
Cameron
2020-12-28 09:48:44 -08:00
parent 48e3fdabc9
commit 10482b8a89
5 changed files with 27 additions and 7 deletions

View File

@@ -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;