can add a playlist to the schedule table in a show. basic, need to make better.

This commit is contained in:
Naomi 2010-12-15 18:53:47 -05:00
parent 1b3186af50
commit 1d9aa778a6
17 changed files with 974 additions and 178 deletions

View file

@ -45,14 +45,14 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
$view = $this->getResource('view');
$view->headLink()->appendStylesheet('/css/excite-bike/excite_bike.css');
$view->headLink()->appendStylesheet('/css/excite-bike/jquery-ui-1.8.7.custom.css');
}
protected function _initHeadScript()
{
$view = $this->getResource('view');
$view->headScript()->appendFile('/js/libs/jquery-1.4.4.min.js','text/javascript');
$view->headScript()->appendFile('/js/libs/jquery-ui-1.8.5.min.js','text/javascript');
$view->headScript()->appendFile('/js/libs/jquery-ui-1.8.7.custom.min.js','text/javascript');
}
}