Update menu_user.php
authorPatrick McGuire <insidenothing@gmail.com>
Sun, 14 Jun 2020 14:46:46 +0000 (10:46 -0400)
committerGitHub <noreply@github.com>
Sun, 14 Jun 2020 14:46:46 +0000 (10:46 -0400)
admin/menu_user.php

index b18630f..a81196f 100644 (file)
@@ -1,3 +1,3 @@
 <li role='presentation' style='background-color:lightyellow;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/report.php'){ echo "class='active'"; } ?> ><a href="report.php">Reports</a></li>
-<li role='presentation' style='background-color:lightyellow;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/download.php'){ echo "class='active'"; } ?> ><a href="download.php">Download CSV</a></li>
+<li role='presentation' style='background-color:lightyellow;' <?PHP if($_SERVER['SCRIPT_NAME'] == '/admin/download.php'){ echo "class='active'"; } ?> ><a href="download.php">Download</a></li>