Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3989 → Rev 3990

/trunk/widget/modules/photo/squelettes/photo.tpl.html
330,12 → 330,19
title="Cliquez pour accéder à la fiche eFlore">
<?php echo $item['obs']['nom_sel']; ?>
</a><br />
par
<a class="cel-img-contact"
href="<?php echo $item['urlProfil']; ?>"
title="Afficher le profil" target="_blank">
<?php echo $auteur; ?>
</a>
par <?php
if ($item['is_auteur_tela']) {
?>
<a class="cel-img-contact"
href="<?php echo $item['urlProfil']; ?>"
title="Afficher le profil" target="_blank">
<?php echo $auteur; ?>
</a>
<?php
} else {
echo $auteur;
};
?>
<?php else : ?>
<?php echo $item['titre']; ?>
<?php endif; ?>