&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / Rel.pm
index 5832868..65b51a6 100755 (executable)
@@ -37,7 +37,9 @@ my $W=My::Web->init(
                                "rel"=>'^(?:prev|next)$',
                                "project"=>'^\w+$',
                                },
+               "header_only"=>1,
                );
+My::Web->heading();
 
 
 my %item=project::Lib->name_to_hashref();
@@ -66,6 +68,5 @@ for (0..$#projects) {
        }
 
 My::Web->http_moved("./".(!$target ? "" : "$target/"),HTTP_MOVED_PERMANENTLY);
-die "NOTREACHED";
 }
 1;