Skip to content
Snippets Groups Projects
Commit eb51ac40 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#37996_activation_premier_chapitre_ok_image_ancrable_nok' into 'stable'

Hotline#37996 activation premier chapitre ok image ancrable nok

See merge request !1511
parents 52302521 b55d2d4f
Branches
Tags
7 merge requests!1587Master,!1553Master,!1525Master,!1519Master,!1516Master,!1515Master,!1514Hotline master
- ticket #37996 : Premier chapitre : correction de l'image ancrable dans la liste de résultat et la vue notice
\ No newline at end of file
......@@ -66,7 +66,7 @@ class ZendAfi_View_Helper_PremierChapitre_Lien
protected function _getImage() {
return $this->_tag('img', null,
['src' => '/public/opac/images/lireavecpremierchapitre.png',
['src' => Class_Profil::getCurrentProfil()->getUrlImage('lireavecpremierchapitre.png'),
'style' => 'height: 30px; margin-left: 30px;']);
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment