Update template to access config file through plugin
This commit is contained in:
parent
20175cf5cf
commit
865a945233
@ -8,7 +8,7 @@
|
||||
%= javascript '/js/${lcPackageName}.js'
|
||||
<div id="module" class="module ${PackageName}-panel">
|
||||
|
||||
% if ($config->{debug} == 1) {
|
||||
% if (config->{debug} == 1) {
|
||||
<pre>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $$${prefix}_data->{trt}
|
||||
|
Loading…
Reference in New Issue
Block a user