PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
content-egg-templates
/
AE
<?php /* Name: User comments */ use ContentEgg\application\helpers\TemplateHelper; ?> <?php if (isset($title) && $title): ?> <h3 class="cegg-shortcode-title"><?php echo esc_html($title); ?></h3> <?php endif; ?> <?php foreach ($items as $item): ?> <?php if (!empty($item['extra']['comments'])) { $import_comments = $item['extra']['comments']; include(rh_locate_template('inc/ce_common/user_comments.php')); }?> <?php endforeach; ?>
[+]
..
[-] data_slider.php
[edit]
[-] data_grid3.php
[edit]
[-] data_grid4.php
[edit]
[-] data_simple_list.php
[edit]
[-] data_bigcart_notitle.php
[edit]
[-] data_bigcart.php
[edit]
[-] data_specification.php
[edit]
[-] data_keyspec.php
[edit]
[-] data_description.php
[edit]
[-] data_comments.php
[edit]
[-] data_compact.php
[edit]
[-] data_list.php
[edit]
[-] data_button.php
[edit]