From: Jan Michel Date: Fri, 19 Dec 2014 17:22:55 +0000 (+0100) Subject: moved help to internal X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a10ebdd8c1351e20ec39fc863d3a0369e88d53f2;p=trb3web.git moved help to internal --- diff --git a/WebConfig.pm b/WebConfig.pm index be0d182..98b9e00 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -23,7 +23,8 @@ our $menues = { internal => [["internal/bookkeepingpadiwa", "Bookk.Padiwa"], ["internal/bookkeepingpadiwaamps","Bookk. Padiwa Amps"], ["internal/bookkeepingtrb3","Bookk. TRB3"], - ["internal/users", "User list"] + ["internal/users", "User list"], + ["help", "For Developers"], ], withouthelp => [["main","Main"], @@ -32,7 +33,6 @@ our $menues = { ["publications","Publications"], ["internal/internal","Internal"], ["contact", "Contact"], - ["help", "For Developers"] ], }; @@ -41,6 +41,7 @@ our $menues = { #file name => menue name our $menuselect = { "default" => "withouthelp", + "help" => "internal", "internal/internal" => "internal", "internal/users" => "internal", "internal/bookkeepingpadiwa" => "internal",