diff --git a/web/app/View/Layouts/ajax.ctp b/web/app/View/Layouts/ajax.ctp index cc58d8bee..8dd7e7d64 100644 --- a/web/app/View/Layouts/ajax.ctp +++ b/web/app/View/Layouts/ajax.ctp @@ -17,5 +17,29 @@ * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ ?> -Html->script('jquery-2.0.1.min.js'); ?> + + +
+ + echo $this->Html->meta('icon'); + + echo $this->Html->css('cake.generic'); + echo $this->Html->css('jquery-ui.min'); + + echo $this->fetch('meta'); + echo $this->fetch('css'); + echo $this->fetch('script'); + echo $this->Html->script('jquery-2.0.1.min'); + echo $this->Html->script('jquery-ui.min'); + echo $this->Html->script('masonry.pkgd.min'); + echo $this->Html->script('events.js'); + echo $this->Html->script('config.js'); +?> + + +