Advertisement
Guest User

Untitled

a guest
May 28th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <!-- Container de para renderização do FullCalendar -->
  2. <div id="Calendar"></div>
  3.  
  4.  
  5. <?php
  6. //Adiciona style
  7. echo $this->Html->css('fullcalendar/fullcalendar.css',array('inline'=>false));
  8.  
  9.  
  10. //Adiciona script
  11. echo $this->Html->script('lib/jquery.js',array('inline'=>false));
  12. echo $this->Html->script('lib/moment.js',array('inline'=>false));
  13. echo $this->Html->script('fullcalendar/fullcalendar.js',array('inline'=>false));
  14.  
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement