Your IP : 216.73.216.95


Current Path : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/widgets/
Upload File :
Current File : /var/test/www/html/37thanniversary/wp-content/themes/crowdngo/widgets/popup-newsletter.php

<div class="popupnewsletter hidden">
  <!-- Modal -->
  <button title="<?php esc_attr_e('Close (Esc)', 'crowdngo'); ?>" type="button" class="mfp-close apus-mfp-close"> <span class="ti-close"></span> </button>
  <div class="modal-content" <?php if ( isset($image) && $image ) : ?> style="background:url('<?php echo esc_attr( $image ); ?>') no-repeat #fff" <?php endif; ?> >
    
      <div class="popupnewsletter-widget">
        <?php if(!empty($title)){ ?>
            <h3>
                <span><?php echo esc_html( $title ); ?></span>
            </h3>
        <?php } ?>
        
        <?php if(!empty($description)){ ?>
            <p class="description">
                <?php echo trim( $description ); ?>
            </p>
        <?php } ?>      
        <?php mc4wp_show_form(''); ?>

        <a href="javascript:void(0)" class="close-dont-show"><?php esc_html_e('Don\'t show this popup again', 'crowdngo'); ?></a>
    </div>
  </div>
   
</div>