* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $Config i layout template
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
%end
|
||||
|
||||
% content_for 'module' => begin
|
||||
% if ($config->{debug} == 1) {
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
</p>
|
||||
@@ -21,4 +21,4 @@
|
||||
%= $c->render_to_string(inline => $modul)
|
||||
|
||||
</div>
|
||||
% end
|
||||
% end
|
Reference in New Issue
Block a user