Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- echo ' </div> <div class="FooterWrapper"> <div id="footerabc"> <div class="boxabc"> <div id="footered"> <div id="fanother"> <div class="ftag"> ';
- wp_tag_cloud("smallest=8&largest=11&number=28&orderby=count&order=DESC");
- echo '</div><div class="fad">';
- echo get_option("468");
- echo ' </div> <div class="clear"> </div> </div> <div class="footer-wrap"> <div id="fsidebar"> ';
- if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer1")):;
- echo ' ';
- endif;
- echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
- if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer2")):;
- echo ' ';
- endif;
- echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
- if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer3")):;
- echo ' ';
- endif;
- echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
- if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer4")):;
- echo ' ';
- endif;
- echo ' <div class="clear"></div> </div> <div class="clear"></div> </div> </div> </div></div><div id="footer"> <div class="wrapper2"> <div id="footer2"> <div class="footer2a"> <ul> ';
- wp_nav_menu(array(
- "theme_location" => "third",
- "container_id" => "fotnav",
- "fallback_cb" => "primarymenu3"
- ));
- echo ' </ul> <div class="clear"></div> <span >Copyright © 2011 ';
- bloginfo("name");
- echo ', </span> <p> Designed by <a id="designerLink" href="http://www.dalih.net/" title="Webmaster Hangout !" target="_blank">Webmaster Hangout !</a> and supported by <a id="link1" href="http://ipwngames.com/" title="iPhone Games" target="_blank">iPhone Games</a>, <a id="link2" href="http://www.vakansee.nl/" title="Vakansee" target="_blank">Vakansee</a>, <a id="link3" href="http://www.icontact-promo-code.com/" title="iContact coupon code" target="_blank">iContact coupon code</a> - Like this design? <a id="download-link" href="http://www.dalih.net/65/game-speed-wordpress-themes/" title="Free Download Game Speed Theme" target="_blank">Get it now.</a> </p> <div class="clear"></div> </div> <div class="footer2b"> <a href="#" border="0" alt="" /></a> </div> <div class="clear"></div> </div> <div class="bottom"> </div> </div></div><div class="clear"></div></div>';
- wp_footer();
- echo '';
- echo get_option("ga");
- echo '</body></html>';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement