From 2c3a33c8eb9deb61d3c2ddfc638d8f9d9b538ab0 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 25 Oct 2009 19:45:20 +0000
Subject: [PATCH] Add id on title "other boxes"

---
 htdocs/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 '<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";
 
-- 
GitLab