Update menu_manager.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 18:19:44 +0000 (14:19 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 18:19:44 +0000 (14:19 -0400)
admin/menu_manager.php

index 3ba247a..de7366a 100644 (file)
@@ -1,2 +1,2 @@
- <li role='presentation' style='background-color:lightgreen;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/manage_petitions.php'){ echo "class='active'"; } ?> ><a href="manage_petitions.php">Set Up Petitions</a></li>
- <li role='presentation' style='background-color:lightgreen;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/users.php'){ echo "class='active'"; } ?> ><a href="users.php">Set Up Users</a></li>
+ <li role='presentation' style='background-color:lightgreen;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/petitions.php'){ echo "class='active'"; } ?> ><a href="petitions.php">Petitions</a></li>
+ <li role='presentation' style='background-color:lightgreen;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/users.php'){ echo "class='active'"; } ?> ><a href="users.php">Users</a></li>