1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

header/footer code cleanup

This commit is contained in:
Cameron
2019-06-17 09:23:21 -07:00
parent a9292caef0
commit dc53fb37a1
4 changed files with 32 additions and 70 deletions

View File

@@ -1004,6 +1004,8 @@ if (!class_exists('e107table', false))
$ret[$sc] = isset($val[$var]) ? (string) $val[$var] : null;
}
$bread = e107::breadcrumb();
$ret['{---BREADCRUMB---}'] = e107::getForm()->breadcrumb($bread);
return $ret;