芝麻web文件管理V1.00
ID, 'layout_footer', true);
}
if($layout_footer == 'global' || empty($layout_footer)){
get_template_part('templates/footer/footer', get_theme_mod('boal_footer', '1'));
}
else{
get_template_part('templates/footer/footer', $layout_footer);
}
?>