diff --git a/htdocs/boxes.php b/htdocs/boxes.php index a78d87cf3dd..d9f6cda1216 100644 --- a/htdocs/boxes.php +++ b/htdocs/boxes.php @@ -22,7 +22,7 @@ * \brief File of class to manage widget boxes * \author Rodolphe Qiedeville * \author Laurent Destailleur - * \version $Id: boxes.php,v 1.58 2011/08/15 18:37:07 eldy Exp $ + * \version $Id: boxes.php,v 1.59 2011/08/17 22:20:29 eldy Exp $ */ @@ -48,13 +48,7 @@ function printBoxesArea($user,$areacode) print ''."\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print ''; - - // Affichage colonne gauche - print '\n"; - // Affichage colonne droite - print '"; - print "
'."\n"; - } + print '
'; print "\n\n"; @@ -83,12 +77,7 @@ function printBoxesArea($user,$areacode) print "
\n"; print "\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print "
'; - } + print '
'; print "\n\n"; print '\n"; print "\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print "
\n"; - } + print '
'; print "\n"; print "";