Commit c657d307 authored by Shakarim Sapa's avatar Shakarim Sapa

- Перенесли скрипты

parent ab99aee0
...@@ -36,7 +36,9 @@ class AppAsset extends AssetBundle ...@@ -36,7 +36,9 @@ class AppAsset extends AssetBundle
'/js/jquery.form.js', '/js/jquery.form.js',
'/js/connect-form.js', '/js/connect-form.js',
'/js/prism.js', '/js/prism.js',
'/js/custom.js' '/js/custom.js',
'/js/add_06.06.16.js',
'/js/modernizr.js'
]; ];
public $depends = [ public $depends = [
'yii\web\YiiAsset', 'yii\web\YiiAsset',
......
...@@ -44,8 +44,8 @@ endif;?> ...@@ -44,8 +44,8 @@ endif;?>
<?php $this->registerCssFile('/css/new_responsive.css');?> <?php $this->registerCssFile('/css/new_responsive.css');?>
<?php $this->registerCssFile('/css/style_add_06.06.16.css');?> <?php $this->registerCssFile('/css/style_add_06.06.16.css');?>
<?php $this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?> <?php //$this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?>
<?php $this->registerJsFile('/js/modernizr.js', ['position' => yii\web\View::POS_END]); ?> <?php //$this->registerJsFile('/js/modernizr.js', ['position' => yii\web\View::POS_END]); ?>
<?php $this->registerCssFile('/css/main.css');?> <?php $this->registerCssFile('/css/main.css');?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment