Example #1
0
	<?php 
roots_footer_before();
?>
		<footer id="content-info" class="<?php 
global $roots_options;
echo $roots_options['container_class'];
?>
" role="contentinfo">
			<?php 
roots_footer_inside();
?>
			<div class="container">
				<?php 
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer")) {
    ?>
				<?php 
}
?>
				<p class="copy"><small>
				<img src="<?php 
echo get_template_directory_uri();
?>
/img/meatball.png" width="60px" height="51px" alt="<?php 
bloginfo('name');
?>
">
				Page Editor: <a href="mailto:<?php 
echo get_option('page-editor');
?>
"><?php 
echo get_option('page-editor');
Example #2
0
	<?php roots_footer_before(); ?>
		<footer id="content-info" class="<?php global $roots_options; echo $roots_options['container_class']; ?>" role="contentinfo">
			<?php roots_footer_inside(); ?>
			<div class="container">
				<?php dynamic_sidebar("Footer"); ?>
				<p class="copy"><small>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
			</div>	
		</footer>
		<?php roots_footer_after(); ?>	
	</div><!-- /#wrap -->

<?php wp_footer(); ?>
<?php roots_footer(); ?>

	<!--[if lt IE 7]>
		<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
		<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
	<![endif]-->

</body>
</html>