Changelog
[platal.git] / 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);
     }