/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
cell
/
ListProducts
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/ListProducts
mkdir
upload
Name
Size
Mode
Actions
list.php
748
0644
edit
dl
rm
list_promo.php
732
0644
edit
dl
rm
list_visited.php
493
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/ListProducts/list_promo.php
(732B)
<?php if ($products) : ?> <div class="block__heading"> <h2><?php echo __('Promo'); ?></h2> </div> <div class="block__listing products"> <div class="row"> <?php foreach ($products as $product) : ?> <div class="col-12 col-sm-6 col-lg-3"> <?php echo $this->element('entity/product', ['product' => $product]); ?> </div> <?php endforeach ?> </div> </div> <div class="call-to-action text-center"> <?php echo $this->Html->link(__('Vezi toate anunțurile'), ['prefix' => false, 'controller' => 'Products', 'action' => 'index'], ['class' => 'btn outline primary', 'escape' => false]); ?> </div> <?php endif ?>
Save
cmd:
run