Add menu in doc index
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 18:59:57 +0000 (18:59 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 18:59:57 +0000 (18:59 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@650 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnet.php

index 3f54e2b..f116c68 100644 (file)
@@ -86,6 +86,9 @@ class XnetModule extends PLModule
     function handler_manuel(&$page, $type = null)
     {
         $page->changeTpl('xnet/manuel.tpl');
+        if (!$type) {
+            $page->useMenu();
+        }
         $page->assign('type', $type);
     }