X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FMacros.pm;h=c247d6f8e26a51b83188293571e2b544214a0314;hp=3538249aa81b124515dfe535d5d9349511003735;hb=f37f652212eb6cb31136488d14d2c2a3908fe30a;hpb=96937bad4fbd9645473d61618509074b45e7e17d diff --git a/project/captive/doc/Macros.pm b/project/captive/doc/Macros.pm index 3538249..c247d6f 100755 --- a/project/captive/doc/Macros.pm +++ b/project/captive/doc/Macros.pm @@ -105,16 +105,12 @@ sub init ($%) { my($class,%args)=@_; - $args{"__PACKAGE__"}||=caller(); - %args=( - "rel_start"=>"..", - "rel_up"=>".", - %args); My::Web->init( - "head"=><<"HERE", - -HERE + "css_push"=>"./Macros.css", "heading_novskip"=>1, + "rel_start"=>"..", # possibly overridable + "rel_up"=>".", # possibly overridable + "__PACKAGE__"=>caller(), # possibly overridable %args, );