+link rel
[www.jankratochvil.net.git] / project / captive / doc / Index.html.pl
index 1f4852c..3e7262f 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',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_next"=>'About.html.pl',
+               "rel_up"=>top_dir("/project/captive/"),
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -44,7 +44,6 @@ print <<"HERE";
 
 <h1>Captive NTFS Developer Documentation</h1>
 
-
 <ul>
 
 <li><a href="About.html.pl">About</a>
@@ -161,4 +160,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();