thank you here you go.
>[color="#8B0000"]<div class="clear-this"></div>
</div> <!-- div#wrap-mid -->
<div id="footer">
<ul id="footer-links">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<li id="links">
<h2>Links</h2>
<ul>
<?php get_links('-1', '<li>', '</li>', '<br />', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
</ul>
</li>
<li id="meta">
<h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check?uri=referer" title="Validate XHTML">XHTML</a></li>
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</li>
<li id="subscribe">
<h2>Subscribe</h2>
<p>
<a href="<? bloginfo('rss2_url') ?>" title="Subscribe to my feed"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/feed-icon.gif" alt="Subscribe to RSS" /></a>
<a href="http://fusion.google.com/add?feedurl=<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/google-plus.gif" alt="Google Reader or Homepage" /></a>
<a href="http://www.ifeedreaders.com/subscribe.php?thefeed=<? bloginfo('rss2_url') ?>&"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/ifeedreaders.gif" alt="Subscribe" title="More Subscription Options"/></a>
<a href="http://add.my.yahoo.com/rss?url=<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/yahoo.gif" alt="Add to My Yahoo!" /></a>
<a href="http://www.bloglines.com/sub/<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/bloglines.gif" alt="Subscribe with Bloglines" /></a>
<a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/newsgator.gif" alt="Subscribe in NewsGator Online" /></a>
<a href="http://my.msn.com/addtomymsn.armx?id=rss&ru=<? bloginfo('rss2_url') ?>&ru=<? echo get_settings('home'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/msn2.gif" alt="Add to MyMSN" /></a>
<a href="http://feeds.my.aol.com/add.jsp?url=<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/myaol.gif" alt="Add to My AOL"/></a>
<a href="http://www.pageflakes.com/subscribe.aspx?url=<? bloginfo('rss2_url') ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/pageflakes.gif" alt="Subscribe to PageFlakes" /></a>
<a href="http://www.rojo.com/add-subscription?resource=<? bloginfo('rss2_url') ?>"> <img src="<?php bloginfo('template_url'); ?>/images/rss-images/rojo.gif" alt="Subscribe in Rojo" /></a>
<a href="http://technorati.com/faves?add=<? echo get_settings('home'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss-images/technorati.gif" alt="Add to Technorati Favorites!" /></a>
</p>
</li>
<?php } ?>
<?php endif; /* end of dynamic sidebar */ ?>
</ul>
<div id="credits">
<a href="http://wordpress.org"><img src="<?php bloginfo('template_url'); ?>/images/wp-logo.jpg" alt="WordPress" title="Powered by WordPress" /></a>
<a href="http://www.glamorouscreations.com"><img src="<?php bloginfo('template_url'); ?>/images/cureless-logo.jpg" alt="Glamor" title="Fantasy WordPress Theme by Glamorous Creations" /></a>
</div>
</div> <!-- div#footer -->
</div> <!-- div#wrap-all -->
<?php /* "Powered by WordPress. Designed by Glamorous Creations." */ ?>
<?php wp_footer(); ?>
</body>
</html>[/color]