Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_banner
/
File Content:
layout-1.php
<?php extract($settings); if ( ! empty( $link['url'] ) ) { $widget->add_render_attribute( 'link', 'href', $link['url'] ); if ( $link['is_external'] ) { $widget->add_render_attribute( 'link', 'target', '_blank' ); } if ( $link['nofollow'] ) { $widget->add_render_attribute( 'link', 'rel', 'nofollow' ); } } ?> <div class="pxl-banner layout-1 d-flex-wrap align-items-center justify-content-center tilt-hover"> <div class="banner-inner relative"> <div class="bn-content text-center"> <?php if ( ! empty( $link['url'] ) ): ?> <a <?php pxl_print_html($widget->get_render_attribute_string( 'link' )); ?>> <?php endif; ?> <?php if(!empty($sub_title)): ?> <div class="bn-sub-title"><?php pxl_print_html($sub_title) ?></div> <?php endif; ?> <?php if(!empty($title)): ?> <div class="bn-title"><?php pxl_print_html($title) ?></div> <?php endif; ?> <?php if(!empty($desc)): ?> <div class="bn-desc"><?php pxl_print_html($desc) ?></div> <?php endif; ?> <?php if ( ! empty( $link['url'] ) ): ?> </a> <?php endif; ?> </div> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
1329 bytes
0644
layout-2.php
1625 bytes
0644
N4ST4R_ID | Naxtarrr