wootook-reloaded/includes/application/design/scripts/empire/resources/default.phtml
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +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?>