wootook-reloaded/application/design/base/default/scripts/empire/resources/default.phtml
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

5 lines
No EOL
215 B
PHTML

<?php if ($this->getData('overload')) :?>
<span class="overload"><?php echo $this->renderNumber($this->getData('stock'))?></span>
<?php else:?>
<?php echo $this->renderNumber($this->getData('stock'))?>
<?php endif?>