diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-14 14:53:45 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-14 14:53:45 +0000 |
| commit | 427a71155ebd6caf2944ba7db72c89881a7cef8a (patch) | |
| tree | 27452ce8fc7f11f3785a01a3f4568f8a2432ebed /phpBB/templates/subSilver/simple_header.html | |
| parent | fad21bcb01bdabaad234d812622555873fd48c4c (diff) | |
| download | forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.gz forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.bz2 forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.xz forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.zip | |
Name change to .html from .tpl as per requests (to ease local editing ... for those who can't search for .tpl ... ;) ), various updates to account for conditionals in templating engine, etc.
git-svn-id: file:///svn/phpbb/trunk@2676 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/simple_header.html')
| -rw-r--r-- | phpBB/templates/subSilver/simple_header.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/simple_header.html b/phpBB/templates/subSilver/simple_header.html new file mode 100644 index 0000000000..cef378af7e --- /dev/null +++ b/phpBB/templates/subSilver/simple_header.html @@ -0,0 +1,24 @@ +<!-- 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" /> +<style type="text/css"> +<!-- +--> +</style> +{META} +<title>{SITENAME} :: {PAGE_TITLE}</title> +<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css"> +<style type="text/css"> +<!-- +{T_STYLESHEET_DATA} +//--> +</style> +</head> + +<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> +<span class="gen"><a name="top"></a></span> |
