Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings. Moved legacy template files. Added install/migration.mysql to report changes to the database on testing environments. Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
f2d4b0f7e2
commit
ddfb36efa5
341 changed files with 4238 additions and 3259 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><?php echo $this->getData('title')?></title>
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->getData('dpath')?>/formate.css" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=<?php echo $this->getData('ENCODING')?>" />
|
||||
<?php echo $this->getData('META_TAG')?>
|
||||
<script type="text/javascript" src="../scripts/overlib.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
Loading…
Reference in a new issue