Update name vs. summary
[www.jankratochvil.net.git] / WebConfig.pm
index e13794c..3ced7a8 100644 (file)
@@ -49,6 +49,12 @@ our %WebConfig=(
                "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/",
                "pserver"=>':pserver:pserver:@cvs.jankratochvil.net',
                "pserver_path"=>"/cvs",
+               "heading"=>sub () {
+#                      print "<h1>heading</h1>\n";
+                       },
+               "footing"=>sub () {
+#                      print "<h1>footing</h1>\n";
+                       },
                );
 
 1;