From 32606a5fb8b3034bfb45a4b3846654aed12cf58c Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 5 Aug 2013 12:40:02 +0200 Subject: [PATCH] contacts update --- WebConfig.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/WebConfig.pm b/WebConfig.pm index 6d62b78..9ffdcc3 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -19,14 +19,15 @@ our @toplink = (["main","Main"], #Entries for sidebar menu our $menues = { - contact => [["contact", "Contact"], - ["help", "Help"] - ], +# contact => [["contact", "Contact"], +# ["help", "Help"] +# ], withouthelp => [["main","Main"], ["designfiles","Designs"], ["schematics","Schematics"], ["contact", "Contact"], + ["help", "For Developers"] ], }; @@ -39,4 +40,4 @@ our $menuselect = { }; -1; \ No newline at end of file +1; -- 2.43.0