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

fix blast link

parent 4e2c87ba
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@
else
$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 $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 echo $url; ?>">Blast</a>
<?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?>
<?php
......
......@@ -137,7 +137,7 @@ if ($node->type == "chado_feature") {
else
$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 $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 echo $url; ?>">Blast</a>
<?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?>
<?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