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:
Gregory PLANCHAT 2011-07-29 08:09:04 +02:00
commit ddfb36efa5
341 changed files with 4238 additions and 3259 deletions

View file

@ -0,0 +1,4 @@
<div class="message">
<h1><?php echo $this->escape($this->getData('title'))?></h1>
<p><?php echo $this->escape($this->getData('message'))?></p>
</div>