survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 8c37def1125139dd72abbbedbcfd6f8cd4826efb
parent bb266de2fa22eae969aea413503e9f1054caee07
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 17:17:55 -0500

Removed 'Find a survey' from bar
Diffstat:
Mwebsite/res/navbar.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/website/res/navbar.php b/website/res/navbar.php @@ -40,7 +40,6 @@ if (isset($_SESSION['username'])) { <a href="directory.php" target="_blank"> Surveys </a> <a href="createsurvey.php" target="_blank"> Create a Survey </a> <a href="profile.php" target="_blank"> <?php echo $user; ?>'s Profile </a> - <b href="profile.php" target="_blank"> Find a survey </b> </div> <br><br> </div>