mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 10:37:14 +00:00
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
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user