From da93853950dc4aafc35211a67f1c864496f6fad6 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 30 Nov 2006 10:39:57 +0000 Subject: [PATCH] Update xnet menu and changelog git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1206 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 5 +++++ include/xnet/page.inc.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73e06d2..5bf48a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ ================================================================================ VERSION 0.9.13 ?? ?? 2007 +New: + + * Payment: + - Directly integrated into Xnet -FRU + Bug/Wish: * Register: diff --git a/include/xnet/page.inc.php b/include/xnet/page.inc.php index b164f37..003237a 100644 --- a/include/xnet/page.inc.php +++ b/include/xnet/page.inc.php @@ -87,7 +87,7 @@ class XnetPage extends PlatalPage } $sub['événement'] = "$dim/events"; if (may_update() || is_member()) { - $sub['télépaiement'] = "$dim/paiement"; + $sub['télépaiement'] = "$dim/payment"; } $menu[$globals->asso('nom')] = $sub; -- 2.1.4