Update doc

This commit is contained in:
Laurent Destailleur 2008-06-05 17:40:36 +00:00
parent 26ee61c719
commit a20f46fca7

View File

@ -15,14 +15,12 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/ */
/** /**
\file htdocs/admin/system/index.php \file htdocs/admin/system/index.php
\brief Page accueil infos système \brief Page accueil infos système
\version $Revision$ \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
@ -36,6 +34,10 @@ if (!$user->admin)
accessforbidden(); accessforbidden();
/*
* View
*/
llxHeader(); llxHeader();
print_fiche_titre($langs->trans("SummarySystem"),'','setup'); print_fiche_titre($langs->trans("SummarySystem"),'','setup');