From 8354a15c56d03071ab621bfe6a6b017cf78c6f8a Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 25 Jul 2006 18:59:57 +0000 Subject: [PATCH] Add menu in doc index git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@650 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/xnet.php | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.1.4