Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c43a96bb
Commit
c43a96bb
authored
Oct 22, 2004
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for bug 265499: support custom stylesheets; r=gerv, a=myk
parent
229f8002
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
header.html.tmpl
template/en/default/global/header.html.tmpl
+5
-0
No files found.
template/en/default/global/header.html.tmpl
View file @
c43a96bb
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
[%+ INCLUDE "global/help-header.html.tmpl" %]
[%+ INCLUDE "global/help-header.html.tmpl" %]
<link
href=
"skins/standard/global.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"skins/standard/global.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"skins/custom/global.css"
rel=
"stylesheet"
type=
"text/css"
>
[% IF style %]
[% IF style %]
<style
type=
"text/css"
>
<style
type=
"text/css"
>
...
@@ -91,6 +92,10 @@
...
@@ -91,6 +92,10 @@
[% IF style_urls %]
[% IF style_urls %]
[% FOREACH style_url = style_urls %]
[% FOREACH style_url = style_urls %]
<link
href=
"[% style_url FILTER html %]"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"[% style_url FILTER html %]"
rel=
"stylesheet"
type=
"text/css"
>
[% IF style_url.match('^skins/standard/') %]
<link
href=
"[% style_url.replace('^skins/standard/', 'skins/custom/')
FILTER html %]"
rel=
"stylesheet"
type=
"text/css"
>
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment