+link rel
[www.jankratochvil.net.git] / project / captive / doc / CallType.html.pl
index 4346c95..d1e3049 100755 (executable)
@@ -31,12 +31,12 @@ require CGI;
 BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
-My::Web->init(
+project::captive::doc::Macros->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Developer Documentation: API Calling Conventions',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'APITypes.html.pl',
+               "rel_next"=>'TODO.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -160,4 +160,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();