Load masonry on all pages
This commit is contained in:
parent
87fe605435
commit
5f103b35a4
|
@ -42,6 +42,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
|
|||
echo $this->Html->script('jquery-ui.min');
|
||||
echo $this->Html->script('jquery.colorbox-min');
|
||||
echo $this->Html->script('bootstrap.min');
|
||||
echo $this->Html->script('masonry.pkgd.min');
|
||||
echo $this->Html->script('main');
|
||||
?>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue