Remove dead link to help page

This commit is contained in:
Karl Cordes 2019-04-28 12:04:46 +10:00
parent 5871678df1
commit 1c15148954

View file

@ -50,6 +50,7 @@ echo $scripts_for_layout;
echo $html->link($currentuser['User']['username'], '/users/view/' . $currentuser['User']['id']);
?>
<a href=""
</div>
<div id="navdiv">
@ -139,7 +140,7 @@ if ($currentuser['User']['access_level'] == 'manager' || $currentuser['User']['a
<li><?php echo $html->link('Search', '/enquiries/search', array('id' => 'searchLink')); ?>
</li>
<li><?php echo $html->link('Help', '/pages/help'); ?>
<li><?php echo $html->link('Help', '/pages/about'); ?>
<ul>
<li><a href="https://gitlab.com/minimalist.software/cmc-sales/issues">Issue tracker</a></li>
<li class="last"><?php echo $html->link('About', '/pages/about'); ?></li>