From a12048f36ce552cc96d3bc6f3eb5a72696bccbd6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 18 Jan 2003 15:07:08 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20entr=E9e=20menu=20stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/dons/pre.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/dons/pre.inc.php b/htdocs/compta/dons/pre.inc.php index 00070b504d3..006686a7cdc 100644 --- a/htdocs/compta/dons/pre.inc.php +++ b/htdocs/compta/dons/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * 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 @@ -42,6 +42,7 @@ function llxHeader($head = "") { $menu->add("/compta/dons/","Dons"); $menu->add_submenu("fiche.php?action=create","Saisir un don"); $menu->add_submenu("liste.php","Liste complète"); + $menu->add_submenu("stats.php","Stats"); $menu->add("/compta/bank/index.php3","Bank");