Files
portal-legacy/cache/atlbiomed/prod/config/modules_clientManager_config_view.yml.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

58 lines
2.3 KiB
PHP

<?php
// auto-generated by sfViewConfigHandler
// date: 2012/06/11 14:39:16
$context = $this->getContext();
$response = $context->getResponse();
if ($this->actionName.$this->viewName == 'indexSuccess')
{
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
}
else
{
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
}
if ($templateName.$this->viewName == 'indexSuccess')
{
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Atlantic Biomedical', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Atlantic Biomedical', false, false);
$response->addMeta('keywords', 'Atlantic Biomedical, medical, equipment, repair', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('client', '', array ());
$response->addStylesheet('user', '', array ());
$response->addStylesheet('theme', '', array ());
$response->addStylesheet('/css/clientManager', '', array ());
$response->addJavascript('/js/clientManager');
$response->addJavascript('/js/scriptaculous/lib/prototype');
}
else
{
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Atlantic Biomedical', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Atlantic Biomedical', false, false);
$response->addMeta('keywords', 'Atlantic Biomedical, medical, equipment, repair', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('client', '', array ());
$response->addStylesheet('user', '', array ());
$response->addStylesheet('theme', '', array ());
}