Updated buildings Updated shipyard page (ships & defense) Added Buildings building queue display & cancel build action. Added research lab Added navigation block structure Removed old code Updated registration Added files to .gitignore Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
4 lines
No EOL
162 B
PHTML
4 lines
No EOL
162 B
PHTML
<div class="shipyard item-list">
|
|
<h1><?php echo $this->__('Research Laboratory')?></h1>
|
|
<?php echo $this->getPartial('item-list.items')->render()?>
|
|
</div>
|