1 <?php |
|
2 // auto-generated by sfViewConfigHandler |
|
3 // date: 2009/09/21 15:19:22 |
|
4 $response = $this->context->getResponse(); |
|
5 |
|
6 |
|
7 $templateName = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_template', $this->actionName); |
|
8 $this->setTemplate($templateName.$this->viewName.$this->getExtension()); |
|
9 |
|
10 |
|
11 |
|
12 if (!is_null($layout = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_layout'))) |
|
13 { |
|
14 $this->setDecoratorTemplate(false === $layout ? false : $layout.$this->getExtension()); |
|
15 } |
|
16 else if (is_null($this->getDecoratorTemplate()) && !$this->context->getRequest()->isXmlHttpRequest()) |
|
17 { |
|
18 $this->setDecoratorTemplate('' == 'layout' ? false : 'layout'.$this->getExtension()); |
|
19 } |
|
20 $response->addHttpMeta('content-type', 'text/html', false); |
|
21 |
|
22 $response->addStylesheet('frontend.css', '', array ()); |
|
23 $response->addStylesheet('/css/player.css', '', array ()); |
|
24 $response->addStylesheet('/css/flashplayer.css', '', array ()); |
|
25 $response->addStylesheet('search.css', '', array ()); |
|
26 $response->addJavascript('jquery1.3.1.js', '', array ()); |
|
27 $response->addJavascript('uc.utils.js', '', array ()); |
|
28 $response->addJavascript('uc.input.js', '', array ()); |
|
29 $response->addJavascript('uc.player.js', '', array ()); |
|
30 $response->addJavascript('/js/flowplayer/flowplayer-3.1.0.min.js', '', array ()); |
|
31 $response->addJavascript('/js/flowplayer/uc.flowplayer.config.js', '', array ()); |
|
32 |
|
33 |
|