summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/hook/global/header-start.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/global/header-start.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl
index 0243345bb..a9d3146f1 100644
--- a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl
@@ -19,15 +19,15 @@
[% END %]
[%# Change the background/border for bugs/attachments in certain bug groups %]
-[% IF template.name == 'attachment/edit.html.tmpl'
+[% IF template.name == 'attachment/edit.html.tmpl'
|| template.name == 'attachment/create.html.tmpl'
|| template.name == 'attachment/diff-header.html.tmpl' %]
- [% style_urls.push("skins/custom/bug_groups.css") %]
+ [% style_urls.push("skins/standard/bug_groups.css") %]
[% IF template.name == 'attachment/edit.html.tmpl'
|| template.name == 'attachment/diff-header.html.tmpl' %]
[% IF bodyclasses == 'no_javascript' %]
- [% bodyclasses = ['no_javascript'] %]
+ [% bodyclasses = ['no_javascript'] %]
[% END %]
[% FOREACH group = attachment.bug.groups_in %]
[% bodyclasses.push("bz_group_$group.name") %]