summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-09 17:07:22 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-09 17:07:22 +0000
commitff255b2c762caa6155a737ca46c0045050508a84 (patch)
tree836439c922fdac3924d12f788ab447307503ee80 /app/template-html.lsp
parent11f428efe13df725b7196384289fc6ef6d09f176 (diff)
downloadacf-core-ff255b2c762caa6155a737ca46c0045050508a84.tar.bz2
acf-core-ff255b2c762caa6155a737ca46c0045050508a84.tar.xz
trying IE8.js to make IE7 a real browser
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@522 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 28f8aac..dbbe07f 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -13,6 +13,9 @@ Content-Type: text/html
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<!--[if lt IE 8]>
+<script src="/static/IE8.js" type="text/javascript"></script>
+<![endif]-->
<title><?= pageinfo.hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title>
<link rel="stylesheet" type="text/css" href=<?= "/"..pageinfo.skin.."/"..pageinfo.skin..".css" ?> ">
</head>