move banana things into the banana module.
[platal.git] / hooks / money.inc.php
index 7549511..5390aef 100644 (file)
@@ -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', 'payment');
-    }
-}
-
-// }}}
 
 ?>