wootook-reloaded/application/design/frontend/base/default/scripts/empire/resources/default.phtml
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01: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?>