Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
222afd8d
Commit
222afd8d
authored
Sep 15, 2009
by
Richard Mansfield
Browse files
Only include pngfix.js for IE6
parent
27057aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/header/head.tpl
View file @
222afd8d
...
...
@@ -27,7 +27,7 @@
{/
foreach
}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
{
theme_url
filename
=
'style/print.css'
}
"
media=
"print"
>
<script
type=
"text/javascript"
src=
"
{
$WWWROOT
}
js/css.js"
></script>
<script
type=
"text/javascript"
src=
"
{
$WWWROOT
}
js/pngfix.js"
></script>
<!--[if lte IE 6]>
<script type="text/javascript" src="
{
$WWWROOT
}
js/pngfix.js"></script>
<![endif]-->
<link
rel=
"shortcut icon"
href=
"
{
$WWWROOT
}
favicon.ico"
type=
"image/vnd.microsoft.icon"
>
</head>
Write
Preview
Supports
Markdown
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