mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 22:26:10 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
18 lines
992 B
Smarty
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> |