woocommerce/templates/global/sidebar.php

12 lines
200 B
PHP
Raw Normal View History

2012-08-14 18:05:45 +00:00
<?php
/**
* Sidebar
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2014-01-15 05:53:37 +00:00
get_sidebar( 'shop' ); ?>