Skip to content
Snippets Groups Projects
Commit 2277bdfd authored by Loraine Guéguen's avatar Loraine Guéguen
Browse files

fix home-links

parent 4ceec9fa
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
*/
?>
<header id="masthead" class="site-header" role="banner">
<a class="home-link" href="<?php echo $GLOBALS['base_url']; ?>" title="ABiMS" rel="home">
<a class="home-link" href="<?php echo $GLOBALS['base_url'].'/'; ?>" title="ABiMS" rel="home">
</a>
<div id="navbar" class="navbar">
......
......@@ -100,7 +100,7 @@ if (isset($node) && $node->type == "chado_feature") {
}
?>
<header id="masthead" class="site-header" role="banner">
<a class="home-link" href="<?php echo $GLOBALS['base_url']; ?>" title="ABiMS" rel="home">
<a class="home-link" href="<?php echo $GLOBALS['base_url'].'/'; ?>" title="ABiMS" rel="home">
</a>
<div id="navbar" class="navbar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment