Advertisement
Guest User

Untitled

a guest
Sep 30th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. </div></div> </div>
  2. <div id="footerwrapper1"> <div class="themidad">
  3. <?php if(get_option('ad5ok')!="yes"):?><?php endif?>
  4. <?php if(get_option('ad5ok')!="no"):?><center style="padding-top:6px"><?php echo get_option('ad5'); ?></center><?php endif?> </div>
  5. <div id="fsidebar1">
  6. <a href="<?php echo get_option('home'); ?>"><img src="<?php echo get_option('logo'); ?>" alt="<?php echo get_option('logoalt'); ?>" /></a>
  7. <div class="foookar"><?php get_search_form(); ?></div>
  8. </div>
  9. <div class="fsidebar2">
  10. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Block 1') ) : ?>
  11. <?php endif; ?>
  12. </div>
  13. <div class="fsidebar2">
  14. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Block 2') ) : ?>
  15. <?php endif; ?>
  16. </div> <div class="cb"></div>
  17. <center><ul id="fnav"> <li>
  18. <?php wp_nav_menu( array( 'walker' => new Arrow_Walker_Nav_Menu, 'theme_location' => 'third', 'container_id' => 'fotnav', 'container_class' => 'ddsmoothmenu1', 'fallback_cb'=>'secondarymenu') );?> </li>
  19. </ul></center>
  20. <div style="clear: both;"> </div> </div>
  21. <div id="footer">
  22. <div id="footer1"> </div>
  23. <div id="footer2"> <div id="footerwrapper2">
  24. <div id="fotbot">
  25. <div class="fotlogoleft">
  26. <div class="fotcopy"> <div id="btt"> <a href="#top"> </a> </div>
  27. <?php echo get_option('copyrightxt'); ?>
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <?php
  36. if ( !is_home() ) { ?>
  37. <h1 style="display:none"><?php bloginfo('name'); ?></h1>
  38. <?php } else { ?>
  39.  
  40. <?php }
  41. ?>
  42.  
  43.  
  44.  
  45. </div> </div>
  46.  
  47.  
  48.  
  49. <div class="cb"></div>
  50. </div> </div> </div></div>
  51. <?php if ( is_home() ) { ?><h1 style="display:none"><?php wp_title(''); ?></h1><?php } ?>
  52. <?php wp_footer(); ?>
  53. <?php echo get_option('fscript'); ?> </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement