* woocommerce_after_main_content hook
 *
 * @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action('woocommerce_after_main_content');
?>
			


			</div>

			<?php 
if ($position != 'without' && ($position == 'right' || $responsive == 'bottom')) {
    ?>
				<div class="<?php 
    echo $sidebar_span;
    ?>
 sidebar sidebar-right">
					<?php 
    etheme_get_sidebar($sidebarname);
    ?>
				</div>
			<?php 
}
?>
		</div>

	</div>
</div>
<?php 
get_footer('shop');
Beispiel #2
0
    function et_hidden_sidebar_html()
    {
        ?>
			<div class="st-menu hide-filters-block">
				<div class="nav-wrapper">
					<div class="st-menu-content">
						<?php 
        etheme_get_sidebar('shop');
        ?>
					</div>
				</div>
			</div> 
		<?php 
    }