📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:13:08
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_contact_info
✏️
Editing: layout-1.php
<div class="pxl-contact-info pxl-contact-info1"> <div class="pxl-item--text"> <span><?php echo esc_attr($settings['text']); ?></span> </div> <?php if($settings['type'] == 'email-phone') : ?> <a class="pxl-item--link" href="<?php echo esc_attr($settings['link']); ?>"></a> <?php endif; ?> <?php if(!empty($settings['map_iframe'])): ?> <div class="pxl-item--map"> <div class="pxl-map--inner"> <?php pxl_print_html($settings['map_iframe']); ?> </div> </div> <?php endif; ?> </div>
💾 Save Changes
❌ Cancel