Example #1
0
    $arma = $item;
    if (!is_null($arma->getArremesso())) {
        $longe = $arma->getArremesso();
    } else {
        $longe = new ArmaMuscular('', '', 0.0, 0.0, '');
    }
} else {
    $arma = new Arma('', '', 0, 0, '');
    $longe = new ArmaMuscular('', '', 0.0, 0.0, '');
}
require 'header.php';
?>
<div class="row">
    <div class="twelve columns">
        <?php 
if ($item->getIdJogador() == ID_JOGADOR) {
    ?>
        <a class="button right" href="<?php 
    echo WEB_PATH;
    ?>
/item-editor.php?slug=<?php 
    echo $_GET['slug'];
    ?>
">Alterar</a>
        <?php 
}
?>
        <h3><?php 
echo $item->getNome();
?>
(<?php