0byt3m1n1
Path:
/
data
/
21
/
3
/
125
/
28
/
3125354
/
user
/
3486433
/
htdocs
/
wp-content
/
themes
/
perfecti
/
[
Home
]
File: woocommerce.php
<?php global $woocommerce; get_header(); ?> <div id="page"> <div class="row"> <div class="woocommerce-wrapper clearfix"> <div id="products-list" class="span9 padbot50"> <?php woocommerce_content(); ?> </div> <div id="sidebar" class="span3 padbot50 woo-sidebar"> <?php if ( is_active_sidebar( 'shop-sidebar' ) ) { ?> <?php dynamic_sidebar( 'shop-sidebar' ); ?> <?php } ?> </div> </div> </div> </div> <?php get_footer(); ?>