PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/cache/frontend/prod/config/modules_default_config_view.yml.php

https://bitbucket.org/vasyabigi/underconstruction
PHP | 27 lines | 17 code | 8 blank | 2 comment | 5 complexity | a8f131f72fc6e119a45be4c4a4df2a8d MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.1, AGPL-3.0
  1. <?php
  2. // auto-generated by sfViewConfigHandler
  3. // date: 2009/11/25 13:31:35
  4. $response = $this->context->getResponse();
  5. $templateName = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_template', $this->actionName);
  6. $this->setTemplate($templateName.$this->viewName.$this->getExtension());
  7. if (!is_null($layout = sfConfig::get('symfony.view.'.$this->moduleName.'_'.$this->actionName.'_layout')))
  8. {
  9. $this->setDecoratorTemplate(false === $layout ? false : $layout.$this->getExtension());
  10. }
  11. else if (is_null($this->getDecoratorTemplate()) && !$this->context->getRequest()->isXmlHttpRequest())
  12. {
  13. $this->setDecoratorTemplate('' == 'layout' ? false : 'layout'.$this->getExtension());
  14. }
  15. $response->addHttpMeta('content-type', 'text/html', false);
  16. $response->addStylesheet('template.css', '', array ());
  17. $response->addStylesheet('validationEngine.jquery.css', '', array ());
  18. $response->addJavascript('jquery.js', '', array ());
  19. $response->addJavascript('jquery.validationEngine.js', '', array ());