/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
cell
/
ListCauses
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/ListCauses
mkdir
upload
Name
Size
Mode
Actions
list.php
724
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/ListCauses/list.php
(724B)
<?php if (!$causes->isEmpty()) : ?> <div class="block__heading"> <h2><?php echo __('Cauze'); ?></h2> </div> <div class="block__listing causes"> <div class="row"> <?php foreach ($causes as $cause) : ?> <div class="col-12 col-sm-6 col-lg-3"> <?php echo $this->element('entity/cause', ['cause' => $cause]); ?> </div> <?php endforeach ?> </div> </div> <div class="call-to-action text-center"> <?php echo $this->Html->link(__('Vezi toate cauzele'), ['prefix' => false, 'controller' => 'Causes', 'action' => 'index'], ['class' => 'btn outline primary', 'escape' => false]); ?> </div> <?php endif ?>
Save
cmd:
run