/trunk/widget/modules/photo/squelettes/js/WidgetPhotoPopup.js |
---|
263,7 → 263,7 |
$( '#bloc-infos-img' ).html( |
this.afficherLien( this.urlLienEflore, this.obs['nom_sel'] )+ |
' par '+ |
'<a class="lien_contact" href="' + lienContact + '">' + this.auteur + '</a> '+ |
'<a class="lien_contact" href="' + lienContact + '" target="_blank" title="Afficher le profil">' + this.auteur + '</a> '+ |
' le ' + this.date + ' - ' + this.obs['localisation'] |
); |
}; |