diff options
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" /> |