Example #1
0
					<div class="theme-footer-top theme-clear-fix"<?php 
        echo ThemeHelper::createStyleAttribute($style);
        ?>
>

						<div class="theme-main <?php 
        echo $layout;
        ?>
">
							<?php 
        $WidgetArea->create($widgetAreaData);
        ?>
						</div>
						
						<?php 
        $WidgetArea->unsetWidgetAreaLayout();
        ?>
						
					</div>
<?php 
    }
    if (ThemeOption::getGlobalOption($post, 'footer_bottom_enable') == 1) {
        $content = ThemeOption::getOption('footer_bottom_content');
        if ($Validation->isNotEmpty($content)) {
            ?>
					<div class="theme-footer-bottom theme-clear-fix">
						<div class="theme-main theme-clear-fix">
							<?php 
            echo do_shortcode($content);
            ?>
						</div>