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:
@@ -3632,6 +3632,11 @@ var_dump($select_options);*/
|
||||
return null;
|
||||
}
|
||||
|
||||
if(deftrue('e_FRONTPAGE'))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if(!is_array($array)){ return; }
|
||||
|
||||
$opt = array();
|
||||
|
Reference in New Issue
Block a user