diff --git a/htdocs/index.php b/htdocs/index.php
index 16bc5ee7c12..883cef2c5c2 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -570,7 +570,7 @@ $boxarray=$infobox->listboxes("0",$user); // 0=value for home page
if (sizeof($boxarray))
{
print '
';
- print_fiche_titre($langs->trans("OtherInformationsBoxes"),'','');
+ print_fiche_titre($langs->trans("OtherInformationsBoxes"),'','','','otherboxes');
print '
| '."\n"; |