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

sometimes we just want a homepage with no data

parent 7b7eb34b
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@
<?php if (getenv('ENABLE_ORTHOLOGY')): ?>
<p>This section contains orthology data.</p>
<p>Browse the available <a href="<?php echo $GLOBALS['base_url']; ?>/search/phylotree">gene families</a></p>
<?php else if (getenv('ENABLE_NO_CHADO_DATA')): ?>
<?php else: ?>
<?php $search_form = drupal_get_form('website_search_box_form'); print drupal_render($search_form); ?>
......
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