![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Template Toolkit - Output Template Name / Filepath as HTML Commentby codiac (Beadle) |
on Jun 26, 2015 at 10:03 UTC ( #1132115=note: print w/replies, xml ) | Need Help?? |
If you are lucky you can add PROCESS to the Template config in Bugzilla/Template.pm and it will run when ever you put in there whenever it processes a template.
and make templates/en/default/tricksy
If you are not lucky, then you will need to sub-class Template::Service and set $Template::Config::SERVICE = $mysubclass; before the Template is instantiated.
In Section
Seekers of Perl Wisdom
|
|