diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
| commit | c93474e11839f56a51d662ae40336e9ba61a12a2 (patch) | |
| tree | 0ad79c8fe0e1cccceb92d673f2088ce1e6c4bf60 /phpBB/styles/subSilver/template/simple_header.html | |
| parent | af1cc18e023bc8b55bc86417d25f4e0debbc3deb (diff) | |
| download | forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.gz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.bz2 forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.xz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.zip | |
Moving again ... I think this time will be the last ... famous last words
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/simple_header.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/simple_header.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/simple_header.html b/phpBB/styles/subSilver/template/simple_header.html new file mode 100644 index 0000000000..368b7232c3 --- /dev/null +++ b/phpBB/styles/subSilver/template/simple_header.html @@ -0,0 +1,23 @@ +<!-- 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}"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> +<meta http-equiv="Content-Style-Type" content="text/css"> +{META} +<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> |
