Compare View
Commits (2)
Showing
1 changed file
Show diff stats
frontend/views/layouts/main.php
@@ -760,6 +760,26 @@ | @@ -760,6 +760,26 @@ | ||
760 | </div> | 760 | </div> |
761 | <script id="dsq-count-scr" src="//http-t13-artweb-com-ua.disqus.com/count.js" async></script> | 761 | <script id="dsq-count-scr" src="//http-t13-artweb-com-ua.disqus.com/count.js" async></script> |
762 | <!-- <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script>--> | 762 | <!-- <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script>--> |
763 | + | ||
764 | + <!-- Start SiteHeart code --> | ||
765 | + <script> | ||
766 | + (function(){ | ||
767 | + var widget_id = 891074; | ||
768 | + _shcp =[{widget_id : widget_id}]; | ||
769 | + var lang =(navigator.language || navigator.systemLanguage | ||
770 | + || navigator.userLanguage ||"en") | ||
771 | + .substr(0,2).toLowerCase(); | ||
772 | + var url ="widget.siteheart.com/widget/sh/"+ widget_id +"/"+ lang +"/widget.js"; | ||
773 | + var hcc = document.createElement("script"); | ||
774 | + hcc.type ="text/javascript"; | ||
775 | + hcc.async =true; | ||
776 | + hcc.src =("https:"== document.location.protocol ?"https":"http") | ||
777 | + +"://"+ url; | ||
778 | + var s = document.getElementsByTagName("script")[0]; | ||
779 | + s.parentNode.insertBefore(hcc, s.nextSibling); | ||
780 | + })(); | ||
781 | + </script> | ||
782 | + <!-- End SiteHeart code --> | ||
763 | 783 | ||
764 | <!-- /#all --> | 784 | <!-- /#all --> |
765 | <?php $this->endBody() ?> | 785 | <?php $this->endBody() ?> |