]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a note about where templates go to the SYNOPSIS of the POD in Bugzilla::Extension.
authormkanat%bugzilla.org <>
Tue, 1 Dec 2009 00:24:07 +0000 (00:24 +0000)
committermkanat%bugzilla.org <>
Tue, 1 Dec 2009 00:24:07 +0000 (00:24 +0000)
Bugzilla/Extension.pm

index fa1c1f52e25081b918cc047b5ee9c64e7e07180a..ab21eed57035f6a823826df6dfc16e084b47a15e 100644 (file)
@@ -236,6 +236,10 @@ F<extensions/Foo.pm>:
 
  __PACKAGE__->NAME;
 
+Custom templates would go into F<extensions/Foo/template/en/default/>.
+L<Template hooks|/Template Hooks> would go into 
+F<extensions/Foo/template/en/default/hook/>.
+
 =head1 DESCRIPTION
 
 This is the base class for all Bugzilla extensions.