summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-10 14:35:28 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-10 14:35:28 +0000
commit767af252f22f7abb88462eccfc1784727f6854bf (patch)
tree5b45a8e8a6a7e1953e68661695c1ce597e06852c /app/template-html.lsp
parent28669420e83dc25261751752390eb58e52bd1701 (diff)
downloadacf-core-767af252f22f7abb88462eccfc1784727f6854bf.tar.bz2
acf-core-767af252f22f7abb88462eccfc1784727f6854bf.tar.xz
add a reset.css
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@534 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index acf4824..2981749 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -14,6 +14,7 @@ Content-Type: text/html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title><?= pageinfo.hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title>
+<link rel="stylesheet" type="text/css" href="/static/reset.css">
<link rel="stylesheet" type="text/css" href="<?= "/"..pageinfo.skin.."/"..pageinfo.skin..".css" ?>">
</head>
<body>