From b55bdfce97c3784235fa3293932360b4cfe12cf4 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 10 May 2013 19:27:40 +0200 Subject: [PATCH] adjusted menues --- WebConfig.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WebConfig.pm b/WebConfig.pm index 27954bf..59076f4 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -18,8 +18,7 @@ our @toplink = (["main","Main"], #Entries for sidebar menu our $menues = { - withhelp => [["main","Main"], - ["contact", "Contact"], + contact => [["contact", "Contact"], ["help", "Help"] ], @@ -34,7 +33,7 @@ our $menues = { #file name => menue name our $menuselect = { "default" => "withouthelp", - "contact" => "withhelp", #just to demonstrate it + "contact" => "contact", #just to demonstrate it }; -- 2.43.0