source: trunk/forum/styles/wowgreen/template/simple_header.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.0 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
3<head>
4
5<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
6<meta http-equiv="content-language" content="{S_USER_LANG}" />
7<meta http-equiv="content-style-type" content="text/css" />
8<meta http-equiv="imagetoolbar" content="no" />
9<meta name="resource-type" content="document" />
10<meta name="distribution" content="global" />
11<meta name="copyright" content="2002-2006 phpBB Group" />
12<meta name="keywords" content="" />
13<meta name="description" content="" />
14{META}
15<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
16
17<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
18</head>
19
20<body class="{S_CONTENT_DIRECTION}">
21<a name="top"></a>
22<div id="wrapcentre">
Note: See TracBrowser for help on using the repository browser.