diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php index 00cb21cebc1..b3299409cd3 100644 --- a/htdocs/admin/system/dolibarr.php +++ b/htdocs/admin/system/dolibarr.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,9 +38,17 @@ print_titre("Dolibarr"); print "
\n"; +$var=true; print ''; print ''."\n"; -print "\n"; +$var=!$var; +print "\n"; +$var=!$var; +print "\n"; +$var=!$var; +print "\n"; +$var=!$var; +print "\n"; print '
'.$langs->trans("Parameter").''.$langs->trans("Value").'
".$langs->trans("Version")."".DOL_VERSION."
".$langs->trans("Version")."".DOL_VERSION."
".$langs->trans("CurrentTheme")."".$conf->theme."
".$langs->trans("CurrentTopMenuHandler")."".$conf->top_menu."
".$langs->trans("CurrentLeftMenuHandler")."".$conf->left_menu."
'; print '
';