whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
glowing
/
ube
/
elements
/
testimonial
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/glowing/ube/elements/testimonial/layout-08.php
<?php /** * @var $element Elementor\Widget_Base * @var $item_key * @var $html_rating array * @var $client_say * @var $author_name * @var $author_job * @var $image_html */ ?> <?php if (count($html_rating) > 0): ?> <div class="ube-testimonial-rating"> <?php echo join('', $html_rating) ?> </div> <?php endif; ?> <div <?php $element->print_render_attribute_string("content_attr{$item_key}") ?>> <?php if ($client_say !== ''): ?> <p <?php $element->print_render_attribute_string("client_say_attr{$item_key}") ?>> <?php echo wp_kses_post($client_say) ?> </p> <?php endif; ?> </div> <div class="ube-testimonial-info d-flex align-items-center"> <?php if ($image_html !== ''): ?> <div class="ube-testimonial-avatar"> <?php echo wp_kses($image_html,'image') ; ?> </div> <?php endif; ?> <div class="info"> <?php if ($author_name !== ''): ?> <h4 <?php $element->print_render_attribute_string("author_name_attr{$item_key}") ?>> <?php echo esc_html($author_name) ?> </h4> <?php endif; ?> <?php if ($author_job !== ''): ?> <span <?php $element->print_render_attribute_string("author_job_attr{$item_key}") ?>><?php echo esc_html($author_job) ?></span> <?php endif; ?> </div> </div>
Copyright ©2021 || Defacer Indonesia