Update xnet menu and changelog
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 30 Nov 2006 10:39:57 +0000 (10:39 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 30 Nov 2006 10:39:57 +0000 (10:39 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1206 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
include/xnet/page.inc.php

index 73e06d2..5bf48a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ================================================================================
 VERSION 0.9.13                                                        ?? ?? 2007
 
+New:
+
+    * Payment:
+        - Directly integrated into Xnet                                    -FRU
+
 Bug/Wish:
 
     * Register:
index b164f37..003237a 100644 (file)
@@ -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;