]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/edittemplate.pm
Reorganize index file, add a format version field.
[ikiwiki.git] / IkiWiki / Plugin / edittemplate.pm
index 846b4e7c832c499a0755860b2c277b282a2b2f1d..189a066d83040a744be6a58efec6d626d140659b 100644 (file)
@@ -16,6 +16,8 @@ sub import { #{{{
                call => \&preprocess);
        hook(type => "formbuilder", id => "edittemplate",
                call => \&formbuilder);
                call => \&preprocess);
        hook(type => "formbuilder", id => "edittemplate",
                call => \&formbuilder);
+       hook(type => "refresh", id => "edittemplate",
+               call => \&refresh);
 } #}}}
 
 sub getsetup () { #{{{
 } #}}}
 
 sub getsetup () { #{{{
@@ -138,4 +140,8 @@ sub filltemplate ($$) { #{{{
        return $template->output;
 } #}}}
 
        return $template->output;
 } #}}}
 
+sub refresh () {
+       
+}
+
 1
 1