X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FComponents.html.pl;h=c182074a869c60be85c4fc0586ebcd2045bea998;hp=9335919f9c6d0d6822002de0292d6b6a25ca8462;hb=7727ab02734783b8fd3082b55976f6b818f7529f;hpb=b75b1904ad5c2e30d63e1a2a09e723cf585dd5c5 diff --git a/project/captive/doc/Components.html.pl b/project/captive/doc/Components.html.pl index 9335919..c182074 100755 --- a/project/captive/doc/Components.html.pl +++ b/project/captive/doc/Components.html.pl @@ -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: Components', - "head_css"=>$doc_Macros_head_css, + "rel_prev"=>'Architecture.html.pl', + "rel_next"=>'Reverse.html.pl', ); -My::Web->heading(); print <<"HERE"; @@ -276,4 +276,4 @@ print <<"HERE"; HERE -My::Web->footer(); +project::captive::doc::Macros->footer();