diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 4 | ||||
-rw-r--r-- | templates/misc.tmpl | 4 | ||||
-rw-r--r-- | templates/page.tmpl | 2 | ||||
-rw-r--r-- | templates/recentchanges.tmpl | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 1ee4c4947..27155f5cf 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -2,12 +2,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> -<TMPL_IF NAME="BASEURL"> <base href="<TMPL_VAR BASEURL>" /> -</TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR FORM-TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> </head> <body> <TMPL_IF NAME="PAGE_CONFLICT"> diff --git a/templates/misc.tmpl b/templates/misc.tmpl index d50fba423..0376a19f9 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -2,12 +2,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> -<TMPL_IF NAME="BASEURL"> <base href="<TMPL_VAR BASEURL>" /> -</TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> </head> <body> diff --git a/templates/page.tmpl b/templates/page.tmpl index 47bbfcda3..438fbc25d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> <TMPL_IF NAME="META"> <TMPL_VAR META> </TMPL_IF> diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 250e5de51..792fff00c 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -2,12 +2,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> -<TMPL_IF NAME="BASEURL"> <base href="<TMPL_VAR BASEURL>" /> -</TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> </head> <body> |