X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FTODO.html.pl;h=8085863133f76402fe20fb5ce87f240788b6ecc9;hp=30e052b4e9b0b52420f31b9dfe1a985d61d77ca9;hb=7727ab02734783b8fd3082b55976f6b818f7529f;hpb=b75b1904ad5c2e30d63e1a2a09e723cf585dd5c5 diff --git a/project/captive/doc/TODO.html.pl b/project/captive/doc/TODO.html.pl index 30e052b..8085863 100755 --- a/project/captive/doc/TODO.html.pl +++ b/project/captive/doc/TODO.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: TODO', - "head_css"=>$doc_Macros_head_css, + "rel_prev"=>'CallType.html.pl', + "rel_next"=>'Related.html.pl', ); -My::Web->heading(); print <<"HERE"; @@ -85,4 +85,4 @@ print <<"HERE"; HERE -My::Web->footer(); +project::captive::doc::Macros->footer();