woocommerce/templates/global/sidebar.php

12 lines
198 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
2012-08-14 18:05:45 +00:00
get_sidebar('shop'); ?>