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:
inghamn 2009-12-18 16:18:40 +00:00
parent 4f4eefaa2f
commit 58b8ab04cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="menuBar"> <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 <?php
if (userIsAllowed('Cemeteries')) { if (userIsAllowed('Cemeteries')) {
echo "<li><a href=\"".BASE_URL."/cemeteries\">Cemeteries</a></li>"; echo "<li><a href=\"".BASE_URL."/cemeteries\">Cemeteries</a></li>";