Skip to content
Snippets Groups Projects
Commit 4e2c87ba authored by Anthony Bretaudeau's avatar Anthony Bretaudeau
Browse files

fix blast link

parent fc5f6e86
No related branches found
No related tags found
No related merge requests found
...@@ -122,11 +122,11 @@ ...@@ -122,11 +122,11 @@
<?php if (getenv('ENABLE_BLAST')): ?> <?php if (getenv('ENABLE_BLAST')): ?>
<?php <?php
if (getenv('ENABLE_BLAST') == "1") if (getenv('ENABLE_BLAST') == "1")
$url = '/blast'; $url = $GLOBALS['base_url'].'/blast';
else else
$url = getenv('ENABLE_BLAST'); $url = getenv('ENABLE_BLAST');
?> ?>
<li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46"><a href="<?php echo $GLOBALS['base_url'].$url; ?>">Blast</a> <li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46"><a href="<?php $url; ?>">Blast</a>
<?php endif; ?> <?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?> <?php if (getenv('ENABLE_JBROWSE')): ?>
<?php <?php
......
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