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>
5 lines
146 B
PHTML
5 lines
146 B
PHTML
<div class="navigation">
|
|
<?php foreach ($this->getAllPartials() as $partial):?>
|
|
<?php echo $partial->render()?>
|
|
<?php endforeach?>
|
|
</div>
|