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

add aureme link

parent 8d4382eb
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,15 @@
</ul>
</li>
<?php endif; ?>
<?php if (getenv('ENABLE_AUREME')): ?>
<?php
if (getenv('ENABLE_AUREME') == "1")
$url = $GLOBALS['base_url'].'/aureme';
else
$url = getenv('ENABLE_AUREME');
?>
<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; ?>">Metabolic model</a></li>
<?php endif; ?>
<?php if (getenv('ENABLE_WIKI')): ?>
<?php
if (getenv('ENABLE_WIKI') == "1")
......
......@@ -166,6 +166,15 @@ if (isset($node) && $node->type == "chado_feature") {
</ul>
</li>
<?php endif; ?>
<?php if (getenv('ENABLE_AUREME')): ?>
<?php
if (getenv('ENABLE_AUREME') == "1")
$url = $GLOBALS['base_url'].'/aureme';
else
$url = getenv('ENABLE_AUREME');
?>
<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; ?>">Metabolic model</a></li>
<?php endif; ?>
<?php if (getenv('ENABLE_WIKI')): ?>
<?php
if (getenv('ENABLE_WIKI') == "1")
......
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