%PDF- %PDF-
| Direktori : /home/graphicd/public_html/demo/riverwalkpoa/wp-content/themes/sandwich/ |
| Current File : /home/graphicd/public_html/demo/riverwalkpoa/wp-content/themes/sandwich/footer.php |
<?php
/**
* The template for displaying the footer
*/
?>
</div><!-- #content -->
<?php
$sandwich_before_footer_width = get_theme_mod('sandwich_site_before_footer_width_control','full_width');
if ($sandwich_before_footer_width == 'full_width'){
$before_footer_container_fluid = 'container-fluid';
}else{
$before_footer_container_fluid = 'container';
}
?>
<?php if (get_theme_mod('sandwich_before_footer_display',true)): ?>
<?php if (is_active_sidebar('before_footer')): ?>
<div class="before_footer">
<div class="<?php echo esc_html($before_footer_container_fluid); ?>">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="before_footer_wrapper">
<?php
dynamic_sidebar('before_footer');
?>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<?php
$sandwich_footer_width = get_theme_mod('sandwich_site_footer_width_control','full_width');
if ($sandwich_footer_width == 'full_width'){
$sandwich_footer_contianer = 'container-fluid';
}else{
$sandwich_footer_contianer = 'container';
}
?>
<?php if (get_theme_mod('sandwich_footer_display',true)): ?>
<footer id="site_footer" class="site-footer">
<div class="<?php echo esc_html($sandwich_footer_contianer); ?>">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="site-info copy-right">
<span><?php echo get_theme_mod('sandwich_footer_text','Copyright © All Rights Reserved'); ?></span>
</div><!-- .site-info -->
</div>
</div>
</div><!-- #page -->
</footer><!-- #colophon -->
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>