aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-09 14:42:18 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-09 14:42:18 -0500
commit7dc357a6db55873d02a52ab7fbc451e5192fa5cb (patch)
tree326992214d1db3a3bf53e529aec7a8292f53907e /templates/page.tmpl
parent76d72e9bdd983ca05d84bef158644ff009931e31 (diff)
downloadikiwiki-7dc357a6db55873d02a52ab7fbc451e5192fa5cb.tar
ikiwiki-7dc357a6db55873d02a52ab7fbc451e5192fa5cb.tar.gz
typo
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 0e73463ec..968066a19 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -7,7 +7,6 @@
<TMPL_IF NAME="FAVICON">
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
-<TMPL_IF NAME="STYLE_CSS">
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
<TMPL_IF NAME="LOCAL_CSS">
<link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />