Skip to content
Snippets Groups Projects
Commit 8ca6f368 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

fix links

parent 9b32cab3
No related branches found
No related tags found
No related merge requests found
......@@ -274,9 +274,9 @@
<div class="tripal-organism-teaser-title tripal-teaser-title">
<p class='data_highlight'>
<?php
print "<i><a href=".$GLOBALS['base_url']."/organism".$org->genus."/".$org->species."</i></a>"; /* <a href=".$GLOBALS['base_url'].'/jbrowse/'.">".$an->name."</a>" */
print "<i><a href=".$GLOBALS['base_url']."/organism".$org->genus."/".$org->species."</i>";
if (strtolower($org->common_name) != strtolower($org->genus[0].$org->species))
print " ($org->common_name)";
print " ($org->genus[0].$org->species.$org->common_name)"."</a>";
?>
</p>
</div>
......
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