Guild Wars stat tracking The idea behind this is to track multiple characters individual stats as well as account stats.
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <?php
- $pagetitle = "Characters list";
- include_once ('header.php');
- echo 'this page may end up being an include and act as a drop down list of characters to view their stats<br /><br />';
- echo 'Return to your <a href="index.php" class="navlink">user</a> page';
- include_once ('footer.php');
- ?>
|