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

allow jpg

parent 5d16bdb2
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,8 @@ ...@@ -286,6 +286,8 @@
<?php if (file_exists('/var/www/html/species.png')): ?> <?php if (file_exists('/var/www/html/species.png')): ?>
<img src="<?php echo $GLOBALS['base_url']; ?>/species.png" width=200 height=150 class="org_img" /> <img src="<?php echo $GLOBALS['base_url']; ?>/species.png" width=200 height=150 class="org_img" />
<?php else if (file_exists('/var/www/html/species.jpg')): ?>
<img src="<?php echo $GLOBALS['base_url']; ?>/species.jpg" width=200 height=150 class="org_img" />
<?php endif; ?> <?php endif; ?>
<p style="font-style:italic; margin:0; padding:0">Other organisms are available on the <a href="https://bipaa.genouest.org/">BIPAA website</a>.</p> <p style="font-style:italic; margin:0; padding:0">Other organisms are available on the <a href="https://bipaa.genouest.org/">BIPAA website</a>.</p>
......
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