From: x2003bruneau Date: Tue, 25 Jul 2006 18:59:57 +0000 (+0000) Subject: Add menu in doc index X-Git-Tag: xorg/0.9.11~261 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8354a15c56d03071ab621bfe6a6b017cf78c6f8a;p=platal.git Add menu in doc index git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@650 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/xnet.php b/modules/xnet.php index 3f54e2b..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); }