forked from ogamespec/ogame-opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tpl
18 lines (17 loc) · 906 Bytes
/
header.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta name="author" content="Gameforge Productions GmbH" />
<meta http-equiv="content-type" content="text/html; charset=<?php echo loca("META_CHARSET");?>" />
<meta name="keywords" content="<?php echo loca("META_KEYWORDS");?>" />
<meta name="description" content="<?php echo loca("META_DESCRIPTION");?>" />
<meta name="robots" content="index, follow" />
<meta name="language" content="ru" />
<meta name="distribution" content="global" />
<meta name="audience" content="all" />
<meta name="author-mail" content="[email protected]" />
<meta name="publisher" content="Gameforge Productions GmbH" />
<meta name="copyright" content="(c) 2007 by Gameforge Productions GmbH" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title><?php echo loca("SERVERNAME");?></title>