diff options
author | mkanat%bugzilla.org <> | 2009-12-01 01:24:07 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-01 01:24:07 +0100 |
commit | 9387f2a798af3eb3052820b59ca53550f6fd63d3 (patch) | |
tree | 29ac74245b83baac06a432108a3fc7e66c61bbbc /Bugzilla | |
parent | 39cb5f5a45b7cdacd486402f04dc04cc30933243 (diff) | |
download | bugzilla-9387f2a798af3eb3052820b59ca53550f6fd63d3.tar.gz bugzilla-9387f2a798af3eb3052820b59ca53550f6fd63d3.tar.xz |
Add a note about where templates go to the SYNOPSIS of the POD in Bugzilla::Extension.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Extension.pm | 4 |
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. |