summaryrefslogtreecommitdiff
path: root/dash/header.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-03-07 18:42:19 -0500
committerCarson Fleming <cflems@cflems.net>2017-03-07 18:42:19 -0500
commitfba28a55051f648e29fa7782c03bbe8c70558f4b (patch)
tree965c4770899ecca646ccbd94009d6940e1857571 /dash/header.php
parent7c22c8b54fa09348ce3a8077dd49384c917d6db0 (diff)
downloadbulletin-fba28a55051f648e29fa7782c03bbe8c70558f4b.tar.gz
Bug fixes
Diffstat (limited to 'dash/header.php')
-rw-r--r--dash/header.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/dash/header.php b/dash/header.php
index 145180f..737d177 100644
--- a/dash/header.php
+++ b/dash/header.php
@@ -39,18 +39,18 @@ foreach ($navtitles as $k => $title) {
<div class="navblock">
<a href="<?=$b_config['base_url'].'dash/profile.php';?>">
<span class="navspan"><?=htmlentities($b_user['name']);?>&nbsp;&#x25be;</span>
- <ul class="subnav">
- <a href="<?=$b_config['base_url'].'dash/profile.php';?>">
- <li><span class="navspan">Profile</span></li>
- </a>
- <a href="<?=$b_config['base_url'].'dash/settings.php';?>">
- <li><span class="navspan">Settings</span></li>
- </a>
- <a href="<?=$b_config['base_url'].'logout.php';?>">
- <li><span class="navspan">Log Out</span></li>
- </a>
- </ul>
</a>
+ <ul class="subnav">
+ <a href="<?=$b_config['base_url'].'dash/profile.php';?>">
+ <li><span class="navspan">Profile</span></li>
+ </a>
+ <a href="<?=$b_config['base_url'].'dash/settings.php';?>">
+ <li><span class="navspan">Settings</span></li>
+ </a>
+ <a href="<?=$b_config['base_url'].'logout.php';?>">
+ <li><span class="navspan">Log Out</span></li>
+ </a>
+ </ul>
</div>
</div>
</div>