+link rel
[www.jankratochvil.net.git] / project / captive / doc / Related.html.pl
index a107dcb..98de84d 100755 (executable)
@@ -27,16 +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;
-require "CGI";
-use project::captive::doc::Macros;
+require CGI;
+BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
-My::Web->init(
+project::captive::doc::Macros->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Developer Documentation: Related Projects',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'TODO.html.pl',
+               "rel_next"=>'LinuxNTFS.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -119,4 +119,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();