diff options
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index a558d28ed..04b0ee179 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -131,7 +131,7 @@ [% IF constants.CONCATENATE_ASSETS %] [% PROCESS format_css_link asset_url = css_sets.unified_custom %] [% ELSE %] - [% FOREACH asset_rul = css_sets.custom %] + [% FOREACH asset_url = css_sets.custom %] [% PROCESS format_css_link %] [% END %] [% END %] |