'; $theme_options = pmthemes_theme_options(); if ( $theme_options['pmth_wc_shop_lyt'] == 'wc_show_sbar' ) { $shplyt = 'content'; } else { $shplyt = 'content-full'; } echo '
'; if (function_exists('woocommerce_content')) : woocommerce_content(); endif; echo '
'; if ( $theme_options['pmth_wc_shop_lyt'] == 'wc_show_sbar' ) { get_sidebar(); } echo ''; } else { echo '
'; echo '
'; if (function_exists('woocommerce_content')) : woocommerce_content(); endif; echo '
'; get_sidebar(); echo '
'; } get_footer(); ?>