Load masonry on all pages

This commit is contained in:
Kyle Johnson 2013-09-24 11:21:27 -04:00
parent 87fe605435
commit 5f103b35a4
1 changed files with 1 additions and 0 deletions

View File

@ -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>