diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 12:09:37 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-26 12:09:37 +0000 |
| commit | 8e50e5eb4e9ffc37e1d97aa39c22295086212f6a (patch) | |
| tree | 9fe6c27d9b9aa2fdac8a62cc1311f7205560ac21 /phpBB/templates/subSilver | |
| parent | dabc3a4b843b8de7badeac75af100f40458fd873 (diff) | |
| download | forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.gz forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.bz2 forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.xz forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.zip | |
Implemented Navigation bar in Mozilla
git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 724c9551c0..f60a32af28 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -1,12 +1,10 @@ -<!-- 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"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html" /> <meta http-equiv="Content-Style-Type" content="text/css" /> {META} +{NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> <!-- |
