Skip to content

Commit

Permalink
navbar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strothmannsm committed Apr 25, 2016
1 parent 9dcc8f9 commit 2d947eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Top10.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
<ul class="dropdown-menu">
<li><a href="ViewProfile.php?user_id=<?php echo $_SESSION['user_id'];?>">View Profile</a></li>
<li><a href="editprofile.php">Edit Profile</a></li>
<li><a href="#">Who are you stalking?</a></li>
<li><a href="connections.php">Connections</a></li>
<li><a href="logout.php">Logout</a></li>
<li role="separator" class="divider"></li>
<!--<li class="dropdown-header">Nav header</li>-->
<li><a href="Top10.php">Top 10 Users</a></li>
<li><a href="#">One more separated link</a></li>
<!-- <li><a href="#">One more separated link</a></li> -->
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion ViewProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<li role="separator" class="divider"></li>
<!--<li class="dropdown-header">Nav header</li>-->
<li><a href="Top10.php">Top 10 Users</a></li>
<li><a href="#">One more separated link</a></li>
<!-- <li><a href="#">One more separated link</a></li> -->
</ul>
</li>
</ul>
Expand Down

0 comments on commit 2d947eb

Please sign in to comment.