move banana things into the banana module.
[platal.git] / hooks / money.inc.php
index 0def629..5390aef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -42,17 +42,5 @@ function money_config()
 }
 
 // }}}
-// {{{ menu HOOK
-
-
-function money_menu()
-{
-    global $globals;
-    if ($globals->money->mpay_enable) {
-        $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'TĂ©lĂ©paiements', 'paiement/');
-    }
-}
-
-// }}}
 
 ?>