Adding jQuery UI
This commit is contained in:
parent
633aa7a9ad
commit
26f99bf76b
|
@ -31,11 +31,13 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
|
||||||
echo $this->Html->meta('icon');
|
echo $this->Html->meta('icon');
|
||||||
|
|
||||||
echo $this->Html->css('cake.generic');
|
echo $this->Html->css('cake.generic');
|
||||||
|
echo $this->Html->css('jquery-ui.min');
|
||||||
|
|
||||||
echo $this->fetch('meta');
|
echo $this->fetch('meta');
|
||||||
echo $this->fetch('css');
|
echo $this->fetch('css');
|
||||||
echo $this->fetch('script');
|
echo $this->fetch('script');
|
||||||
echo $this->Html->script('jquery-2.0.1.min');
|
echo $this->Html->script('jquery-2.0.1.min');
|
||||||
|
echo $this->Html->script('jquery-ui.min');
|
||||||
echo $this->Html->script('events.js');
|
echo $this->Html->script('events.js');
|
||||||
echo $this->Js->writeBuffer();
|
echo $this->Js->writeBuffer();
|
||||||
?>
|
?>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue