diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index c44dd2f4e5..0e2409586c 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> -{SEO_BASE_HREF} + <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-language" content="{S_USER_LANG}" /> @@ -25,15 +25,6 @@ var onload_functions = new Array(); var onunload_functions = new Array(); var style_cookie_settings = '{A_COOKIE_SETTINGS}'; - // www.phpBB-SEO.com SEO TOOLKIT BEGIN - var seo_delim_start = '{SEO_START_DELIM}'; - var seo_static_pagination = '{SEO_SATIC_PAGE}'; - var seo_ext_pagination = '{SEO_EXT_PAGE}'; - var seo_external = {SEO_EXTERNAL}; - var seo_external_sub = {SEO_EXTERNAL_SUB}; - var seo_ext_classes = {SEO_EXT_CLASSES}; - var seo_hashfix = {SEO_HASHFIX}; - // www.phpBB-SEO.com SEO TOOLKIT END /** * New function for handling multiple calls to window.onload and window.unload by pentapenguin |
