Skip to content
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package BeShop
*/
$beshop_topfooter_show = get_theme_mod( 'beshop_topfooter_show', 1 );
$beshop_basket_visibility = get_theme_mod( 'beshop_basket_visibility', 'all' );
?>