Modification de print_titre supression de la table inutile

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 09:10:22 +00:00
parent c73eb220d0
commit d084dc959b

View File

@ -438,9 +438,7 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options="
function print_titre($titre)
{
print '<table width="100%" border="0" cellpadding="3" cellspacing="0">';
print '<tr><td><div class="titre">'.$titre.'</div></td>';
print '</tr></table>';
print '<div class="titre">'.$titre.'</div>';
}
/*
*