X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=WebConfig.pm;h=76a2970de7daa134d157311184cb58e4adaa1384;hb=85d880702c8790bc8cced4afb25dee2c6ff10f0d;hp=6311d0c938ac95d0a28af023faef5c8e3ac5f786;hpb=4f88e0c06ccee2bf9ec563f2d55266873fdc6b7d;p=www.jankratochvil.net.git diff --git a/WebConfig.pm b/WebConfig.pm index 6311d0c..76a2970 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -49,6 +49,7 @@ our %WebConfig=( }, "viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/www/www.jankratochvil.net/", "title_prefix"=>"Jan Kratochvil", + "footer_mailme"=>0, "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/", "pserver"=>':pserver:pserver:@cvs.jankratochvil.net', "pserver_path"=>"/cvs", @@ -58,12 +59,12 @@ our %WebConfig=( "pipermail_url_sub"=>sub () { return "http://".&{$My::Web::W->{"web_hostname_sub"}}."/pipermail/"; }, "heading"=>sub () { print ''."\n"; - print ''."\n"; - print ''."\n"; - print ''."\n"; +# print ''."\n"; +# print ''."\n"; +# print ''."\n"; print ''."\n"; print '
'."\n"; - print ''."\n"; print ''."\n"; print ''."\n"; print ''."\n"; print '
'."\n"; @@ -99,7 +100,10 @@ our %WebConfig=( print '
'."\n"; - print My::Web::vskip("1ex") if !$My::Web::W->{"WebConfig::heading_novskip"}; + if (!$My::Web::W->{"WebConfig::heading_novskip"}) { + print "
\n"; + print My::Web::vskip("6ex"); + } }, "footing"=>sub () { # print "

footing

\n";