/var/www/vhosts/ihelp.ro/httpdocs/templates/element/entity
NameSizeModeActions
cause.bkp.php12540644editdlrm
cause.php27710644editdlrm
product.bkp.php26580644editdlrm
product.php34650644editdlrm
sponsor.php21930644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/element/entity/cause.php (2771B)
url = ['prefix' => false, 'controller' => 'Causes', 'action' => 'view', 'slug' => $cause->slug, 'uuid' => $cause->uuid]; ?>
Html->image($this->Custom->generateUrlHdy( [ 'model_name' => $cause->model_name, 'uuid' => $cause->uuid, 'image_name' => ($cause->featured_image != null) ? $cause->featured_image['image_path'] : "", ], true, 400, 200, true ), ['class' => 'img-fluid']) ?>
Html->link($cause->name, $cause->url); ?>
Text->truncate($cause->description, 150, [ 'ellipsis' => '...', 'exact' => false ]); ?>
date_end)); ?>
Number->format($cause->donation_sum, ['precision' => 0, 'after' => ' Lei']); ?>
Number->format($cause->donation_amount, ['precision' => 0, 'after' => ' Lei']); ?>
Html->link('' . __('Vezi cauza'), $cause->url, ['class' => 'btn full block primary', 'escape' => false]); ?>