Advertisement
plas71k

wp_decoded_footer

Nov 21st, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.27 KB | None | 0 0
  1. <?php
  2. echo ' </div> <div class="FooterWrapper"> <div id="footerabc"> <div class="boxabc"> <div id="footered"> <div id="fanother"> <div class="ftag"> ';
  3. wp_tag_cloud("smallest=8&largest=11&number=28&orderby=count&order=DESC");
  4. echo '</div><div class="fad">';
  5. echo get_option("468");
  6. echo ' </div> <div class="clear"> </div> </div> <div class="footer-wrap"> <div id="fsidebar"> ';
  7. if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer1")):;
  8.     echo ' ';
  9. endif;
  10. echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
  11. if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer2")):;
  12.     echo ' ';
  13. endif;
  14. echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
  15. if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer3")):;
  16.     echo ' ';
  17. endif;
  18. echo ' <div class="clear"></div> </div> <div id="fsidebar"> ';
  19. if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("Footer4")):;
  20.     echo ' ';
  21. endif;
  22. 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> ';
  23. wp_nav_menu(array(
  24.     "theme_location" => "third",
  25.     "container_id" => "fotnav",
  26.     "fallback_cb" => "primarymenu3"
  27. ));
  28. echo ' </ul> <div class="clear"></div> <span >Copyright &copy; 2011 ';
  29. bloginfo("name");
  30. 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">&nbsp;</div> </div></div><div class="clear"></div></div>';
  31. wp_footer();
  32. echo '';
  33. echo get_option("ga");
  34. echo '</body></html>';
  35. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement