<?php
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

// @codingStandardsIgnoreFile

/**
 * @var \Magento\Theme\Block\Html\Header $block
 */

$_config     = $this->helper('Sm\Market\Helper\Data');
$footerStyle = $_config->getThemeLayout('layout_footer/footer_style');

include($block->getTemplateFile("Sm_Market::html/footer-style/" . $footerStyle . ".phtml"));
?>
