]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/skeleton.pm.example
Revert "added hook urlpath" and "rename urlpath hook into tweakurlpath..."
[git.ikiwiki.info.git] / IkiWiki / Plugin / skeleton.pm.example
index ecf2a2407ca135d91503b4ebe3ed27d7bebf89f3..af22b340659bd72067c1cd552e69c221dd7ab364 100644 (file)
@@ -35,7 +35,6 @@ sub import { #{{{
        hook(type => "formbuilder", id => "skeleton", call => \&formbuilder);
        hook(type => "savestate", id => "skeleton", call => \&savestate);
        hook(type => "targetpage", id => "skeleton", call => \&targetpage);
-       hook(type => "urlpath", id => "skeleton", call => \&urlpath);
 } # }}}
 
 sub getopt () { #{{{
@@ -210,8 +209,4 @@ sub targetpage () { #{{{
        debug("skeleton plugin running in targetpage");
 } #}}}
 
-sub urlpath () { #{{{
-       debug("skeleton plugin running in urlpath");
-} #}}}
-
 1