summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-01-05 16:54:08 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-01-05 16:54:08 +0000
commit694e2f774ca10228d4fb3503cf8acd44b627164a (patch)
treee0ab534a5a9882c90118a2109c696c948cadb573
parent5930d38a5312139b8615500ca24bc49452287488 (diff)
downloadxxv-694e2f774ca10228d4fb3503cf8acd44b627164a.tar.gz
xxv-694e2f774ca10228d4fb3503cf8acd44b627164a.tar.bz2
*skins: small optimize
-rw-r--r--skins/stone/index.tmpl6
-rw-r--r--skins/stone/widgets/start.tmpl6
-rw-r--r--skins/stone_flat/index.tmpl6
3 files changed, 9 insertions, 9 deletions
diff --git a/skins/stone/index.tmpl b/skins/stone/index.tmpl
index a159701..d854cf2 100644
--- a/skins/stone/index.tmpl
+++ b/skins/stone/index.tmpl
@@ -4,6 +4,9 @@
<?% lang = locale.split('_') %?>
<html xmlns="http://www.w3.org/1999/xhtml" <?% IF lang.1 %?>xml:lang="<?% lang.0 %?>" lang="<?% lang.0 %?>"<?% ELSE %?>xml:lang="en" lang="en"<?% END %?>>
<head>
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="print.css" media="print" />
+ <link rel="shortcut icon" href="favicon.ico" />
<title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title>
<meta name="generator" content="XXV System - Version: <?% version %?>" />
<meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" />
@@ -11,9 +14,6 @@
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex,noarchive,nofollow" />
- <link rel="shortcut icon" href="favicon.ico" />
- <link rel="stylesheet" type="text/css" href="style.css" media="all" />
- <link rel="stylesheet" type="text/css" href="print.css" media="print" />
<script language="javascript" type="text/javascript">
<!--
// Automated reload with right page
diff --git a/skins/stone/widgets/start.tmpl b/skins/stone/widgets/start.tmpl
index 20e08fd..9724ad8 100644
--- a/skins/stone/widgets/start.tmpl
+++ b/skins/stone/widgets/start.tmpl
@@ -5,6 +5,9 @@
<?% lang = locale.split('_') %?>
<html xmlns="http://www.w3.org/1999/xhtml" <?% IF lang.1 %?>xml:lang="<?% lang.0 %?>" lang="<?% lang.0 %?>"<?% ELSE %?>xml:lang="en" lang="en"<?% END %?>>
<head>
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="print.css" media="print" />
+ <link rel="shortcut icon" href="favicon.ico" />
<title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title>
<meta name="generator" content="XXV System - Version: <?% version %?>" />
<meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" />
@@ -12,9 +15,6 @@
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex,noarchive,nofollow" />
- <link rel="shortcut icon" href="favicon.ico" />
- <link rel="stylesheet" type="text/css" href="style.css" media="all" />
- <link rel="stylesheet" type="text/css" href="print.css" media="print" />
<script language="JavaScript" type="text/javascript" src="tooltip.js"></script>
<script language="JavaScript" type="text/javascript" src="global.js"></script>
<script language="JavaScript" type="text/javascript" src="quest.js"></script>
diff --git a/skins/stone_flat/index.tmpl b/skins/stone_flat/index.tmpl
index a159701..d854cf2 100644
--- a/skins/stone_flat/index.tmpl
+++ b/skins/stone_flat/index.tmpl
@@ -4,6 +4,9 @@
<?% lang = locale.split('_') %?>
<html xmlns="http://www.w3.org/1999/xhtml" <?% IF lang.1 %?>xml:lang="<?% lang.0 %?>" lang="<?% lang.0 %?>"<?% ELSE %?>xml:lang="en" lang="en"<?% END %?>>
<head>
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="print.css" media="print" />
+ <link rel="shortcut icon" href="favicon.ico" />
<title><?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?></title>
<meta name="generator" content="XXV System - Version: <?% version %?>" />
<meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" />
@@ -11,9 +14,6 @@
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex,noarchive,nofollow" />
- <link rel="shortcut icon" href="favicon.ico" />
- <link rel="stylesheet" type="text/css" href="style.css" media="all" />
- <link rel="stylesheet" type="text/css" href="print.css" media="print" />
<script language="javascript" type="text/javascript">
<!--
// Automated reload with right page