diff --git a/index.php b/index.php index bc46fa8..7925576 100644 --- a/index.php +++ b/index.php @@ -3,10 +3,11 @@ $pagetitle = "Guild Wars Stats Tracker"; include_once ('header.php'); if (isset($_SESSION['userid'])){ - echo 'View individual character stats here

'; //make this a drop down list later - echo 'Update character stats here

'; - echo 'Update account stats here

'; - echo 'Add Guild Wars accounts and characters here
'; + echo 'View individual character stats here

'; //make this a drop down list later + echo 'Update character stats here

'; + echo 'Update account stats here

'; + echo 'Add Guild Wars accounts and manage characters here

'; + echo 'Add a new character to track
'; } include_once ('footer.php'); ?> \ No newline at end of file