And this is footer file:
<!-- begin #footer -->
<footer id="footer">
<div class="container clearfix">
<?php if ( is_active_sidebar( 'footer-sidebar' ) ) : ?>
<?php dynamic_sidebar( 'footer-sidebar' ); ?>
<?php else : ?>
<!-- This content shows up if there are no widgets defined in the backend. -->
<div class="one-fourth">
<!-- This content shows up if there are no widgets defined in the backend. -->
<div class="help">
<p>
<?php _e("Please activate some Widgets.", "site5framework"); ?>
<?php if(current_user_can('edit_theme_options')) : ?>
<a href="<?php echo admin_url('widgets.php')?>" class="add-widget"><?php _e("Add Widget", "site5framework"); ?></a>
<?php endif ?>
</p>
</div>
</div>
<?php endif; ?>
</div> <!-- end #footerWidgets -->
<!-- begin #copyright -->
<div id="copyrights">
<div class="container clearfix">
<span class="right">
<a class="backtotop" href="#">↑</a>
</span>
<?php if(of_get_option('sc_footer_copyright') == '') { ?>
© <?php bloginfo('name'); ?> is powered by <a href="http://wordpress.org/" title="WordPress">WordPress</a> <span class="amp">&</span> <a href="http://www.site5.com" title="SimpleCorp">SimpleCorp</a>.
<?php } else { ?>
<?php echo of_get_option('sc_footer_copyright') ?>
<?php } ?>
<!-- Site5 Credits-->
<br>The <a href="http://www.adhityafernando.com/">Success Driven Professional</a>. A journey of <a href="http://www.facebook.com/president.adhityafernando"><strong>Dream</strong></a> come <a href="http://www.facebook.com/Mr.AdhityaFernando"><strong>True</strong></a>.
</div>
</div>
<!-- end #copyright -->
</footer> <!-- end footer -->
</div> <!-- end #container -->
<!-- scripts are now optimized via Modernizr.load -->
<script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js" type="text/javascript"></script>
<!--[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]-->
<?php wp_footer(); // js scripts are inserted using this function ?>
</body>
</html>