File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/budilia/footer.php
<?php
/**
* Footer section template.
* @package forestly
*/
?>
</div><!-- #main .wrapper -->
<div class="fosforit-footer-widgets">
<div class="fosforit-footer-widgets-part">
<?php if (function_exists('dynamic_sidebar')) : dynamic_sidebar('fosforit-footer-1'); else : ?>
<?php endif; ?>
<?php if (function_exists('dynamic_sidebar')) : dynamic_sidebar('fosforit-footer-2'); else : ?>
<?php endif; ?>
</div>
<div class="fosforit-footer-widgets-part">
<?php if (function_exists('dynamic_sidebar')) : dynamic_sidebar('fosforit-footer-3'); else : ?>
<?php endif; ?>
<?php if (function_exists('dynamic_sidebar')) : dynamic_sidebar('fosforit-footer-4'); else : ?>
<?php endif; ?>
</div>
</div>
<footer id="colophon" role="contentinfo">
<div class="site-info">
<div class="footercopy"><?php echo of_get_option('custom_footer_text_left'); ?></div>
<div class="footercredit"><?php echo of_get_option('custom_footer_text_right'); ?></div>
<div class="clear"></div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?/* <div class="site-wordpress" style="font-size:10px;">
<?php $forestly_homepage = 'http://www.fosforito.net/wp-themes/forestly'; $wordpress_homepage = 'http://wordpress.org'; ?>
<?php printf( __( '<a href="%1$s">Forestly</a> Theme | Powered by <a href="%2$s">Wordpress</a>', 'forestly' ), $forestly_homepage, $wordpress_homepage); ?>
</div><!-- .site-info -->
<div class="clear"></div>
</div><!-- #page --> */?>
<?php wp_footer(); ?>
</body>
</html>