Files
TravianZ/templates/base/head.tpl
T
iopietro 62d6e19ee9 The first release of the refactored version
It's still a work in progress, there are a lot of things that will
change in the final release
2018-09-16 17:22:39 +02:00

18 lines
992 B
Smarty

<head>
<title>{$smarty.const.SERVER_NAME} - {$pageTitle}</title>
<link rel="shortcut icon" href="favicon.ico"/>
<meta name="content-language" content="en" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="../../assets/js/mt-core.js" type="text/javascript"></script>
<script src="../../assets/js/mt-more.js" type="text/javascript"></script>
<script src="../../assets/js/unx.js" type="text/javascript"></script>
<script src="../../assets/js/new.js" type="text/javascript"></script>
<link href="{$smarty.const.GP_LOCATE}lang/en/compact.css" rel="stylesheet" type="text/css" />
<link href="{$smarty.const.GP_LOCATE}travian.css" rel="stylesheet" type="text/css" />
<link href="{$smarty.const.GP_LOCATE}lang/en/lang.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
window.addEvent('domready', start);
</script>
</head>