Added Masonry from http://masonry.desandro.com/
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:
parent
12537a7860
commit
cdbb3d126e
|
@ -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
Loading…
Reference in New Issue