PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
modules
/
Amazon
/
templates
<?php /* Name: Grid */ use ContentEgg\application\helpers\TemplateHelper; __('Grid', 'content-egg-tpl'); ?> <?php foreach ($items as $key => $item) { if ($item['img'] && strstr($item['img'], 'images-amazon.com')) { $items[$key]['img'] = str_replace('.jpg', '._AC_UL250_SR250,250_.jpg', $item['img']); } } $this->renderPartial('grid', array('items' => $items)); ?>
[+]
..
[-] data_compare.php
[edit]
[-] data_price_tracker_alert.php
[edit]
[-] data_grid.php
[edit]
[-] data_item.php
[edit]
[-] data_list.php
[edit]