File "abyss.php"

Full path: C:/xampp/htdocs/www_real/abyss.php
File size: 997 B (997 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
// This AION Brasil
require "header.php";
?>

<div class="case">
    <div class="content">
        <div class="list">
            <div class="rankabyss">
                <center>Classificação Abyss Points + Abates</center>
            </div>
            <table cellspacing="0" width="100%">
                <tr align="center">
                    <td class="tophead">Lugar</td>
                    <td class="tophead">Nome</td>
                    <td class="tophead">Nível</td>
                    <td class="tophead">Raça</td>
                    <td class="tophead">Classe</td>
                    <td class="tophead">Sexo</td>
                    <td class="tophead">AP</td>
                    <td class="tophead">Rank</td>
                    <td class="tophead">Abates</td>
                </tr>
                <?php require "modules/abyssap_m.php";?>
            </table>
        </div>
    </div>
    
    <?php require "sidebar.php"; ?>
</div>

<?php require "footer.php"; ?>