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

rel #37996 : fix premier chapitre image

parent 52302521
Branches
Tags
8 merge requests!1587Master,!1553Master,!1525Master,!1519Master,!1516Master,!1515Master,!1514Hotline master,!1511Hotline#37996 activation premier chapitre ok image ancrable nok
- 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