aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/simple_header.html
diff options
context:
space:
mode:
authorTom Beddard <subblue@users.sourceforge.net>2006-02-02 20:25:21 +0000
committerTom Beddard <subblue@users.sourceforge.net>2006-02-02 20:25:21 +0000
commitde75ce31a4ac575b9b8ab9ea321ed78919dd7c34 (patch)
tree410f09a69a07ac1b108db1f9dd60b92557fce317 /phpBB/styles/subSilver/template/simple_header.html
parent8f3483b9869d55e8e17940e8074fe6157e735a6d (diff)
downloadforums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar
forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.gz
forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.bz2
forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.xz
forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.zip
updated the simple header styling & footers
git-svn-id: file:///svn/phpbb/trunk@5514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/simple_header.html')
-rw-r--r--phpBB/styles/subSilver/template/simple_header.html26
1 files changed, 15 insertions, 11 deletions
diff --git a/phpBB/styles/subSilver/template/simple_header.html b/phpBB/styles/subSilver/template/simple_header.html
index 368b7232c3..18eba23de0 100644
--- a/phpBB/styles/subSilver/template/simple_header.html
+++ b/phpBB/styles/subSilver/template/simple_header.html
@@ -1,23 +1,27 @@
-<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
-<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html dir="{S_CONTENT_DIRECTION}">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
-<meta http-equiv="Content-Style-Type" content="text/css">
+
+<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
+<meta name="resource-type" content="document" />
+<meta name="language" content="{S_USER_LANG}" />
+<meta name="distribution" content="global" />
+<meta name="copyright" content="2002-2006 phpBB Group" />
+<meta name="keywords" content="" />
+<meta name="description" content="" />
+<meta http-equiv="content-style-type" content="text/css" />
+<meta http-equiv="imagetoolbar" content="no" />
{META}
+<title>{SITENAME} &bull; {PAGE_TITLE}</title>
+
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css">
<style type="text/css">
<!--
{T_STYLESHEET_DATA}
-
-body {background: white;}
//-->
</style>
-<title>{SITENAME} :: {PAGE_TITLE}</title>
</head>
<body>
-
<a name="top"></a>
+<div id="wrapcentre"> \ No newline at end of file