summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-01 01:24:07 +0100
committermkanat%bugzilla.org <>2009-12-01 01:24:07 +0100
commit9387f2a798af3eb3052820b59ca53550f6fd63d3 (patch)
tree29ac74245b83baac06a432108a3fc7e66c61bbbc
parent39cb5f5a45b7cdacd486402f04dc04cc30933243 (diff)
downloadbugzilla-9387f2a798af3eb3052820b59ca53550f6fd63d3.tar.gz
bugzilla-9387f2a798af3eb3052820b59ca53550f6fd63d3.tar.xz
Add a note about where templates go to the SYNOPSIS of the POD in Bugzilla::Extension.
-rw-r--r--Bugzilla/Extension.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Extension.pm b/Bugzilla/Extension.pm
index fa1c1f52e..ab21eed57 100644
--- a/Bugzilla/Extension.pm
+++ b/Bugzilla/Extension.pm
@@ -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.