Masonry is a JavaScript grid layout library, and it is going to make my
life easier on the Events page.
This commit is contained in:
Kyle Johnson 2013-06-22 21:53:53 -04:00
parent 12537a7860
commit cdbb3d126e
2 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
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');
echo $this->Js->writeBuffer();

File diff suppressed because one or more lines are too long