Fixed the internments URL in the menubar
git-svn-id: https://rosehill.googlecode.com/svn/branches/php@6 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
parent
4f4eefaa2f
commit
58b8ab04cb
|
@ -1,5 +1,5 @@
|
|||
<div class="menuBar">
|
||||
<ul><li><a href="<?php echo BASE_URL; ?>">Internments</a></li>
|
||||
<ul><li><a href="<?php echo BASE_URL; ?>/internments">Internments</a></li>
|
||||
<?php
|
||||
if (userIsAllowed('Cemeteries')) {
|
||||
echo "<li><a href=\"".BASE_URL."/cemeteries\">Cemeteries</a></li>";
|
||||
|
|
Loading…
Reference in New Issue