|
|
|
@@ -0,0 +1,7 @@ |
|
|
|
<?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'); |
|
|
|
?> |