Modification de print_titre supression de la table inutile
This commit is contained in:
parent
c73eb220d0
commit
d084dc959b
@ -438,9 +438,7 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options="
|
|||||||
|
|
||||||
function print_titre($titre)
|
function print_titre($titre)
|
||||||
{
|
{
|
||||||
print '<table width="100%" border="0" cellpadding="3" cellspacing="0">';
|
print '<div class="titre">'.$titre.'</div>';
|
||||||
print '<tr><td><div class="titre">'.$titre.'</div></td>';
|
|
||||||
print '</tr></table>';
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user