add 2 more missing getsetup hooks
parent
f54c1c5b95
commit
c4cee4cfc5
|
@ -7,6 +7,7 @@ use IkiWiki 3.00;
|
|||
|
||||
sub import {
|
||||
hook(type => "cgi", id => 'goto', call => \&cgi);
|
||||
hook(type => "getsetup", id => 'goto', call => \&getsetup);
|
||||
}
|
||||
|
||||
sub getsetup () {
|
||||
|
|
|
@ -9,6 +9,7 @@ use IkiWiki 3.00;
|
|||
sub import {
|
||||
hook(type => "parentlinks", id => "parentlinks", call => \&parentlinks);
|
||||
hook(type => "pagetemplate", id => "parentlinks", call => \&pagetemplate);
|
||||
hook(type => "getsetup", id => "parentlinks", call => \&getsetup);
|
||||
}
|
||||
|
||||
sub getsetup () {
|
||||
|
|
Loading…
Reference in New Issue