Commit 8ce134e5fdfd8a267e87d786d5379a11ff59740e
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
26 additions
and
4 deletions
Show diff stats
frontend/views/blog/view.php
| ... | ... | @@ -71,7 +71,7 @@ |
| 71 | 71 | */ |
| 72 | 72 | (function() { // DON'T EDIT BELOW THIS LINE |
| 73 | 73 | var d = document, s = d.createElement('script'); |
| 74 | - s.src = 'https://new-kbenergy-test.disqus.com/embed.js'; | |
| 74 | + s.src = 'https://http-t13-artweb-com-ua.disqus.com/embed.js'; | |
| 75 | 75 | s.setAttribute('data-timestamp', +new Date()); |
| 76 | 76 | (d.head || d.body).appendChild(s); |
| 77 | 77 | })(); |
| ... | ... | @@ -79,6 +79,28 @@ |
| 79 | 79 | <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
| 80 | 80 | |
| 81 | 81 | |
| 82 | + <!-- <div id="disqus_thread"></div>--> | |
| 83 | +<!-- <script>--> | |
| 84 | +<!----> | |
| 85 | +<!-- /**--> | |
| 86 | +<!-- * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.--> | |
| 87 | +<!-- * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/--> | |
| 88 | +<!-- /*--> | |
| 89 | +<!-- var disqus_config = function () {--> | |
| 90 | +<!-- this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable--> | |
| 91 | +<!-- this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable--> | |
| 92 | +<!-- };--> | |
| 93 | +<!-- */--> | |
| 94 | +<!-- (function() { // DON'T EDIT BELOW THIS LINE--> | |
| 95 | +<!-- var d = document, s = d.createElement('script');--> | |
| 96 | +<!-- s.src = 'https://new-kbenergy-test.disqus.com/embed.js';--> | |
| 97 | +<!-- s.setAttribute('data-timestamp', +new Date());--> | |
| 98 | +<!-- (d.head || d.body).appendChild(s);--> | |
| 99 | +<!-- })();--> | |
| 100 | +<!-- </script>--> | |
| 101 | +<!-- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>--> | |
| 102 | + | |
| 103 | + | |
| 82 | 104 | |
| 83 | 105 | <!-- <div id="comments">--> |
| 84 | 106 | <!-- <h4 class="text-uppercase">2 комментария</h4>--> | ... | ... |
frontend/views/layouts/main.php
| ... | ... | @@ -697,7 +697,7 @@ |
| 697 | 697 | |
| 698 | 698 | <!-- *** Breadcrumbs *** --> |
| 699 | 699 | <?php |
| 700 | - if (!$isHome) { | |
| 700 | + if (!$isHome and \Yii::$app->request->getUrl() !== Url::toRoute(['site/legal'])) { | |
| 701 | 701 | ?> |
| 702 | 702 | <div id="heading-breadcrumbs"> |
| 703 | 703 | <div class="container"> |
| ... | ... | @@ -841,8 +841,8 @@ |
| 841 | 841 | <span id="back-to-top" title="<?=\Yii::t('app', 'Back to top')?>"><i class="fa fa-arrow-up"></i></span> |
| 842 | 842 | |
| 843 | 843 | </div> |
| 844 | - | |
| 845 | - <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script> | |
| 844 | + <script id="dsq-count-scr" src="//http-t13-artweb-com-ua.disqus.com/count.js" async></script> | |
| 845 | +<!-- <script id="dsq-count-scr" src="//new-kbenergy-test.disqus.com/count.js" async></script>--> | |
| 846 | 846 | |
| 847 | 847 | <!-- /#all --> |
| 848 | 848 | <?php $this->endBody() ?> | ... | ... |