<?php

class partial_Page_Meta_Raedlinger_e21986d857cc629667a7d1826a50fb2eb31b92f8 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {

public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
$self = $this;
return (string) '';
}
public function hasLayout() {
return FALSE;
}
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
$renderingContext->getViewHelperResolver()->addNamespaces(array (
  'core' => 
  array (
    0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
  ),
  'f' => 
  array (
    0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
    1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
  ),
  'formvh' => 
  array (
    0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
  ),
  'flux' => 
  array (
    0 => 'FluidTYPO3\\Flux\\ViewHelpers',
  ),
  'sfc' => 
  array (
    0 => 'SFC\\Staticfilecache\\ViewHelpers',
  ),
  'v' => 
  array (
    0 => 'FluidTYPO3\\Vhs\\ViewHelpers',
  ),
  'e' => 
  array (
    0 => 'Medienreaktor\\Energize\\ViewHelpers',
  ),
));
}

/**
 * Main Render function
 */
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
$self = $this;

return '<link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/energize/Resources/Public/Icons/Favicon/Raedlinger/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/energize/Resources/Public/Icons/Favicon/Raedlinger/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/energize/Resources/Public/Icons/Favicon/Raedlinger/favicon-16x16.png">
<link rel="manifest" href="/typo3conf/ext/energize/Resources/Public/Icons/Favicon/Raedlinger/site.webmanifest">
<link rel="mask-icon" href="/typo3conf/ext/energize/Resources/Public/Icons/Favicon/Raedlinger/safari-pinned-tab.svg" color="#e35205">
<meta name="apple-mobile-web-app-title" content="R&auml;dlinger Maschinenbau">
<meta name="application-name" content="R&auml;dlinger Maschinenbau">
<meta name="msapplication-TileColor" content="#53565a">
<meta name="theme-color" content="#53565a">';
}


}
#