Remove $ from config in layout
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user