File: /home/c1190199/public_html/wp-content/themes/Nova/footer.php
<?php if ( !is_home() ) { ?>
<div id="footer-widgets">
<div class="container">
<div id="widgets-wrapper" class="clearfix">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
<?php endif; ?>
</div> <!-- end #widgets-wrapper -->
</div> <!-- end .container -->
</div> <!-- end #footer-widgets -->
<?php } ?>
<div id="footer">
<div class="container clearfix">
<p id="copyright"><?php _e('Designed by ','Nova'); ?> <a href="http://www.elegantthemes.com" title="Premium WordPress Themes">Elegant WordPress Themes</a> | <?php _e('Powered by ','Nova'); ?> <a href="http://www.wordpress.org">WordPress</a></p>
</div> <!-- end .container -->
</div> <!-- end #footer -->
</div> <!-- end #center-highlight-->
<?php include(TEMPLATEPATH . '/includes/scripts.php'); ?>
<?php wp_footer(); ?>
</body>
</html>