diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index f3a8b04e644..7c5b6d9e99a 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -268,11 +268,24 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" function print_titre($titre) { - global $conf; print ''; print ''; print '
'.$titre.'
'; } +/* + * + * + */ +function print_fiche_titre($titre, $mesg='') +{ + print ''; + print ''; + if (strlen($mesg)) + { + print ''; + } + print '
'.$titre.'
'.$mesg.'
'; +} /* * *