1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Add generic breadcrumb to PM.

This commit is contained in:
Cameron
2019-06-16 12:45:26 -07:00
parent 4780e73ef4
commit 9e3a77fdf7

View File

@@ -709,6 +709,8 @@
$array[2] = array('text' => $other, 'url' => null);
}
e107::breadcrumb($array);
return e107::getForm()->breadcrumb($array);
}