File: /hosting/kak.bg/web/wp-content/themes/klasik/footer.php
<?php
/**
* The template for displaying the footer.
*
* @package WordPress
* @subpackage Klasik
* @since Klasik 1.0
*/
?>
<?php get_template_part('layout-footer'); ?>
<?php if(is_active_sidebar('footer')){ ?>
<!-- FOOTER SIDEBAR -->
<div id="outerfootersidebar">
<div id="footersidebarcontainer">
<div class="container">
<div class="row">
<footer id="footersidebar">
<?php
if ( ! dynamic_sidebar( 'footer' ) ){
}// end general widget area
?>
<div class="clear"></div>
</footer>
</div>
</div>
</div>
</div>
<!-- END FOOTER SIDEBAR -->
<?php } ?>
<!-- FOOTER -->
<div id="outerfooter">
<div id="footercontainer">
<div class="container">
<div class="row">
<div class="twelve columns">
<footer id="footer">
<div class="copyrighttext">
<?php klasik_copyright_text(); ?>
</div>
<div class="footertext">
<?php klasik_footer_text(); ?>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<!-- END FOOTER -->
</div><!-- end outercontainer -->
</div><!-- end bodychild -->
<?php get_template_part('site-footer'); ?>