Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="footer">
- <?
- global $options;
- foreach ($options as $value) {
- if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
- }
- ?>
- <div class="footerbottom">
- <div class="footerleft">
- <p><? if ($wp_year) { ?><? echo $wp_year; ?><? } else { ?>2010<? } ?> © <span style="font-weight:bold;"><?php bloginfo('name'); ?></span></p>
- </div>
- <div class="footerright">
- <p>Designed by <a href="http://www.factorybunkbeds.com" title="Buy bunk beds, loft beds, and kids bedroom furniture at the lowest prices on the Internet.">Bunk Beds</a> and <a href="http://www.factoryhardwoodfloors.com" title="Buy hardwood floors, both click and lock and tongue and groove, at the lowest prices on the Internet.">Hardwood Floors</a></p>
- </div>
- </div>
- </div>
- </div>
- <?php wp_footer(); ?>
- <? echo $wp_analytics; ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement