Hi,
This is the footer.php of Provogue WP Theme and same Themes .. I hope it’s helpful 😉
<div class="clear"></div>
</div>
</div>
<?php include (TEMPLATEPATH . '/bottom.php'); ?>
<div id="footer">
<div class="fleft">
Design: <a href="http://mmohut.com/">MMORPG</a> <br/>
Copyright © <?php echo date('Y');?> <?php bloginfo('name');?><br/>
<?php $foot = get_option('prg_foot'); echo stripslashes($foot); ?>
</div>
<div class="fright">
<a href="http://mmohut.com/social-games">Facebook Games</a> | <a href="http://www.hostv.com/">VPS Hosting</a> | <a href="http://www.cirtexhosting.com/">Website hosting</a> <br/>
<a href="<?php bloginfo('rss2_url'); ?>">Subscribe to Posts</a> <br/> <a href="<?php bloginfo('comments_rss2_url'); ?>">Subscribe to Comments</a>
</div>
<div class="clear"></div>
</div>
<?php wp_footer(); ?>
</body>
</html>