From a10ebdd8c1351e20ec39fc863d3a0369e88d53f2 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 19 Dec 2014 18:22:55 +0100 Subject: [PATCH] moved help to internal --- WebConfig.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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", -- 2.43.0