1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Fixes #4398 - Page breadcrumb. Disabled breadcrumb on frontpage.

This commit is contained in:
Cameron
2021-02-18 17:02:37 -08:00
parent 1fae6bf7cf
commit cae8cf1345
2 changed files with 20 additions and 2 deletions

View File

@@ -3632,6 +3632,11 @@ var_dump($select_options);*/
return null;
}
if(deftrue('e_FRONTPAGE'))
{
return null;
}
if(!is_array($array)){ return; }
$opt = array();