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

added explicit link to organism page

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