mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
30
cache/atlbiomed/prod/config/modules_maps_config_view.yml.php
vendored
Normal file
30
cache/atlbiomed/prod/config/modules_maps_config_view.yml.php
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// auto-generated by sfViewConfigHandler
|
||||
// date: 2012/06/13 20:03:29
|
||||
$context = $this->getContext();
|
||||
$response = $context->getResponse();
|
||||
|
||||
|
||||
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
|
||||
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
|
||||
|
||||
|
||||
|
||||
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->addJavascript('/sf/prototype/js/prototype');
|
||||
|
||||
|
Reference in New Issue
Block a user