Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_contact_info
/
File Content:
layout-1.php
<?php extract($settings); $cursor_cls = (!empty($map_img['id']) || !empty($map_iframe))? 'cursor-map-target' : ''; $show_popup_cls = $show_popup == 'true' ? 'show-popup' : ''; ?> <div class="pxl-ci-wrap layout-1 relative <?php echo esc_attr($cursor_cls) ?> <?php echo esc_attr($show_popup_cls) ?>"> <div class="ci-content-wrap"> <div class="ci-content"> <?php if(!empty($heading_text)): ?> <h4 class="ci-title"><?php pxl_print_html($heading_text); ?></h4> <?php endif; ?> <?php if(!empty($desc)): ?> <div class="ci-desc"><?php pxl_print_html(nl2br($desc)); ?></div> <?php endif; ?> </div> </div> <?php if(!empty($map_iframe) || !empty($map_img['id'])): ?> <div class="pxl-map-wrap"> <div class="pxl-map-content overflow-hidden"> <?php if(!empty($map_iframe) && !is_admin()): ?> <?php pxl_print_html($map_iframe); ?> <?php elseif(!empty($map_img['id'])): ?> <img src="<?php echo esc_url($map_img['url'])?>" class="pxl-map-img w-100 h-100 img-cover-center"/> <?php endif; ?> </div> </div> <?php endif; ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
1143 bytes
0644
N4ST4R_ID | Naxtarrr