From f3dcc80deaaff6b7cec98ec118fe5911dfe88c30 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Jan 2005 19:21:51 +0000 Subject: [PATCH] Doc: Documentation doxygen --- htdocs/index.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index c9b95aa6116..37120347ff3 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 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 @@ -20,8 +20,21 @@ * $Source$ * */ + + +/** + \file htdocs/index.php + \brief Page accueil par defaut + \version $Revision$ +*/ + require("./pre.inc.php"); + +// Simule le menu par défaut sur Home +$_GET["mainmenu"]="home"; + + llxHeader(); $userstring=$user->prenom . ' ' . $user->nom .' ['.$user->code.']'; @@ -34,6 +47,7 @@ if (defined("MAIN_MOTD") && strlen(trim(MAIN_MOTD))) print "
\n"; + /* * Boites *