1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

{---BREADCRUMB---} values added for Gsitemap and Gallery plugins.

This commit is contained in:
Cameron
2019-06-15 10:45:02 -07:00
parent 1e6bf9df94
commit ee59e5cc85
4 changed files with 42 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ if(e_QUERY == "show" || !empty($_GET['show']))
0 => array('text' => $tp->toHTML(GSLAN_Name), 'url'=> null ) // e107::url('gsitemap','index')
);
$text = e107::getForm()->breadcrumb($bread);
e107::breadcrumb($bread);
}
else
{