Advertisement
Guest User

Untitled

a guest
Jul 24th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <!--FOOTER SIDEBAR-->
  2. <div id="footer">
  3. <div class="widgets"><ul><?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widgets') ) : ?><?php endif; ?></ul>
  4. </div>
  5. </div>
  6.  
  7. < ?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer2 Widgets’) ) : ?>< ?php endif; ?>
  8.  
  9. <div style="background:#202020; height= 5px; border:1px solid #202020;width:970px; padding:15px;float:left;">
  10. </div>
  11.  
  12. <div style="background:#202020; height= 1px; border:1px solid #202020;width:970px; padding:15px;float:left;">
  13.  
  14. <p align="center">
  15. <a href="https://www.facebook.com/Saharitaj"><img src="http://saharjavidtash.name/wp-content/uploads/2013/07/social-inside-facebook-icon1.png" border="0" alt="Facebook"></a>
  16. <a href="http://www.linkedin.com/pub/sahar-javidtash/24/788/a54"><img src="http://saharjavidtash.name/wp-content/uploads/2013/07/social-inside-linkedin-icon1.png" border="0" alt="LinkedIn"></a>
  17. <a href="https://plus.google.com/103768875415473993405"><img src="http://saharjavidtash.name/wp-content/uploads/2013/07/social-inside-google-icon1.png" border="0" alt="Google Plus"></a>
  18. <a href="https://twitter.com/saharita34j"><img src="http://saharjavidtash.name/wp-content/uploads/2013/07/social-inside-twitter-icon1.png" border="0" alt="Twitter"></a>
  19. </p>
  20. </div>
  21.  
  22. <div style="background:#202020; border:1px solid #202020; width:970px; padding:15px;float:left;">
  23.  
  24. <p align="center" style="font-Lobster;color:#606060 ;font-size:13px;">© 2013. All Rights Reserved for <a href=www.saharjavidtash.name> <img src="http://saharjavidtash.name/wp-content/uploads/2013/07/small-logo-sj-name-final.png" border="0" alt="Logo Sahar Javidtash"></a>&nbsp;<a href=www.saharjavidtash.name>Sahar Javidtash</a></p>
  25. </div>
  26.  
  27. <!--COPYRIGHT TEXT-->
  28. <div id="copyright">
  29. <div class="copytext">
  30. <?php if ( of_get_option('footer_textarea') ) { ?>
  31. <?php echo of_get_option('footer_textarea'); ?>
  32. <?php }else{ ?>
  33. &copy; <?php echo date('Y');?> <?php bloginfo('name'); ?>
  34. <?php } ?>
  35. </div>
  36. <!--FOOTER MENU-->
  37. <div id="footmenu">
  38. <?php wp_nav_menu( array( 'container_class' => 'menu-footer', 'theme_location' => 'footer', 'depth' => 0, 'fallback_cb' =>false) ); ?>
  39. </div>
  40. </div>
  41.  
  42.  
  43. </div>
  44. <!--Google Analytics-->
  45. <?php if ( of_get_option('ganlytcs_text') ) { ?>
  46. <script type="text/javascript">
  47. /* <![CDATA[ */
  48. var _gaq = _gaq || [];
  49. _gaq.push(['_setAccount', '<?php echo of_get_option('ganlytcs_text'); ?>']);
  50. _gaq.push(['_setDomainName', 'none']);
  51. _gaq.push(['_setAllowLinker', true]);
  52. _gaq.push(['_trackPageview']);
  53.  
  54. (function() {
  55. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  56. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  57. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  58. })();
  59. /* ]]> */
  60. </script>
  61. <?php } ?>
  62. <?php wp_footer(); ?>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement