X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fxnet.php;h=f116c6894ecbceba6217bd6af218f332f0dcd623;hb=2c0315bc77abc3c53b5891d2a8c5d4943fd27143;hp=e3ec083e686a06e2f65b69bd47ef3d4b360dbac2;hpb=10c0ebff150acd256f9e72e58ab8d56bb07e0a7d;p=platal.git diff --git a/modules/xnet.php b/modules/xnet.php index e3ec083..f116c68 100644 --- a/modules/xnet.php +++ b/modules/xnet.php @@ -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); } @@ -179,6 +182,7 @@ class XnetModule extends PLModule WHERE FIND_IN_SET("Institutions", cat) ORDER BY diminutif'); $page->assign('inst', $res); + $page->useMenu(); } function handler_groups2(&$page)