'.__('Safe mode').'
'. ''.__('You are in safe mode. All plugins have been temporarily disabled. Remind to log out then log in again normally to get back all functionalities').'
'. ''.(count($core->error->getErrors()) > 1 ? __('Errors:') : __('Error:')).'
'. $core->error->toHTML(). '

' :
'
');
$index = 0;
foreach ($elements as $element => $url) {
$res .= ($with_home_link ? ($index == 1 ? ' : ' : ' › ') : ($index == 0 ? ' ' : ' › ')).
($url ? '' : '').$element.($url ? '' : '');
$index++;
}
$res .= '