'."\n";
# Safe mode
if ($safe_mode)
{
echo
'
'.__('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').'
'.
'
';
}
// Display breadcrumb (if given) before any error message
echo $breadcrumb;
if ($core->error->flag()) {
echo
'
'.(count($core->error->getErrors()) > 1 ? __('Errors:') : __('Error:')).'
'.
$core->error->toHTML().
'
';
}
}
public static function close()
{
global $core;
if (!$GLOBALS['__resources']['ctxhelp']) {
echo
'
'.__('Global help').'
';
}
$menu =& $GLOBALS['_menu'];
echo
"