Add id on title "other boxes"

This commit is contained in:
Laurent Destailleur 2009-10-25 19:45:20 +00:00
parent 05533ffe77
commit 2c3a33c8eb

View File

@ -570,7 +570,7 @@ $boxarray=$infobox->listboxes("0",$user); // 0=value for home page
if (sizeof($boxarray))
{
print '<br>';
print_fiche_titre($langs->trans("OtherInformationsBoxes"),'','');
print_fiche_titre($langs->trans("OtherInformationsBoxes"),'','','','otherboxes');
print '<table width="100%" class="notopnoleftnoright">';
print '<tr><td class="notopnoleftnoright">'."\n";