From: vincent@cubedesigners.com Date: Wed, 6 May 2020 09:54:38 +0000 (+0000) Subject: fix #3633 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c382c22d095474ce7bf36a054734814b86fcc69a;p=fluidbook-v3.git fix #3633 --- diff --git a/framework/application/views/helpers/Exemples.php b/framework/application/views/helpers/Exemples.php index a566cda..5182449 100644 --- a/framework/application/views/helpers/Exemples.php +++ b/framework/application/views/helpers/Exemples.php @@ -116,7 +116,11 @@ class Fluidbook_View_Helper_Exemples extends CubeIT_View_Helper_Abstract { $res .= $this->exemplePublication($f->getFluidbookId(), $f->getFluidbookPage()); } else { $res .= $this->htmlElement('', 'div', - array('style' => 'background-image:url(' . $this->imageProcess()->imageProcessGetURL($image, $f->getTitle() . ' - ' . $f->getText(), 1200, 1200, array(), 'R') . ');', + array('style' => 'background-image:url(' . $this->imageProcess()->imageProcessGetURL( + $image, + $f->getTitle() + , 1200, 1200, + array(), 'R') . ');', 'class' => 'img full') ); }