thd/cache/frontend/dev/config/modules_editor_config_view.yml.php
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
--- a/thd/cache/frontend/dev/config/modules_editor_config_view.yml.php	Wed Jun 01 14:07:43 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<?php
-// auto-generated by sfViewConfigHandler
-// date: 2009/09/16 12:26:18
-$response = $this->context->getResponse();
-
-
-  $templateName = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_template', $this->actionName);
-  $this->setTemplate($templateName.$this->viewName.$this->getExtension());
-
-
-
-  if (!is_null($layout = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_layout')))
-  {
-    $this->setDecoratorTemplate(false === $layout ? false : $layout.$this->getExtension());
-  }
-  else if (is_null($this->getDecoratorTemplate()) && !$this->context->getRequest()->isXmlHttpRequest())
-  {
-    $this->setDecoratorTemplate('' == 'layout' ? false : 'layout'.$this->getExtension());
-  }
-  $response->addHttpMeta('content-type', 'text/html', false);
-
-  $response->addStylesheet('frontend.css', '', array ());
-  $response->addStylesheet('/css/player.css', '', array ());
-  $response->addStylesheet('/css/editor.css', '', array ());
-  $response->addStylesheet('/css/flashplayer.css', '', array ());
-  $response->addJavascript('jquery1.3.1.js', '', array ());
-  $response->addJavascript('uc.utils.js', '', array ());
-  $response->addJavascript('uc.input.js', '', array ());
-  $response->addJavascript('uc.player.js', '', array ());
-  $response->addJavascript('/js/flowplayer/flowplayer-3.1.0.min.js', '', array ());
-  $response->addJavascript('/js/flowplayer/uc.flowplayer.config.js', '', array ());
-  $response->addJavascript('/js/segmentation/segments.js', '', array ());
-  $response->addJavascript('/js/segmentation/tagtool.js', '', array ());
-
-