PageRenderTime 46ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/wp-content/plugins/ithemes-exchange/lib/templates/super-widget-cart/elements/empty-cart-notice.php

https://github.com/ArzuA/gitwordpress
PHP | 23 lines | 9 code | 1 blank | 13 comment | 0 complexity | 253430d0c9730cbe1db21c00291bd561 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. /**
  3. * This is the default template for the
  4. * super-widget-cart empty-cart-notice element.
  5. *
  6. * @since 1.1.0
  7. * @version 1.1.0
  8. * @package IT_Exchange
  9. *
  10. * WARNING: Do not edit this file directly. To use
  11. * this template in a theme, copy over this file
  12. * to the exchange/super-widget-cart/elements directory
  13. * located in your theme.
  14. */
  15. ?>
  16. <?php do_action( 'it_exchange_super_widget_cart_before_empty_cart_notice_element' ); ?>
  17. <div class="empty-cart">
  18. <?php do_action( 'it_exchange_super_widget_cart_begin_empty_cart_notice_element' ); ?>
  19. <p><?php _e( 'Your cart is empty', 'it-l10n-ithemes-exchange' ); ?></p>
  20. <?php do_action( 'it_exchange_super_widget_cart_end_empty_cart_notice_element' ); ?>
  21. </div>
  22. <?php do_action( 'it_exchange_super_widget_cart_after_empty_cart_notice_element' ); ?>