2 package IkiWiki::Plugin::theme;
9 hook(type => "getsetup", id => "theme", call => \&getsetup);
10 hook(type => "checkconfig", id => "theme", call => \&checkconfig);
22 example => "actiontabs",
23 description => "name of theme to enable",
31 if (! $added && exists $config{theme} && $config{theme} =~ /^\w+$/) {
32 add_underlay("themes/".$config{theme});