+link rel
[www.jankratochvil.net.git] / project / captive / Resources.html.pl
index c24ec8b..eb6aacb 100755 (executable)
@@ -27,13 +27,16 @@ use warnings;
 
 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
 use My::Web;
+Wrequire 'My::Project';
 
 
 My::Web->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Internet Resources',
+               "WebConfig::heading_novskip"=>1,
                );
 My::Web->heading();
+print My::Project->section("captive");
 
 
 print "<h1>Captive NTFS Internet Resources</h1>\n";