diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-09 14:42:18 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-09 14:42:18 -0500 |
commit | 7dc357a6db55873d02a52ab7fbc451e5192fa5cb (patch) | |
tree | 326992214d1db3a3bf53e529aec7a8292f53907e /templates | |
parent | 76d72e9bdd983ca05d84bef158644ff009931e31 (diff) |
typo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
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" /> |