From d9b752e7740e7058ba048341d9ed72887c879bbf Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 5 Aug 2013 12:45:46 +0200 Subject: [PATCH] contacts update --- WebConfig.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }; -- 2.43.0