diff --git a/index.php b/index.php index 96579d6..223b954 100644 --- a/index.php +++ b/index.php @@ -10,4 +10,4 @@ if (isset($_SESSION['userid'])){ echo 'Add Guild Wars account here
'; } include_once ('footer.php'); -?> +?> \ No newline at end of file diff --git a/titlemanager.php b/titlemanager.php index 00f409e..25d3f03 100644 --- a/titlemanager.php +++ b/titlemanager.php @@ -35,12 +35,12 @@ if ($_SESSION['admin'] == 1) { } else { unset($_SESSION['tid']); echo 'Add titles

'; - echo 'Modify titles


'; - echo 'Add title ranks and points to


'; + echo 'Add title ranks and points to

'; + echo '
'; echo 'Edit / Delete subtitle & points (code goes here)

'; // now to view the last 5 title entries in the database echo 'Here is the last 5 titles entered into the database, newest entry is on top:
';