Commit b540cc410399fd6af9ec0fe1003963a8fafd6e80
1 parent
dc7900a3
01.06.16
Showing
2 changed files
with
115 additions
and
115 deletions
Show diff stats
.htaccess
| ... | ... | @@ -81,42 +81,42 @@ AddDefaultCharset utf-8 |
| 81 | 81 | |
| 82 | 82 | |
| 83 | 83 | # кеширование в браузере на стороне пользователя |
| 84 | -<IfModule mod_expires.c> | |
| 85 | -ExpiresActive On | |
| 86 | -ExpiresDefault "access 7 days" | |
| 87 | -ExpiresByType application/javascript "access plus 1 year" | |
| 88 | -ExpiresByType text/javascript "access plus 1 year" | |
| 89 | -ExpiresByType text/css "access plus 1 year" | |
| 90 | -ExpiresByType text/html "access plus 7 day" | |
| 91 | -ExpiresByType text/x-javascript "access 1 year" | |
| 92 | -ExpiresByType image/gif "access plus 1 year" | |
| 93 | -ExpiresByType image/jpeg "access plus 1 year" | |
| 94 | -ExpiresByType image/png "access plus 1 year" | |
| 95 | -ExpiresByType image/jpg "access plus 1 year" | |
| 96 | -ExpiresByType image/x-icon "access 1 year" | |
| 97 | -ExpiresByType application/x-shockwave-flash "access 1 year" | |
| 98 | -</IfModule> | |
| 99 | - | |
| 100 | -<IfModule mod_deflate.c> | |
| 101 | -AddOutputFilterByType DEFLATE text/plain | |
| 102 | -AddOutputFilterByType DEFLATE text/html | |
| 103 | -AddOutputFilterByType DEFLATE text/xml | |
| 104 | -AddOutputFilterByType DEFLATE text/css | |
| 105 | -AddOutputFilterByType DEFLATE application/xml | |
| 106 | -AddOutputFilterByType DEFLATE application/xhtml+xml | |
| 107 | -AddOutputFilterByType DEFLATE application/rss+xml | |
| 108 | -AddOutputFilterByType DEFLATE application/javascript | |
| 109 | -AddOutputFilterByType DEFLATE application/x-javascript | |
| 110 | -BrowserMatch ^Mozilla/4 gzip-only-text/html | |
| 111 | -BrowserMatch ^Mozilla/4\.0[678] no-gzip | |
| 112 | -BrowserMatch \bMSIE !no-gzip !gzip-only-text/html | |
| 113 | -Header append Vary User-Agent | |
| 114 | -RewriteEngine On | |
| 115 | -AddEncoding gzip .gz | |
| 116 | -RewriteCond %{HTTP:Accept-encoding} gzip | |
| 117 | -RewriteCond %{REQUEST_FILENAME}.gz -f | |
| 118 | -RewriteRule ^(.*)$ $1.gz [QSA,L] | |
| 119 | -</IfModule> | |
| 84 | +#<IfModule mod_expires.c> | |
| 85 | +#ExpiresActive On | |
| 86 | +#ExpiresDefault "access 7 days" | |
| 87 | +#ExpiresByType application/javascript "access plus 1 year" | |
| 88 | +#ExpiresByType text/javascript "access plus 1 year" | |
| 89 | +#ExpiresByType text/css "access plus 1 year" | |
| 90 | +#ExpiresByType text/html "access plus 7 day" | |
| 91 | +#ExpiresByType text/x-javascript "access 1 year" | |
| 92 | +#ExpiresByType image/gif "access plus 1 year" | |
| 93 | +#ExpiresByType image/jpeg "access plus 1 year" | |
| 94 | +#ExpiresByType image/png "access plus 1 year" | |
| 95 | +#ExpiresByType image/jpg "access plus 1 year" | |
| 96 | +#ExpiresByType image/x-icon "access 1 year" | |
| 97 | +#ExpiresByType application/x-shockwave-flash "access 1 year" | |
| 98 | +#</IfModule> | |
| 99 | +# | |
| 100 | +#<IfModule mod_deflate.c> | |
| 101 | +#AddOutputFilterByType DEFLATE text/plain | |
| 102 | +#AddOutputFilterByType DEFLATE text/html | |
| 103 | +#AddOutputFilterByType DEFLATE text/xml | |
| 104 | +#AddOutputFilterByType DEFLATE text/css | |
| 105 | +#AddOutputFilterByType DEFLATE application/xml | |
| 106 | +#AddOutputFilterByType DEFLATE application/xhtml+xml | |
| 107 | +#AddOutputFilterByType DEFLATE application/rss+xml | |
| 108 | +#AddOutputFilterByType DEFLATE application/javascript | |
| 109 | +#AddOutputFilterByType DEFLATE application/x-javascript | |
| 110 | +#BrowserMatch ^Mozilla/4 gzip-only-text/html | |
| 111 | +#BrowserMatch ^Mozilla/4\.0[678] no-gzip | |
| 112 | +#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html | |
| 113 | +#Header append Vary User-Agent | |
| 114 | +#RewriteEngine On | |
| 115 | +#AddEncoding gzip .gz | |
| 116 | +#RewriteCond %{HTTP:Accept-encoding} gzip | |
| 117 | +#RewriteCond %{REQUEST_FILENAME}.gz -f | |
| 118 | +#RewriteRule ^(.*)$ $1.gz [QSA,L] | |
| 119 | +#</IfModule> | |
| 120 | 120 | # Cache-Control |
| 121 | 121 | <ifModule mod_headers.c> |
| 122 | 122 | # 30 дней | ... | ... |
frontend/views/layouts/main.php
| ... | ... | @@ -183,78 +183,78 @@ ga('send', 'pageview'); |
| 183 | 183 | <div class="rightbar2"> |
| 184 | 184 | |
| 185 | 185 | <div class="socialbox"> |
| 186 | - <div class="vk_box hide"> | |
| 187 | - <script type="text/javascript" src="//vk.com/js/api/openapi.js?116"></script> | |
| 188 | - | |
| 189 | - <!-- VK Widget --> | |
| 190 | - <div id="vk_groups"></div> | |
| 191 | - <script type="text/javascript"> | |
| 192 | - VK.Widgets.Group("vk_groups", { | |
| 193 | - mode: 0, | |
| 194 | - width: "320", | |
| 195 | - height: "213", | |
| 196 | - color1: 'FFFFFF', | |
| 197 | - color2: '2B587A', | |
| 198 | - color3: '5B7FA6' | |
| 199 | - }, 99037905); | |
| 200 | - </script> | |
| 201 | - </div> | |
| 202 | - <div class="fb_box hide"> | |
| 203 | - <div id="fb-root"></div> | |
| 204 | - <script>(function (d, s, id) { | |
| 205 | - var js, fjs = d.getElementsByTagName(s)[0]; | |
| 206 | - if (d.getElementById(id)) return; | |
| 207 | - js = d.createElement(s); | |
| 208 | - js.id = id; | |
| 209 | - js.src = "//connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v2.4"; | |
| 210 | - fjs.parentNode.insertBefore(js, fjs); | |
| 211 | - }(document, 'script', 'facebook-jssdk'));</script> | |
| 212 | - <div class="fb-page" data-href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430" | |
| 213 | - data-width="320" data-height="213" data-small-header="false" | |
| 214 | - data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" | |
| 215 | - data-show-posts="true"> | |
| 216 | - <div class="fb-xfbml-parse-ignore"> | |
| 217 | - <blockquote cite="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430"><a | |
| 218 | - href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430">Rukzachok.com.ua</a> | |
| 219 | - </blockquote> | |
| 220 | - </div> | |
| 221 | - </div> | |
| 222 | - </div> | |
| 223 | - | |
| 224 | - <div class="gp_box hide"> | |
| 225 | - | |
| 226 | - <script src="https://apis.google.com/js/platform.js" async defer> | |
| 227 | - { | |
| 228 | - lang: 'ru' | |
| 229 | - } | |
| 230 | - </script> | |
| 231 | - | |
| 232 | - <div class="g-page" data-href="https://plus.google.com/106638911242676218673" | |
| 233 | - data-rel="publisher"></div> | |
| 234 | - </div> | |
| 235 | - | |
| 236 | - <div class="ok_box hide"> | |
| 237 | - <div id="ok_group_widget"></div> | |
| 238 | - <script> | |
| 239 | - !function (d, id, did, st) { | |
| 240 | - var js = d.createElement("script"); | |
| 241 | - js.src = "http://connect.ok.ru/connect.js"; | |
| 242 | - js.onload = js.onreadystatechange = function () { | |
| 243 | - if (!this.readyState || this.readyState == "loaded" || this.readyState == "complete") { | |
| 244 | - if (!this.executed) { | |
| 245 | - this.executed = true; | |
| 246 | - setTimeout(function () { | |
| 247 | - OK.CONNECT.insertGroupWidget(id, did, st); | |
| 248 | - }, 0); | |
| 249 | - } | |
| 250 | - } | |
| 251 | - } | |
| 252 | - d.documentElement.appendChild(js); | |
| 253 | - }(document, "ok_group_widget", "52719911305396", "{width:320,height:213}"); | |
| 254 | - </script> | |
| 255 | - | |
| 256 | - | |
| 257 | - </div> | |
| 186 | +<!-- <div class="vk_box hide">--> | |
| 187 | +<!-- <script type="text/javascript" src="//vk.com/js/api/openapi.js?116"></script>--> | |
| 188 | +<!----> | |
| 189 | +<!-- <!-- VK Widget -->--> | |
| 190 | +<!-- <div id="vk_groups"></div>--> | |
| 191 | +<!-- <script type="text/javascript">--> | |
| 192 | +<!-- VK.Widgets.Group("vk_groups", {--> | |
| 193 | +<!-- mode: 0,--> | |
| 194 | +<!-- width: "320",--> | |
| 195 | +<!-- height: "213",--> | |
| 196 | +<!-- color1: 'FFFFFF',--> | |
| 197 | +<!-- color2: '2B587A',--> | |
| 198 | +<!-- color3: '5B7FA6'--> | |
| 199 | +<!-- }, 99037905);--> | |
| 200 | +<!-- </script>--> | |
| 201 | +<!-- </div>--> | |
| 202 | +<!-- <div class="fb_box hide">--> | |
| 203 | +<!-- <div id="fb-root"></div>--> | |
| 204 | +<!-- <script>(function (d, s, id) {--> | |
| 205 | +<!-- var js, fjs = d.getElementsByTagName(s)[0];--> | |
| 206 | +<!-- if (d.getElementById(id)) return;--> | |
| 207 | +<!-- js = d.createElement(s);--> | |
| 208 | +<!-- js.id = id;--> | |
| 209 | +<!-- js.src = "//connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v2.4";--> | |
| 210 | +<!-- fjs.parentNode.insertBefore(js, fjs);--> | |
| 211 | +<!-- }(document, 'script', 'facebook-jssdk'));</script>--> | |
| 212 | +<!-- <div class="fb-page" data-href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430"--> | |
| 213 | +<!-- data-width="320" data-height="213" data-small-header="false"--> | |
| 214 | +<!-- data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"--> | |
| 215 | +<!-- data-show-posts="true">--> | |
| 216 | +<!-- <div class="fb-xfbml-parse-ignore">--> | |
| 217 | +<!-- <blockquote cite="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430"><a--> | |
| 218 | +<!-- href="https://www.facebook.com/pages/Rukzachokcomua/1031766016856430">Rukzachok.com.ua</a>--> | |
| 219 | +<!-- </blockquote>--> | |
| 220 | +<!-- </div>--> | |
| 221 | +<!-- </div>--> | |
| 222 | +<!-- </div>--> | |
| 223 | +<!----> | |
| 224 | +<!-- <div class="gp_box hide">--> | |
| 225 | +<!----> | |
| 226 | +<!-- <script src="https://apis.google.com/js/platform.js" async defer>--> | |
| 227 | +<!-- {--> | |
| 228 | +<!-- lang: 'ru'--> | |
| 229 | +<!-- }--> | |
| 230 | +<!-- </script>--> | |
| 231 | +<!----> | |
| 232 | +<!-- <div class="g-page" data-href="https://plus.google.com/106638911242676218673"--> | |
| 233 | +<!-- data-rel="publisher"></div>--> | |
| 234 | +<!-- </div>--> | |
| 235 | + | |
| 236 | +<!-- <div class="ok_box hide">--> | |
| 237 | +<!-- <div id="ok_group_widget"></div>--> | |
| 238 | +<!-- <script>--> | |
| 239 | +<!-- !function (d, id, did, st) {--> | |
| 240 | +<!-- var js = d.createElement("script");--> | |
| 241 | +<!-- js.src = "http://connect.ok.ru/connect.js";--> | |
| 242 | +<!-- js.onload = js.onreadystatechange = function () {--> | |
| 243 | +<!-- if (!this.readyState || this.readyState == "loaded" || this.readyState == "complete") {--> | |
| 244 | +<!-- if (!this.executed) {--> | |
| 245 | +<!-- this.executed = true;--> | |
| 246 | +<!-- setTimeout(function () {--> | |
| 247 | +<!-- OK.CONNECT.insertGroupWidget(id, did, st);--> | |
| 248 | +<!-- }, 0);--> | |
| 249 | +<!-- }--> | |
| 250 | +<!-- }--> | |
| 251 | +<!-- }--> | |
| 252 | +<!-- d.documentElement.appendChild(js);--> | |
| 253 | +<!-- }(document, "ok_group_widget", "52719911305396", "{width:320,height:213}");--> | |
| 254 | +<!-- </script>--> | |
| 255 | +<!----> | |
| 256 | +<!----> | |
| 257 | +<!-- </div>--> | |
| 258 | 258 | <div class="tw_box hide">Пока нет!</div> |
| 259 | 259 | |
| 260 | 260 | </div> |
| ... | ... | @@ -335,13 +335,13 @@ ga('send', 'pageview'); |
| 335 | 335 | <div class="both"></div> |
| 336 | 336 | <br><br><br> |
| 337 | 337 | |
| 338 | - <ul class="social"> | |
| 339 | - <li><a class="vk" id="vk" target="_blank">vk.com</a></li> | |
| 340 | - <li><a class="fb" id="fb">facebook.com</a></li> | |
| 341 | - <li><a class="ok" id="ok" target="_blank">odnoklassniki.ru</a></li> | |
| 342 | - <li><a class="gp" id="gp" href="https://plus.google.com/+ArtwebUaAgency" target="_blank">plus.google.com</a> | |
| 343 | - </li> | |
| 344 | - </ul> | |
| 338 | +<!-- <ul class="social">--> | |
| 339 | +<!-- <li><a class="vk" id="vk" target="_blank">vk.com</a></li>--> | |
| 340 | +<!-- <li><a class="fb" id="fb">facebook.com</a></li>--> | |
| 341 | +<!-- <li><a class="ok" id="ok" target="_blank">odnoklassniki.ru</a></li>--> | |
| 342 | +<!-- <li><a class="gp" id="gp" href="https://plus.google.com/+ArtwebUaAgency" target="_blank">plus.google.com</a>--> | |
| 343 | +<!-- </li>--> | |
| 344 | +<!-- </ul>--> | |
| 345 | 345 | <div class="both"></div> |
| 346 | 346 | |
| 347 | 347 | </div> | ... | ... |