Advertisement
Guest User

footer.php

a guest
Jun 30th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. </div><!-- #content -->
  2. </div><!-- #container -->
  3.  
  4. <div class="clear"></div>
  5.  
  6. <?php if(get_option('collection_footer_ad_enable') == ('on')) { ?>
  7. <div class="footer-ad">
  8. <?php echo get_option('collection_footer_ad_code'); ?>
  9. </div><!-- end .footer-ad -->
  10. <?php } ?>
  11.  
  12. <div id="footer">
  13. <div class="copyright">
  14.  
  15. </div><!-- #copyright -->
  16. </div><!-- #footer -->
  17. <?php wp_footer(); ?>
  18. <!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter15076486 = new Ya.Metrika({id:15076486, enableAll: true, webvisor:true}); } catch(e) {} }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="//mc.yandex.ru/watch/15076486" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter --><script type="text/javascript">
  19.  
  20. var _gaq = _gaq || [];
  21. _gaq.push(['_setAccount', 'UA-32508447-1']);
  22. _gaq.push(['_trackPageview']);
  23.  
  24. (function() {
  25. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  26. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  27. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  28. })();
  29.  
  30. </script>
  31.  
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement