diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-30 11:02:38 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-30 11:02:38 +0000 |
| commit | 4f7a1c7169719a13b0345c012d9bb53c2721c8ca (patch) | |
| tree | 3d3a87f14d066e4753fd08e9bfbe01e77cd3c170 /phpBB/styles/templates/subSilver/simple_header.html | |
| parent | b72a8fd2c7983eb318cc29fc0eb252a82d1d0bd8 (diff) | |
| download | forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.gz forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.bz2 forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.xz forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.zip | |
Bye bye ... hopefully
git-svn-id: file:///svn/phpbb/trunk@4334 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/templates/subSilver/simple_header.html')
| -rw-r--r-- | phpBB/styles/templates/subSilver/simple_header.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/styles/templates/subSilver/simple_header.html b/phpBB/styles/templates/subSilver/simple_header.html deleted file mode 100644 index 368b7232c3..0000000000 --- a/phpBB/styles/templates/subSilver/simple_header.html +++ /dev/null @@ -1,23 +0,0 @@ -<!-- 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> |
