]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
contacts update
authorCahit <c.ugur@gsi.de>
Mon, 5 Aug 2013 10:45:46 +0000 (12:45 +0200)
committerCahit <c.ugur@gsi.de>
Mon, 5 Aug 2013 10:45:46 +0000 (12:45 +0200)
WebConfig.pm

index 459dc415babf2ae73394878239dfa89b7e2c9dd2..633d3b0e5c52a422a20e653ac98d08114b71c9f1 100644 (file)
@@ -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
   };