fix

parent 1bdec868
......@@ -14,7 +14,7 @@
<?php $this->registerJsFile('/js/jquery.parallax.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/parallax.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/wow.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery-validate.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery-validate.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery.mb.YTPlayer.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery.PageScroll2id.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/common.js', ['position' => yii\web\View::POS_END ]);?>
\ No newline at end of file
......@@ -19,6 +19,4 @@
<?php $this->registerCssFile('/css/fonts.css');?>
<?php $this->registerCssFile('/css/screen.css');?>
<?php $this->registerCssFile('/css/media.css');?>
<?php $this->registerJsFile('/js/modernizr.js', ['position' => yii\web\View::POS_HEAD ]);?>
\ No newline at end of file
<?php $this->registerCssFile('/css/media.css');?>
\ No newline at end of file
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