commit 69cd922ad33fd67d95a6d811bebfee1d2d03870f
parent 789fc6a19bd4694e3241bc60623bea70b4cd00a7
Author: David Liotta <liottad6@students.rowan.edu>
Date: Sun, 16 Dec 2018 21:09:51 -0500
Update navbar.php
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/res/navbar.php b/website/res/navbar.php
@@ -39,7 +39,7 @@ if (isset($_SESSION['username'])) {
<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>
+ <a href="profile.php" target=""> <?php echo $profile; ?> </a>
</div>
<br><br>
</div>