PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/modules/layouts/admin/templates/ |
| Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64 IP: 128.140.68.198 |
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/modules/layouts/admin/templates/popup.php |
<?php /** * Popup template. * * @package Woodmart * * @var string $btn_text Button text. * @var string $btn_classes Button classes. * @var string $title_text Title text. * @var string $content Content. */ $btn_classes = isset( $btn_classes ) ? $btn_classes : ''; ?> <div class="xts-popup-holder"> <div class="xts-popup-overlay"></div> <?php if ( $btn_text ) : ?> <a href="javascript:void(0);" class="xts-popup-opener xts-btn xts-color-primary<?php echo esc_attr( $btn_classes ); ?>"> <?php echo esc_html( $btn_text ); ?> </a> <?php endif; ?> <div class="xts-popup xts-options"> <div class="xts-popup-inner"> <div class="xts-popup-header"> <div class="xts-popup-title"> <?php echo esc_html( $title_text ); ?> </div> <a href="javascript:void(0);" class="xts-popup-close"> <?php esc_html_e( 'Close', 'woodmart' ); ?> </a> </div> <div class="xts-popup-content xts-dashboard"> <div class="xts-layout-popup-notices"></div> <?php echo $content; // phpcs:ignore ?> <div class="xts-loader"> <div class="xts-loader-el"></div> <div class="xts-loader-el"></div> </div> </div> </div> </div> </div>