From: Jan Michel Date: Fri, 10 May 2013 17:27:40 +0000 (+0200) Subject: adjusted menues X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b55bdfce97c3784235fa3293932360b4cfe12cf4;p=trb3web.git adjusted menues --- 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 };