woocommerce/templates/auth/footer.php

18 lines
183 B
PHP
Raw Normal View History

2015-04-22 15:27:12 +00:00
<?php
/**
* Auth footer
*
* @author WooThemes
* @package WooCommerce/Templates/Auth
* @version 2.4.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
2015-05-14 15:58:34 +00:00
</div>
2015-04-22 15:27:12 +00:00
</body>
</html>