forgot to include contextmenu.css

This commit is contained in:
naomiaro 2011-02-10 00:20:03 -05:00
parent 675f1ae86a
commit aa7dfd8072

View file

@ -43,6 +43,7 @@ class ScheduleController extends Zend_Controller_Action
$this->view->headLink()->appendStylesheet('/css/fullcalendar.css');
$this->view->headLink()->appendStylesheet('/css/colorpicker/css/colorpicker.css');
$this->view->headLink()->appendStylesheet('/css/add-show.css');
$this->view->headLink()->appendStylesheet('/css/contextmenu.css');
$request = $this->getRequest();
$formWhat = new Application_Form_AddShowWhat();