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

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

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