From: Cahit Date: Mon, 5 Aug 2013 10:45:46 +0000 (+0200) Subject: contacts update X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d9b752e7740e7058ba048341d9ed72887c879bbf;p=trb3web.git contacts update --- diff --git a/WebConfig.pm b/WebConfig.pm index 459dc41..633d3b0 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -10,6 +10,7 @@ our @toplink = (["main","Main"], ["designfiles","Designs"], ["schematics","Schematics"], + ["publications","Publications"], ["contact","Contact"] ); @@ -26,6 +27,7 @@ our $menues = { withouthelp => [["main","Main"], ["designfiles","Designs"], ["schematics","Schematics"], + ["publications","Publications"], ["contact", "Contact"], ["help", "For Developers"] ], @@ -36,7 +38,7 @@ our $menues = { #file name => menue name our $menuselect = { "default" => "withouthelp", - "contact" => "withouthelp", #"contact", #just to demonstrate it +# "contact" => "contact", #just to demonstrate it };