Remove $ from config in layout
This commit is contained in:
parent
607f7ccb51
commit
eee5d0a60e
@ -3,7 +3,7 @@
|
|||||||
% content_for 'module' => begin
|
% content_for 'module' => begin
|
||||||
<div id="module" class="module panel-webhosting">
|
<div id="module" class="module panel-webhosting">
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
%= dumper $wh_datas
|
%= dumper $wh_datas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user