From 72569afb5f5588633ed7e0a8aa26cee952eef21b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Tue, 30 Oct 2018 15:30:48 +0100 Subject: [PATCH] dev #78660 connector icon --- library/digital_resources/EntrepotNumeriqueMelun/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/digital_resources/EntrepotNumeriqueMelun/Config.php b/library/digital_resources/EntrepotNumeriqueMelun/Config.php index 5fae0a2d9c4..4a962482015 100644 --- a/library/digital_resources/EntrepotNumeriqueMelun/Config.php +++ b/library/digital_resources/EntrepotNumeriqueMelun/Config.php @@ -26,7 +26,7 @@ class EntrepotNumeriqueMelun_Config extends Class_DigitalResource_Config { return ['Introduction' => $this->_('EntrepotNumeriqueMelun'), 'HelpLink' => 'http://wiki.bokeh-library-portal.org/index.php/EntrepotNumeriqueMelun', 'Url' => '', - 'Icon' => '', + 'Icon' => 'http://melun.preprod-osiros.decalog.net/img/logo-melun.png', 'PermissionLabel' => $this->_('Bibliothèque numérique: accéder à la ressource EntrepotNumeriqueMelun'), 'NotAllowedMessage' => $this->_('Votre compte n\'est pas autorisé à accéder à cette ressource.'), -- GitLab