3 package IkiWiki
::Plugin
::localstyle
;
10 hook
(type
=> "getsetup", id
=> "localstyle", call
=> \
&getsetup
);
11 hook
(type
=> "pagetemplate", id
=> "localstyle", call
=> \
&pagetemplate
);
22 sub pagetemplate
(@
) {
25 my $template=$params{template
};
27 if ($template->query(name
=> "local_css")) {
28 my $best=bestlink
($params{page
}, 'local.css');
30 $template->param(local_css
=> $best);