Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. <div class="clear"></div>
  2.  
  3. </div>
  4.  
  5. </div>
  6.  
  7. </div>
  8.  
  9. </div>
  10.  
  11.  
  12. <div id="footer" class="clearfix">
  13.  
  14. <div id="footer-top"></div>
  15.  
  16. <div id="footer-body">
  17.  
  18. <div class="container">
  19.  
  20.  
  21. <div class="col_one_fourth">
  22. <?php if ( !function_exists( 'generated_dynamic_sidebar' ) || !generated_dynamic_sidebar( 'Footer 1' ) ) ?>
  23. </div>
  24.  
  25. <div class="col_one_fourth">
  26. <?php if ( !function_exists( 'generated_dynamic_sidebar' ) || !generated_dynamic_sidebar( 'Footer 2' ) ) ?>
  27. </div>
  28.  
  29. <div class="col_one_fourth">
  30. <?php if ( !function_exists( 'generated_dynamic_sidebar' ) || !generated_dynamic_sidebar( 'Footer 3' ) ) ?>
  31. </div>
  32.  
  33. <div class="col_one_fourth col_last">
  34. <?php if ( !function_exists( 'generated_dynamic_sidebar' ) || !generated_dynamic_sidebar( 'Footer 4' ) ) ?>
  35. </div>
  36.  
  37.  
  38. <div class="clear"></div>
  39.  
  40. <div id="copyrights">
  41.  
  42. <div id="fleft">
  43. <?php echo strip_tags( get_option_tree( 'copyrights' ) , '<a>'); ?>
  44. </div>
  45.  
  46. <div id="fright">
  47. <ul id="fsocial">
  48. <?php if( get_option_tree( 's_facebook' ) ): ?><li><a href="<?php echo get_option_tree( 's_facebook' ); ?>" title="Facebook" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/facebook.png" alt="Facebook" /></a></li><?php endif; ?>
  49. <?php if( get_option_tree( 's_twitter' ) ): ?><li><a href="<?php echo get_option_tree( 's_twitter' ); ?>" title="Twitter" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/twitter.png" alt="Twitter" /></a></li><?php endif; ?>
  50. <?php if( get_option_tree( 's_dribbble' ) ): ?><li><a href="<?php echo get_option_tree( 's_dribbble' ); ?>" title="Dribbble" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/dribbble.png" alt="Dribbble" /></a></li><?php endif; ?>
  51. <?php if( get_option_tree( 's_linkedin' ) ): ?><li><a href="<?php echo get_option_tree( 's_linkedin' ); ?>" title="LinkedIn" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/linkedin.png" alt="LinkedIn" /></a></li><?php endif; ?>
  52. <?php if( get_option_tree( 's_flickr' ) ): ?><li><a href="<?php echo get_option_tree( 's_flickr' ); ?>" title="Flickr" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/flickr.png" alt="Flickr" /></a></li><?php endif; ?>
  53. <?php if( get_option_tree( 's_forrst' ) ): ?><li><a href="<?php echo get_option_tree( 's_forrst' ); ?>" title="Forrst" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/forrst.png" alt="Forrst" /></a></li><?php endif; ?>
  54. <?php if( get_option_tree( 's_deviantart' ) ): ?><li><a href="<?php echo get_option_tree( 's_deviantart' ); ?>" title="DeviantArt" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/deviantart.png" alt="DeviantArt" /></a></li><?php endif; ?>
  55. <?php if( get_option_tree( 's_rss' ) == 'Yes' ): ?><li><a href="<?php echo get_bloginfo('rss2_url'); ?>" title="RSS" class="ntip"><img class="imgfade" src="<?php echo get_bloginfo('template_directory'); ?>/images/icons/social/rss.png" alt="RSS" /></a></li><?php endif; ?>
  56. </ul>
  57. </div>
  58.  
  59. </div>
  60.  
  61. </div>
  62.  
  63. </div>
  64.  
  65. </div>
  66.  
  67.  
  68. <?php wp_footer(); ?>
  69.  
  70. <?php echo get_option_tree( 'ganalytics' ); ?>
  71.  
  72. <?php echo get_option_tree( 'footerscripts' ); ?>
  73.  
  74. </body>
  75. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement