Features LDAP, Rights, Cables, Menu improvements and bug fixing
This commit is contained in:
@@ -152,4 +152,12 @@ function print_tree($params, Smarty_Internal_Template $template) {
|
||||
}
|
||||
}
|
||||
|
||||
function msgout(array $parameters, Smarty_Internal_Template $smarty)
|
||||
{
|
||||
// This is just a quick hack around missing {php} in Smarty3
|
||||
$GLOBALS['g_error']->PrintOut();
|
||||
$GLOBALS['g_warning']->PrintOut();
|
||||
$GLOBALS['g_message']->PrintOut();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user