wootook-reloaded/includes/application/design/scripts/empire/resources/energy.phtml
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

5 lines
No EOL
335 B
PHTML

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