2013-02-11 16:34:13 +00:00
< ? php
2014-07-28 14:50:11 +00:00
/**
* Admin View : Notice - Theme Support
*/
2014-07-28 15:16:35 +00:00
if ( ! defined ( 'ABSPATH' ) ) {
exit ; // Exit if accessed directly
}
2014-07-28 14:50:11 +00:00
2013-02-11 16:34:13 +00:00
?>
2014-07-28 14:50:11 +00:00
2013-02-11 16:34:13 +00:00
< div id = " message " class = " updated woocommerce-message wc-connect " >
2014-11-18 11:37:15 +00:00
< p >< ? php printf ( __ ( '<strong>Your theme does not declare WooCommerce support</strong> – Please read our integration guide or check out our %sStorefront%s theme which is totally free to download and designed specifically for use with WooCommerce :)' , 'woocommerce' ), '<a href="' . esc_url ( admin_url ( 'theme-install.php?theme=highwind' ) ) . '">' , '</a>' ); ?> </p>
2014-10-27 13:38:04 +00:00
< p class = " submit " >
< a href = " http://woothemes.com/storefront " class = " button-primary " target = " _blank " >< ? php _e ( 'Find out more about Storefront' , 'woocommerce' ); ?> </a>
< a href = " <?php echo esc_url( apply_filters( 'woocommerce_docs_url', 'http://docs.woothemes.com/document/third-party-custom-theme-compatibility/', 'theme-compatibility' ) ); ?> " class = " button " >< ? php _e ( 'Theme integration guide' , 'woocommerce' ); ?> </a>
2014-11-18 11:37:15 +00:00
< a class = " skip button " href = " <?php echo esc_url( add_query_arg( 'hide_theme_support_notice', 'true' ) ); ?> " >< ? php _e ( 'Hide this notice' , 'woocommerce' ); ?> </a>
</ p >
</ div >