]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/parentlinks.pm
indentation and layout
[ikiwiki.git] / IkiWiki / Plugin / parentlinks.pm
index 432613ddfe92ff1b25d2069db246e49ed72a2222..bbd2c5752f58ac4aa94dc932ac4345a5226266a7 100644 (file)
@@ -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 () {