Commit f87dc9393120d9cfc17a863a2e51c6cf7b0847dc

Authored by Yarik
1 parent cf111fc6

VK, ok, yandex disable

Showing 1 changed file with 9 additions and 9 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -320,15 +320,15 @@ $this->registerJs("
320 320 <div class="wrap">
321 321 <div class="rightbar2">
322 322 <ul class="social" style="margin-top: 10px !important;">
323   - <li><a class="vk" id="vk" target="_blank">vk.com</a></li>
  323 +<!-- <li><a class="vk" id="vk" target="_blank">vk.com</a></li>-->
324 324 <li><a class="fb" id="fb">facebook.com</a></li>
325   - <li><a class="ok" id="ok" target="_blank">odnoklassniki.ru</a></li>
  325 +<!-- <li><a class="ok" id="ok" target="_blank">odnoklassniki.ru</a></li>-->
326 326 <li><a class="gp" id="gp" href="https://plus.google.com/+ArtwebUaAgency" target="_blank">plus.google.com</a>
327 327 </li>
328 328 </ul>
329 329  
330 330 <div class="socialbox">
331   - <div class="vk_box hide">
  331 + <?php /*<div class="vk_box hide">
332 332 <script type="text/javascript" src="//vk.com/js/api/openapi.js?116"></script>
333 333  
334 334 <!-- VK Widget -->
... ... @@ -343,8 +343,8 @@ $this-&gt;registerJs(&quot;
343 343 color3: '5B7FA6'
344 344 }, 99037905);
345 345 </script>
346   - </div>
347   - <div class="fb_box hide">
  346 + </div> */ ?>
  347 + <div class="fb_box">
348 348 <div id="fb-root"></div>
349 349 <script>(function (d, s, id) {
350 350 var js, fjs = d.getElementsByTagName(s)[0];
... ... @@ -378,7 +378,7 @@ $this-&gt;registerJs(&quot;
378 378 data-rel="publisher"></div>
379 379 </div>
380 380  
381   - <div class="ok_box hide">
  381 + <?php /*<div class="ok_box hide">
382 382 <div id="ok_group_widget"></div>
383 383 <script>
384 384 !function (d, id, did, st) {
... ... @@ -399,7 +399,7 @@ $this-&gt;registerJs(&quot;
399 399 </script>
400 400  
401 401  
402   - </div>
  402 + </div> */ ?>
403 403 <div class="tw_box hide">Пока нет!</div>
404 404  
405 405 </div>
... ... @@ -533,8 +533,8 @@ $this-&gt;registerJs(&quot;
533 533  
534 534 <?php $this->endBody () ?>
535 535 <!-- SOCIAL ICON -->
536   - <script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script>
537   - <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script>
  536 +<!-- <script type="text/javascript" src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js" charset="utf-8"></script>-->
  537 +<!-- <script type="text/javascript" src="//yastatic.net/share2/share.js" charset="utf-8"></script>-->
538 538 <!-- SOCIAL ICON -->
539 539 </body>
540 540 </html>
... ...