wootook-reloaded/application/design/base/default/scripts/deprecated/buildings_research.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

15 lines
No EOL
232 B
Go Template

<center>
<font color="#ff0000"><?php echo $this->getData('noresearch')?></font>
<br />
<table align=top>
<tr>
<td>
<table width=530>
<tr>
<?php echo $this->getData('technolist')?>
</tr>
</table>
</td>
</tr>
</table>
</center>