diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-07 18:42:19 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-07 18:42:19 -0500 |
| commit | fba28a55051f648e29fa7782c03bbe8c70558f4b (patch) | |
| tree | 965c4770899ecca646ccbd94009d6940e1857571 /dash/header.php | |
| parent | 7c22c8b54fa09348ce3a8077dd49384c917d6db0 (diff) | |
| download | bulletin-fba28a55051f648e29fa7782c03bbe8c70558f4b.tar.gz | |
Bug fixes
Diffstat (limited to 'dash/header.php')
| -rw-r--r-- | dash/header.php | 22 |
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']);?> ▾</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> |
