Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <div id="footer" class="left">
  2.  
  3. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
  4. <?php endif; ?>
  5.  
  6. <div class="widgethead left"></div>
  7. <div class="widget left">
  8. <div class="widgetinner left">
  9.  
  10. <?php if(get_option("ct_footer_logo_url", "ct_footer_logo_alt", $single = true) !="") { ?>
  11. <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_option("ct_footer_logo_url", $single = true); ?>" alt="<?php echo get_option("ct_footer_logo_alt", $single = true); ?>" /></a>
  12. <?php } else { ?>
  13. <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/themes/summerlin/images/summerlin_footer_logo-trans.png" height="18" width="146" alt="Summerlin" /></a>
  14. <?php } ?>
  15.  
  16. <?php if(get_option("ct_footer_text", $single = true) !="") { ?>
  17. <?php echo get_option("ct_footer_text", $single = true); ?>
  18. <?php } else { ?>
  19. <p><strong>Your Company Name</strong><br />
  20. 123456 Enterprise Way<br />
  21. San Diego, CA 92101</p>
  22. <?php } ?>
  23.  
  24.  
  25. <p>&copy <?php echo date('Y'); ?> <?php bloginfo('name'); ?>, All Rights Reserved.</p>
  26. </div>
  27. </div>
  28.  
  29. <div class="clear"></div>
  30.  
  31. </div>
  32.  
  33. <div class="clear"></div>
  34.  
  35. </div>
  36.  
  37. <?php wp_footer(); ?>
  38.  
  39. <?php if(get_option("ct_google_analytics", $single = true) !="") { ?>
  40. <?php echo stripslashes(get_option("ct_google_analytics", $single = true)); ?>
  41. <?php } else { ?>
  42.  
  43. <?php } ?>
  44.  
  45. </body>
  46. </html>
Add Comment
Please, Sign In to add comment