View | Details | Raw Unified | Return to bug 24110
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-open.inc (-1 / +2 lines)
Lines 2-7 Link Here
2
<!-- TEMPLATE FILE: [% template.name.split('/').last | html %] -->
2
<!-- TEMPLATE FILE: [% template.name.split('/').last | html %] -->
3
3
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE raw %]
5
[% IF Koha.Preference('DumpTemplateVarsIntranet') %]
6
[% IF Koha.Preference('DumpTemplateVarsIntranet') %]
6
    [% TRY %]
7
    [% TRY %]
7
        [% USE Stash %]
8
        [% USE Stash %]
Lines 9-15 Link Here
9
        <!--
10
        <!--
10
        [% FILTER replace('<!--', '<!- -') %]
11
        [% FILTER replace('<!--', '<!- -') %]
11
            [% FILTER replace('-->', '- ->') %]
12
            [% FILTER replace('-->', '- ->') %]
12
                [% Dumper.dump( Stash.stash() ) | html %]
13
                [% Dumper.dump( Stash.stash() ) | $raw %]
13
            [% END %]
14
            [% END %]
14
        [% END %]
15
        [% END %]
15
        -->
16
        -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-open.inc (-2 / +2 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<!-- TEMPLATE FILE: [% template.name.split('/').last | html %] -->
2
<!-- TEMPLATE FILE: [% template.name.split('/').last | html %] -->
3
3
4
[% Use raw %]
4
[% USE Koha %]
5
[% USE Koha %]
5
[% IF Koha.Preference('DumpTemplateVarsOpac') %]
6
[% IF Koha.Preference('DumpTemplateVarsOpac') %]
6
    [% TRY %]
7
    [% TRY %]
Lines 9-15 Link Here
9
        <!--
10
        <!--
10
        [% FILTER replace('<!--', '<!- -') %]
11
        [% FILTER replace('<!--', '<!- -') %]
11
            [% FILTER replace('-->', '- ->') %]
12
            [% FILTER replace('-->', '- ->') %]
12
                [% Dumper.dump( Stash.stash() ) | html %]
13
                [% Dumper.dump( Stash.stash() ) | $raw %]
13
            [% END %]
14
            [% END %]
14
        [% END %]
15
        [% END %]
15
        -->
16
        -->
16
- 

Return to bug 24110