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

fix links

parent e2923a8f
No related branches found
No related tags found
No related merge requests found
......@@ -111,13 +111,13 @@
</ul>
</li>
<?php if (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']; ?>/../blast">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 $GLOBALS['base_url']; ?>/blast">Blast</a>
<?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?>
<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']; ?>/../jbrowse">JBrowse</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 $GLOBALS['base_url']; ?>/jbrowse">JBrowse</a>
<?php endif; ?>
<?php if (getenv('ENABLE_APOLLO')): ?>
<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']; ?>/../apollo">Apollo</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 $GLOBALS['base_url']; ?>/apollo">Apollo</a>
<?php endif; ?>
<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="http://bipaa.genouest.org/is/">BIPAA</a>
<ul class="sub-menu">
......
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