/var/www/vhosts/ihelp.ro/httpdocs/templates/element/entity
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
]);
?>
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]); ?>