survey_seahorse

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

commit b9168848dcb302e7cc42ca6ae0fbfd960b699dd1
parent c5224ef351470b988db2da34415ca42a0975ddab
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 20:21:31 -0500

Removed new tab generation when clicking bar
Diffstat:
Mwebsite/res/navbar.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/res/navbar.php b/website/res/navbar.php @@ -36,10 +36,10 @@ if (isset($_SESSION['username'])) { </style> <div class=navbox> <div class= nav> - <a href="index.php" target="_blank"> Home </a> - <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> + <a href="index.php" target=""> Home </a> + <a href="directory.php" target=""> Surveys </a> + <a href="createsurvey.php" target=""> Create a Survey </a> + <a href="profile.php" target=""> <?php echo $user; ?>'s Profile </a> </div> <br><br> </div>