amic 1 week ago
parent
commit
71b1dcf5df
3 changed files with 8 additions and 3 deletions
  1. 1 1
      config/params.php
  2. 6 1
      config/web.php
  3. 1 1
      views/layouts/lenta/lenta.php

+ 1 - 1
config/params.php

@@ -10,5 +10,5 @@ return [
 	'mydomain' => ['amic.ru','amitel.ru','fmprod.ru'],
 	'bsVersion' => '4.x',
     'delPhotoB' => '2015-01-01 00:00:00',
-    'delPhotoE' => '2015-03-01 00:00:00'
+    'delPhotoE' => '2015-08-01 00:00:00'
 ];

+ 6 - 1
config/web.php

@@ -97,7 +97,12 @@ $config = [
                    // 'cssOptions' => ["rel"=>"preload", "as"=>"style"],
 					'css' => ['css/bootstrap.min.css']
                 ],
-
+				'yii\bootstrap\BootstrapPluginAsset' => [
+					'js'=>[]
+				],
+					'yii\bootstrap\BootstrapAsset' => [
+					'css' => [],
+				],
             ],
         ],
 		'sphinx' => [

+ 1 - 1
views/layouts/lenta/lenta.php

@@ -56,7 +56,7 @@ $lenta .= '<style>.lenta .list-wrapper .lenta_fix:hover{background:#60b740;}</st
 */
 $lenta .= '<style>.lenta .list-wrapper .lenta_fix:hover{background:#60b740;}</style>
 <div class="lenta_fix"><h3>
-    <a href="https://%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D1%8B%D0%B9%D0%B7%D0%BD%D0%B0%D0%BA%D0%BA%D0%B0%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B0.%D1%80%D1%84" title="Народный знак качества" style="text-align: right;"><img src="/img/nzkg_button.png?v=1" width="275px" height="80px" alt="Народный знак качества"></a><div class="published_at"></div>
+    <a href="https://%D0%BD%D0%B0%D1%80%D0%BE%D0%B4%D0%BD%D1%8B%D0%B9%D0%B7%D0%BD%D0%B0%D0%BA%D0%BA%D0%B0%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B0.%D1%80%D1%84" title="Народный знак качества" style="text-align: right;"><img src="/img/nzk_button.png?v=1" width="275px" height="80px" alt="Народный знак качества"></a><div class="published_at"></div>
 </h3>
 </div>
 ';