Example #1
0
            <?php 
echo _("Encumbrance");
?>
: <b><?php 
echo number_format($personagem->getPesoTotal(), 1, ',', '.');
?>
kg</b>.
            <?php 
echo _("Money");
?>
: <b>$<?php 
echo number_format($personagem->getDinheiroTotal(), 2, ',', '.');
?>
</b><br />
            <?php 
echo $personagem->getDescricao();
?>
.<br />
        </p>
    </div>
</div>
<div class="row">
    <div class="one columns">
        <label class="text-center"><small><?php 
echo _("Encumbrance");
?>
</small></label>
        <h3 class="text-center"><?php 
echo $personagem->getNivelCarga();
?>
</h3>