Commit 7ef4f430 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем верстку

parent d17faf35
...@@ -21,6 +21,7 @@ class AppAsset extends AssetBundle ...@@ -21,6 +21,7 @@ class AppAsset extends AssetBundle
// 'css/site.css', // 'css/site.css',
]; ];
public $js = [ public $js = [
'/plugins/fusioncharts-suite-xt/js/fusioncharts.js',
'/js/modernizr.min.js', '/js/modernizr.min.js',
'/js/libs/bootstrap/js/bootstrap.js', '/js/libs/bootstrap/js/bootstrap.js',
'/js/libs/waypoints/waypoints.min.js', '/js/libs/waypoints/waypoints.min.js',
......
...@@ -31,12 +31,10 @@ AppAsset::register($this); ...@@ -31,12 +31,10 @@ AppAsset::register($this);
<?php echo $content ?> <?php echo $content ?>
<script src="/plugins/fusioncharts-suite-xt/js/fusioncharts.js"></script> <?php echo $this->render('foot')?>
<?php $this->endBody() ?> <?php $this->endBody() ?>
<?php echo $this->render('foot')?>
</body> </body>
</html> </html>
<?php $this->endPage() ?> <?php $this->endPage() ?>
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