diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index ab8febf574f..0b4ad38d357 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -240,11 +240,10 @@ function print_liste_field_titre($name, $file, $field, $begin="") print ''; print ''; print ''; - } function print_titre($titre) - { +{ global $conf; print ''; print ''; @@ -254,6 +253,19 @@ function print_titre($titre) * * */ + +function block_access() +{ + llxHeader(); + print "Accés refusé"; + llxFooter(); +} + +/* + * + * + */ + function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $form='') { global $conf;
'.$titre.'