Extbase Variable Dump
array(7 items)
   dce => ArminVieweg\Dce\Domain\Model\Dceprototypemodified entity (uid=42, pid=0)
      fluidTemplateCache => array(2 items)
         29 => array(1 item)
            0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobject
               templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="None" />

<f:
                  section name="main"> <f:cObject typoscriptObjectPath="{field.script}" />
                  </f:section>
' (165 chars) templatePathAndFilename => NULL templateRootPaths => NULL partialRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Partials/
' (87 chars)
layoutRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Layouts/
' (86 chars)
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobject request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobject hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth format => 'html' (4 chars) method => 'GET' (3 chars) requestUri => 'https://www.seltamed.de/testen/test/' (36 chars) baseUri => 'https://www.seltamed.de/' (24 chars) isCached => FALSE configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars) namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars) pluginName => '' (0 chars) controllerExtensionName => NULL controllerVendorName => NULL controllerSubpackageKey => NULL controllerName => 'Standard' (8 chars) controllerActionName => 'index' (5 chars) arguments => array(empty)max depth internalArguments => array(empty)max depth dispatched => FALSE originalRequest => NULL originalRequestMappingResults => NULL response => NULL arguments => NULL uriBuilder => TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilderprototypeobject configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectmax depth contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above arguments => array(empty)max depth lastArguments => array(empty)max depth section => '' (0 chars) createAbsoluteUri => FALSE absoluteUriScheme => NULL addQueryString => FALSE addQueryStringMethod => NULL argumentsToBeExcludedFromQueryString => array(empty)max depth linkAccessRestrictedPages => FALSE targetPageUid => NULL targetPageType => 0 (integer) noCache => FALSE useCacheHash => TRUE format => '' (0 chars) argumentPrefix => NULL environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth flashMessageQueueDefaultIdentifier => NULL flashMessageService => TYPO3\CMS\Core\Messaging\FlashMessageServicesingletonobject flashMessageQueues => array(empty)max depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobject objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth targetPidPluginCache => array(empty)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered templateParser => TYPO3\CMS\Fluid\Core\Parser\TemplateParserprototypeobject SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
                     space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m
' (125 chars) SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars) SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/ ( (?: <\/? # Start dynamic tags
                      (?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
                     prefix and word characters (?: # Begi
                     n tag arguments \s*[a-zA-Z0-9:-]+ # Argument Keys
                      = # = (?>
                      # either... If we have found an argument, we will not back-track (That
                     does the Atomic Bracket) "(?:\\"|[^"])*" # a double-quot
                     ed string |'(?:\\'|[^'])*' # or a single quoted string )
                     \s* # )*
                      # Tag arguments can be replaced many times. \s* \/?>
                      # Closing tag ) |(?:
                      # Start match CDATA section <!\[CDATA\[.*?\]\]> ) )
                     /xs
' (915 chars) SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/ ^< # A Tag begins with <
                      (?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
                     ce prefix followed by a : (?P<MethodIdentifier>
                      # Now comes the Name of the ViewHelper [a-zA-Z0-9\.]+ ) (?P<Attribu
                     tes> # Begin Tag Attributes (?:
                      # A tag might have multiple attributes
                      \s* [a-zA-Z0-9:-]+ # The attribute name
                      = # = (?>
                      # either... # If we have found an argument, we will not ba
                     ck-track (That does the Atomic Bracket) "(?:\\"|[^"])*"
                      # a double-quoted string |'(?:\\'|[^'])*' # or a s
                     ingle quoted string ) # \s*
                      )* # A tag might have multiple
                      attributes ) # End Tag At
                     tributes \s* (?P<Selfclosing>\/?) # A tag m
                     ight be selfclosing >$/x
' (1166 chars) SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
                     \s*>$/
' (82 chars) SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars) SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars) SPLIT_PATTERN_TAGARGUMENTS => '/ (?: # \s*
                      # (?P<Argument>
                      # The attribute name [a-zA-Z0-9:-]+ # )
                      # =
                      # = (?> # If we
                     have found an argument, we will not back-track (That does the Atomic Bracket
                     ) (?P<ValueQuoted> # either... (?:"(?:\\"|[
                     ^"])*") # a double-quoted string |(?:'(?:\\'|[^'])*')
                      # or a single quoted string ) )\s* ) /xs
' (668 chars) SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars) SPLIT_PATTERN_SHORTHANDSYNTAX => '/ ( { # Start of shorthand syntax (?
                     : # Shorthand syntax is either composed of...
                     [a-zA-Z0-9\->_:,.()] # Various characters |"(?:\\"|[^"])*" #
                      Double-quoted strings |'(?:\\'|[^'])*' # Single-quoted strings
                     |(?R) # Other shorthand syntaxes inside, albeit not in a
                     quoted string |\s+ # Spaces )+ }
                      # End of shorthand syntax )/x
' (507 chars) SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/ ^{ # Start of short
                     hand syntax # A shorthand
                      syntax is either... (?P<Object>[a-zA-Z0-9\-_.]*)
                      # ... an object accessor \s*(?P<Delimiter>(?:->)?)\s* (?
                     P<ViewHelper> # ... a ViewHelper [a-zA-Z
                     0-9]+ # Namespace prefix of ViewHelper (as in
                      $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : [a-zA-Z0-9\.]+
                      # Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
                     TAG) \( # Opening parameter bra
                     ckets of ViewHelper (?P<ViewHelperArguments> # Start sub
                     match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
                     NTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The keys
                     of the array \s*:\s* # Key|Value delimite
                     r : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'
                     |[^'])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                      # variable identifiers |{(?P>ViewHelperArguments)} # Anothe
                     r sub-array ) # END possible value
                     options \s*,? # There might be a , to s
                     eparate different parts of the array )*
                      # The above cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper
                      )? (?P<AdditionalViewHelpers> # There can be more
                      than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
                     ely) (?: \s*->\s* (?P>ViewHelper) )* ) }$/x
' (1966 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/ (?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
                     elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : (?P<MethodIdentifie
                     r>[a-zA-Z0-9\.]+) \( # Opening pa
                     rameter brackets of ViewHelper (?P<ViewHelperArguments> #
                     Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
                     ORTHANDSYNTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The
                     keys of the array \s*:\s* # Key|Value delim
                     iter : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'|[^
                     '])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                     # variable identifiers |{(?P>ViewHelperArguments)} # Another sub-a
                     rray ) # END possible value options
                      \s*,? # There might be a , to separate dif
                     ferent parts of the array )* # The abov
                     e cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper /x
' (1279 chars) SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^ (?P<Recursion> # Start the recursive p
                     art of the regular expression - describing the array syntax {
                      # Each array needs to start with { (?P<Ar
                     ray> # Start submatch (?: \s*[a-zA-Z
                     0-9\-_]+ # The keys of the array \s*:\s*
                      # Key|Value delimiter : (?: # Poss
                     ible value options: "(?:\\"|[^"])*" # Double qouoted strin
                     g |'(?:\\'|[^'])*' # Single quoted string |[a-zA-Z0-9\-_.
                     ]+ # variable identifiers |(?P>Recursion) # Ano
                     ther sub-array ) # END possible value op
                     tions \s*,? # There might be a , to separate
                      different parts of the array )* # The
                      above cycle is repeated for all array elements )
                      # End array submatch }
                      # Each array ends with } )$/x
' (1103 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/ (?P<ArrayPart> # Start subma
                     tch (?P<Key>[a-zA-Z0-9\-_]+) # The keys of
                     the array \s*:\s* # Key
                     |Value delimiter : (?:
                      # Possible value options: (?P<QuotedString>
                      # Quoted string (?:"(?:\\"|[^"])*") |(?:'(?:\\'|[^'])*
                     ') ) |(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
                      identifiers have to start with a letter |(?P<Number>[0-9.]+)
                      # Number |{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
                     \s*)+)\s*} # Another sub-array )
                      # END possible value options )
                      # End array part submatch /x
' (908 chars) SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars) namespaces => array(2 items) f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars) dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars) objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configuration => TYPO3\CMS\Fluid\Core\Parser\Configurationprototypeobject interceptors => array(3 items)max depth settings => NULL viewHelperNameToImplementationClassNameRuntimeCache => array(1 item) f => array(3 items)max depth
templateCompiler => TYPO3\CMS\Fluid\Core\Compiler\TemplateCompilersingletonobject templateCache => TYPO3\CMS\Core\Cache\Frontend\PhpFrontendprototypeobject identifier => 'fluid_template' (14 chars) backend => TYPO3\CMS\Core\Cache\Backend\FileBackendprototypeobjectmax depth variableCounter => 11 (integer) syntaxTreeInstanceCache => array(1 item) Standalone_layout_None_792e599bdb5d512dca0dc265638fbd8a00b97c1e => FluidCache_Standalone_layout_None_792e599bdb5d512dca0dc265638fbd8a00b97c1eprototypeobjectmax depth baseRenderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobject templateVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainerprototypeobject reservedVariableNames => array(7 items)max depth variables => array(7 items)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above viewHelperVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainerprototypeobject objects => array(1 item)max depth view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above renderingStack => array(empty) partialIdentifierCache => array(empty)
42 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobject templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
                  >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
                  ser.user.company}</f:if> </div>
' (187 chars) templatePathAndFilename => NULL templateRootPaths => NULL partialRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Partials/
' (87 chars)
layoutRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Layouts/
' (86 chars)
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobject request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobject hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth format => 'html' (4 chars) method => 'GET' (3 chars) requestUri => 'https://www.seltamed.de/testen/test/' (36 chars) baseUri => 'https://www.seltamed.de/' (24 chars) isCached => FALSE configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars) namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars) pluginName => '' (0 chars) controllerExtensionName => NULL controllerVendorName => NULL controllerSubpackageKey => NULL controllerName => 'Standard' (8 chars) controllerActionName => 'index' (5 chars) arguments => array(empty)max depth internalArguments => array(empty)max depth dispatched => FALSE originalRequest => NULL originalRequestMappingResults => NULL response => NULL arguments => NULL uriBuilder => TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilderprototypeobject configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectsee above contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above arguments => array(empty)max depth lastArguments => array(empty)max depth section => '' (0 chars) createAbsoluteUri => FALSE absoluteUriScheme => NULL addQueryString => FALSE addQueryStringMethod => NULL argumentsToBeExcludedFromQueryString => array(empty)max depth linkAccessRestrictedPages => FALSE targetPageUid => NULL targetPageType => 0 (integer) noCache => FALSE useCacheHash => TRUE format => '' (0 chars) argumentPrefix => NULL environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth flashMessageQueueDefaultIdentifier => NULL flashMessageService => TYPO3\CMS\Core\Messaging\FlashMessageServicesingletonobjectsee above extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectsee above objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered templateParser => TYPO3\CMS\Fluid\Core\Parser\TemplateParserprototypeobject SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
                     space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m
' (125 chars) SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars) SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/ ( (?: <\/? # Start dynamic tags
                      (?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
                     prefix and word characters (?: # Begi
                     n tag arguments \s*[a-zA-Z0-9:-]+ # Argument Keys
                      = # = (?>
                      # either... If we have found an argument, we will not back-track (That
                     does the Atomic Bracket) "(?:\\"|[^"])*" # a double-quot
                     ed string |'(?:\\'|[^'])*' # or a single quoted string )
                     \s* # )*
                      # Tag arguments can be replaced many times. \s* \/?>
                      # Closing tag ) |(?:
                      # Start match CDATA section <!\[CDATA\[.*?\]\]> ) )
                     /xs
' (915 chars) SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/ ^< # A Tag begins with <
                      (?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
                     ce prefix followed by a : (?P<MethodIdentifier>
                      # Now comes the Name of the ViewHelper [a-zA-Z0-9\.]+ ) (?P<Attribu
                     tes> # Begin Tag Attributes (?:
                      # A tag might have multiple attributes
                      \s* [a-zA-Z0-9:-]+ # The attribute name
                      = # = (?>
                      # either... # If we have found an argument, we will not ba
                     ck-track (That does the Atomic Bracket) "(?:\\"|[^"])*"
                      # a double-quoted string |'(?:\\'|[^'])*' # or a s
                     ingle quoted string ) # \s*
                      )* # A tag might have multiple
                      attributes ) # End Tag At
                     tributes \s* (?P<Selfclosing>\/?) # A tag m
                     ight be selfclosing >$/x
' (1166 chars) SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
                     \s*>$/
' (82 chars) SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars) SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars) SPLIT_PATTERN_TAGARGUMENTS => '/ (?: # \s*
                      # (?P<Argument>
                      # The attribute name [a-zA-Z0-9:-]+ # )
                      # =
                      # = (?> # If we
                     have found an argument, we will not back-track (That does the Atomic Bracket
                     ) (?P<ValueQuoted> # either... (?:"(?:\\"|[
                     ^"])*") # a double-quoted string |(?:'(?:\\'|[^'])*')
                      # or a single quoted string ) )\s* ) /xs
' (668 chars) SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars) SPLIT_PATTERN_SHORTHANDSYNTAX => '/ ( { # Start of shorthand syntax (?
                     : # Shorthand syntax is either composed of...
                     [a-zA-Z0-9\->_:,.()] # Various characters |"(?:\\"|[^"])*" #
                      Double-quoted strings |'(?:\\'|[^'])*' # Single-quoted strings
                     |(?R) # Other shorthand syntaxes inside, albeit not in a
                     quoted string |\s+ # Spaces )+ }
                      # End of shorthand syntax )/x
' (507 chars) SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/ ^{ # Start of short
                     hand syntax # A shorthand
                      syntax is either... (?P<Object>[a-zA-Z0-9\-_.]*)
                      # ... an object accessor \s*(?P<Delimiter>(?:->)?)\s* (?
                     P<ViewHelper> # ... a ViewHelper [a-zA-Z
                     0-9]+ # Namespace prefix of ViewHelper (as in
                      $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : [a-zA-Z0-9\.]+
                      # Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
                     TAG) \( # Opening parameter bra
                     ckets of ViewHelper (?P<ViewHelperArguments> # Start sub
                     match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
                     NTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The keys
                     of the array \s*:\s* # Key|Value delimite
                     r : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'
                     |[^'])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                      # variable identifiers |{(?P>ViewHelperArguments)} # Anothe
                     r sub-array ) # END possible value
                     options \s*,? # There might be a , to s
                     eparate different parts of the array )*
                      # The above cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper
                      )? (?P<AdditionalViewHelpers> # There can be more
                      than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
                     ely) (?: \s*->\s* (?P>ViewHelper) )* ) }$/x
' (1966 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/ (?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
                     elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : (?P<MethodIdentifie
                     r>[a-zA-Z0-9\.]+) \( # Opening pa
                     rameter brackets of ViewHelper (?P<ViewHelperArguments> #
                     Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
                     ORTHANDSYNTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The
                     keys of the array \s*:\s* # Key|Value delim
                     iter : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'|[^
                     '])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                     # variable identifiers |{(?P>ViewHelperArguments)} # Another sub-a
                     rray ) # END possible value options
                      \s*,? # There might be a , to separate dif
                     ferent parts of the array )* # The abov
                     e cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper /x
' (1279 chars) SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^ (?P<Recursion> # Start the recursive p
                     art of the regular expression - describing the array syntax {
                      # Each array needs to start with { (?P<Ar
                     ray> # Start submatch (?: \s*[a-zA-Z
                     0-9\-_]+ # The keys of the array \s*:\s*
                      # Key|Value delimiter : (?: # Poss
                     ible value options: "(?:\\"|[^"])*" # Double qouoted strin
                     g |'(?:\\'|[^'])*' # Single quoted string |[a-zA-Z0-9\-_.
                     ]+ # variable identifiers |(?P>Recursion) # Ano
                     ther sub-array ) # END possible value op
                     tions \s*,? # There might be a , to separate
                      different parts of the array )* # The
                      above cycle is repeated for all array elements )
                      # End array submatch }
                      # Each array ends with } )$/x
' (1103 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/ (?P<ArrayPart> # Start subma
                     tch (?P<Key>[a-zA-Z0-9\-_]+) # The keys of
                     the array \s*:\s* # Key
                     |Value delimiter : (?:
                      # Possible value options: (?P<QuotedString>
                      # Quoted string (?:"(?:\\"|[^"])*") |(?:'(?:\\'|[^'])*
                     ') ) |(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
                      identifiers have to start with a letter |(?P<Number>[0-9.]+)
                      # Number |{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
                     \s*)+)\s*} # Another sub-array )
                      # END possible value options )
                      # End array part submatch /x
' (908 chars) SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars) namespaces => array(2 items) f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars) dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars) objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configuration => TYPO3\CMS\Fluid\Core\Parser\Configurationprototypeobject interceptors => array(3 items)max depth settings => NULL viewHelperNameToImplementationClassNameRuntimeCache => array(1 item) f => array(2 items)max depth
templateCompiler => TYPO3\CMS\Fluid\Core\Compiler\TemplateCompilersingletonobjectsee above baseRenderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobject templateVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainerprototypeobject reservedVariableNames => array(7 items)max depth variables => array(7 items)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above viewHelperVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainerprototypeobject objects => array(empty)max depth view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above renderingStack => array(1 item) 0 => array(3 items) type => 1 (integer) parsedTemplate => TYPO3\CMS\Fluid\Core\Parser\ParsingStateprototypeobjectmax depth renderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobjectsee above partialIdentifierCache => array(empty)
fieldsCache => array(2 items) 1701 => array(1 item) script => 'lib.formContact' (15 chars) 1645 => array(1 item) test => 'testen' (6 chars) contentElementRowsCache => array(empty) templateFields => array(4 items) 0 => array(3 items) type => 'template_type' (13 chars) inline => 'template_content' (16 chars) file => 'template_file' (13 chars) 3 => array(3 items) type => 'detailpage_template_type' (24 chars) inline => 'detailpage_template' (19 chars) file => 'detailpage_template_file' (24 chars) 4 => array(3 items) type => 'container_template_type' (23 chars) inline => 'container_template' (18 chars) file => 'container_template_file' (23 chars) 5 => array(3 items) type => 'backend_template_type' (21 chars) inline => 'backend_template_content' (24 chars) file => 'backend_template_file' (21 chars) fields => TYPO3\CMS\Extbase\Persistence\ObjectStorageprototypemodified object (1 items) 000000005a8aa018000000002227cc61 => ArminVieweg\Dce\Domain\Model\DceFieldprototypemodified entity (uid=255, pid=0) type => 0 (integer) title => 'test' (4 chars) variable => 'test' (4 chars) configuration => '<config> <type>input</type> <size>30</size> <eval>trim</eval> </confi
               g>
' (78 chars) mapTo => '' (0 chars) newTcaFieldName => '' (0 chars) newTcaFieldType => 'auto' (4 chars) sectionFields => NULL parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entity (uid=42, pid=0) fluidTemplateCache => array(2 items) 29 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above 42 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above fieldsCache => array(2 items) 1701 => array(1 item) script => 'lib.formContact' (15 chars) 1645 => array(1 item) test => 'testen' (6 chars) contentElementRowsCache => array(empty) templateFields => array(4 items) 0 => array(3 items) type => 'template_type' (13 chars) inline => 'template_content' (16 chars) file => 'template_file' (13 chars) 3 => array(3 items) type => 'detailpage_template_type' (24 chars) inline => 'detailpage_template' (19 chars) file => 'detailpage_template_file' (24 chars) 4 => array(3 items) type => 'container_template_type' (23 chars) inline => 'container_template' (18 chars) file => 'container_template_file' (23 chars) 5 => array(3 items) type => 'backend_template_type' (21 chars) inline => 'backend_template_content' (24 chars) file => 'backend_template_file' (21 chars) fields => TYPO3\CMS\Extbase\Persistence\ObjectStorageprototypeobject (1 items) 000000005a8aa00b000000002227cc61 => ArminVieweg\Dce\Domain\Model\DceFieldprototypepersistent entity (uid=255, pid=0) type => 0 (integer) title => 'test' (4 chars) variable => 'test' (4 chars) configuration => '<config> <type>input</type> <size>30</size> <eval>trim</eval> </confi
                        g>
' (78 chars) mapTo => '' (0 chars) newTcaFieldName => '' (0 chars) newTcaFieldType => 'auto' (4 chars) sectionFields => NULL parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entitysee above (uid=42, pid=0) parentField => NULL value => '' (0 chars) uid => 255 (integer) _localizedUid => 255 (integer)modified _languageUid => NULL _versionedUid => 255 (integer)modified pid => 0 (integer)
containerIterator => NULL hidden => FALSE title => 'DCE:Debug' (9 chars) templateType => 'inline' (6 chars) templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
                  >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
                  ser.user.company}</f:if> </div>
' (186 chars) templateFile => '' (0 chars) templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars) templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars) useSimpleBackendView => TRUE backendViewHeader => '*dcetitle' (9 chars) backendViewBodytext => '' (0 chars) backendTemplateType => '' (0 chars) backendTemplateContent => ' {namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="BackendTemplate
                  " /> <f:section name="header"> <strong>{dce.title}</strong><br> </f:sectio
                  n> <f:section name="bodytext"> Your backend template goes here... </f:secti
                  on>
' (231 chars) backendTemplateFile => '' (0 chars) enableDetailpage => FALSE detailpageIdentifier => 'detailDceUid' (12 chars) detailpageTemplateType => '' (0 chars) detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce dce-detailpage">
                   Your detailpage template goes here... </div>
' (123 chars) detailpageTemplateFile => '' (0 chars) enableContainer => FALSE containerItemLimit => 0 (integer) containerTemplateType => '' (0 chars) containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="DefaultContainer
                  " /> <f:section name="main"> <f:render partial="Container/Dces" arguments=
                  "{dces:dces}" /> </f:section>
' (181 chars) containerTemplateFile => '' (0 chars) wizardEnable => TRUE wizardCategory => 'dce' (3 chars) wizardDescription => '' (0 chars) wizardIcon => 'content-header' (14 chars) wizardCustomIcon => '' (0 chars) contentObject => array(empty) uid => 42 (integer) _localizedUid => 42 (integer)modified _languageUid => NULL _versionedUid => 42 (integer)modified pid => 0 (integer)
parentField => NULL value => 'testen' (6 chars)modified uid => 255 (integer) _localizedUid => 255 (integer)modified _languageUid => NULL _versionedUid => 255 (integer)modified pid => 0 (integer)
modified containerIterator => NULL hidden => FALSE title => 'DCE:Debug' (9 chars) templateType => 'inline' (6 chars) templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
         >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
         ser.user.company}</f:if> </div>
' (186 chars) templateFile => '' (0 chars) templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars) templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars) useSimpleBackendView => TRUE backendViewHeader => '*dcetitle' (9 chars) backendViewBodytext => '' (0 chars) backendTemplateType => '' (0 chars) backendTemplateContent => ' {namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="BackendTemplate
         " /> <f:section name="header"> <strong>{dce.title}</strong><br> </f:sectio
         n> <f:section name="bodytext"> Your backend template goes here... </f:secti
         on>
' (231 chars) backendTemplateFile => '' (0 chars) enableDetailpage => FALSE detailpageIdentifier => 'detailDceUid' (12 chars) detailpageTemplateType => '' (0 chars) detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce dce-detailpage">
          Your detailpage template goes here... </div>
' (123 chars) detailpageTemplateFile => '' (0 chars) enableContainer => FALSE containerItemLimit => 0 (integer) containerTemplateType => '' (0 chars) containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="DefaultContainer
         " /> <f:section name="main"> <f:render partial="Container/Dces" arguments=
         "{dces:dces}" /> </f:section>
' (181 chars) containerTemplateFile => '' (0 chars) wizardEnable => TRUE wizardCategory => 'dce' (3 chars) wizardDescription => '' (0 chars) wizardIcon => 'content-header' (14 chars) wizardCustomIcon => '' (0 chars) contentObject => array(89 items) uid => '1645' (4 chars) pid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654081045' (10 chars) crdate => '1654080825' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) sorting => '256' (3 chars) CType => 'dce_dceuid42' (12 chars) header => '' (0 chars) header_position => '' (0 chars) bodytext => NULL image => '0' (1 chars) imagewidth => '0' (1 chars) imageorient => '0' (1 chars) imagecols => '2' (1 chars) imageborder => '0' (1 chars) media => array(empty) layout => '0' (1 chars) deleted => '0' (1 chars) cols => '0' (1 chars) records => NULL pages => NULL starttime => '0' (1 chars) endtime => '0' (1 chars) colPos => '0' (1 chars) subheader => '' (0 chars) spaceBefore => '0' (1 chars) spaceAfter => '0' (1 chars) fe_group => '0' (1 chars) header_link => '' (0 chars) imagecaption_position => '' (0 chars) image_zoom => '0' (1 chars) image_noRows => '0' (1 chars) image_effects => '0' (1 chars) image_compression => '0' (1 chars) longdescURL => NULL header_layout => '0' (1 chars) menu_type => '0' (1 chars) list_type => '' (0 chars) table_border => '0' (1 chars) table_cellspacing => '0' (1 chars) table_cellpadding => '0' (1 chars) table_bgColor => '0' (1 chars) select_key => '' (0 chars) sectionIndex => '1' (1 chars) linkToTop => '0' (1 chars) file_collections => NULL filelink_size => '0' (1 chars) filelink_sorting => '' (0 chars) target => '' (0 chars) section_frame => '0' (1 chars) date => '0' (1 chars) recursive => '0' (1 chars) imageheight => '0' (1 chars) sys_language_uid => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3FlexForms> <
            data> <sheet index="sheet.tabGeneral"> <language index="
            lDEF"> <field index="settings.test"> <va
            lue index="vDEF">testen</value> </field> </langu
            age> </sheet> </data> </T3FlexForms>
' (352 chars) accessibility_title => '' (0 chars) accessibility_bypass => '0' (1 chars) accessibility_bypass_text => '' (0 chars) l18n_parent => '0' (1 chars) l18n_diffsource => 'a:8:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"spaceBefor
            e";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:11:"pi_flex
            form";N;}
' (161 chars) selected_categories => NULL category_field => '' (0 chars) categories => array(empty) tx_dce_dce => '42' (2 chars) tx_dce_index => NULL tx_dce_new_container => '0' (1 chars) editlock => '0' (1 chars) rowDescription => NULL table_caption => NULL table_delimiter => '124' (3 chars) table_enclosure => '0' (1 chars) table_header_position => '0' (1 chars) table_tfoot => '0' (1 chars) bullets_type => '0' (1 chars) uploads_description => '0' (1 chars) uploads_type => '0' (1 chars) assets => array(empty)
modified uid => 42 (integer) _localizedUid => 42 (integer)modified _languageUid => NULL _versionedUid => 42 (integer)modified pid => 0 (integer)
TSFE => TYPO3\CMS\Frontend\Controller\TypoScriptFrontendControllerprototypeobject id => 191 (integer) type => 0 (integer) cHash => NULL no_cache => FALSE rootLine => array(3 items) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
page => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) contentPid => 191 (integer) originalMountPointPage => NULL originalShortcutPage => NULL sys_page => TYPO3\CMS\Frontend\Page\PageRepositoryprototypeobject urltypes => array(5 items) 0 => '' (0 chars) 1 => 'http://' (7 chars) 2 => 'ftp://' (6 chars) 3 => 'mailto:' (7 chars) 4 => 'https://' (8 chars) where_hid_del => ' AND pages.deleted=0 AND pages.t3ver_state<=0 AND pages.hidden=0 AND pages.s
            tarttime<=1722092820 AND (pages.endtime=0 OR pages.endtime>1722092820) AND p
            ages.doktype<200
' (168 chars) where_groupAccess => ' AND (pages.fe_group='' OR pages.fe_group IS NULL OR pages.fe_group='0' OR F
            IND_IN_SET('0',pages.fe_group) OR FIND_IN_SET('-1',pages.fe_group))
' (143 chars) sys_language_uid => 0 (integer) versioningPreview => FALSE versioningPreview_where_hid_del => '' (0 chars) versioningWorkspaceId => NULL workspaceCache => array(empty) error_getRootLine => '' (0 chars) error_getRootLine_failPid => 0 (integer) cache_getRootLine => array(empty) cache_getPage => array(1 item) 191 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) cache_getPage_noCheck => array(empty) cache_getPageIdFromAlias => array(empty) cache_getMountPointInfo => array(empty) tableNamesAllowedOnRootLevel => array(2 items) 0 => 'sys_file_metadata' (17 chars) 1 => 'sys_category' (12 chars) computedPropertyNames => array(7 items) 0 => '_LOCALIZED_UID' (14 chars) 1 => '_MP_PARAM' (9 chars) 2 => '_ORIG_uid' (9 chars) 3 => '_ORIG_pid' (9 chars) 4 => '_PAGES_OVERLAY' (14 chars) 5 => '_PAGES_OVERLAY_UID' (18 chars) 6 => '_PAGES_OVERLAY_LANGUAGE' (23 chars)
jumpurl => NULL activeUrlHandlers => array(empty) pageNotFound => 0 (integer) domainStartPage => '1' (1 chars) pageAccessFailureHistory => array(empty) MP => '' (0 chars) RDCT => NULL page_cache_reg1 => 0 (integer) siteScript => 'testen/test/' (12 chars) fe_user => TYPO3\CMS\Frontend\Authentication\FrontendUserAuthenticationprototypeobject formfield_permanent => 'permalogin' (10 chars) sessionDataLifetime => 86400 (integer) usergroup_column => 'usergroup' (9 chars) usergroup_table => 'fe_groups' (9 chars) groupData => array(3 items) title => array(empty) uid => array(empty) pid => array(empty) TSdataArray => array(1 item) 0 => '' (0 chars) userTS => array(empty) userTSUpdated => FALSE sesData => array(empty) sesData_change => FALSE userData_change => FALSE is_permanent => 0 (integer) sessionDataTimestamp => NULL loginHidden => FALSE session_table => 'fe_sessions' (11 chars) name => 'fe_typo_user' (12 chars) get_name => 'ftu' (3 chars) user_table => 'fe_users' (8 chars) username_column => 'username' (8 chars) userident_column => 'password' (8 chars) userid_column => 'uid' (3 chars) lastLogin_column => 'lastlogin' (9 chars) enablecolumns => array(4 items) deleted => 'deleted' (7 chars) disabled => 'disable' (7 chars) starttime => 'starttime' (9 chars) endtime => 'endtime' (7 chars) showHiddenRecords => FALSE formfield_uname => 'user' (4 chars) formfield_uident => 'pass' (4 chars) formfield_status => 'logintype' (9 chars) auth_timeout_field => 6000 (integer) lifetime => 0 (integer) gc_time => 6000 (integer) gc_probability => 1 (integer) writeStdLog => FALSE writeAttemptLog => FALSE sendNoCacheHeaders => FALSE getFallBack => TRUE hash_length => 32 (integer) getMethodEnabled => TRUE lockIP => 2 (integer) lockHashKeyWords => 'useragent' (9 chars) warningEmail => '' (0 chars) warningPeriod => 3600 (integer) warningMax => 3 (integer) checkPid => TRUE checkPid_value => 0 (integer) id => '352baec97ae86951b416f87031c0671c' (32 chars) loginFailure => FALSE loginSessionStarted => FALSE user => NULL get_URL_ID => '&ftu=352baec97ae86951b416f87031c0671c' (37 chars) newSessionID => TRUE forceSetCookie => FALSE dontSetCookie => TRUE cookieWasSetOnCurrentRequest => FALSE loginType => 'FE' (2 chars) svConfig => NULL writeDevLog => FALSE uc => NULL db => TYPO3\CMS\Core\Database\DatabaseConnectionprototypeobject debugOutput => 1 (integer) debug_lastBuiltQuery => 'SELECT sys_category.uid FROM sys_category,sys_category_record_mm,tt_content
               WHERE sys_category.uid=sys_category_record_mm.uid_local AND tt_content.uid=s
               ys_category_record_mm.uid_foreign AND sys_category_record_mm.tablenames="tt_
               content" AND sys_category_record_mm.fieldname="categories" AND sys_category_
               record_mm.uid_foreign=1645
' (330 chars) store_lastBuiltQuery => FALSE explainOutput => 0 (integer) databaseHost => 'localhost' (9 chars) databasePort => 3306 (integer) databaseSocket => '' (0 chars) databaseName => 'typo3_7LTS_seltamed' (19 chars) databaseUsername => 'satzart' (7 chars) databaseUserPassword => 'ED7Jc0BVApmiNzVHsmdF' (20 chars) persistentDatabaseConnection => FALSE connectionCompression => FALSE connectionCharset => 'utf8' (4 chars) initializeCommandsAfterConnect => array(empty) isConnected => TRUE link => mysqliprototypeobject affected_rows => 0 (integer) client_info => 'mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e657
                  9 $
' (79 chars) client_version => 50012 (integer) connect_errno => 0 (integer) connect_error => NULL errno => 0 (integer) error => '' (0 chars) error_list => array(empty) field_count => 1 (integer) host_info => 'Localhost via UNIX socket' (25 chars) info => NULL insert_id => 0 (integer) server_info => '5.5.5-10.5.23-MariaDB' (21 chars) server_version => 100523 (integer) stat => 'Uptime: 15387409 Threads: 202 Questions: 11757926602 Slow queries: 67528
                   Opens: 3285111 Open tables: 2000 Queries per second avg: 764.126
' (143 chars) sqlstate => '00000' (5 chars) protocol_version => 10 (integer) thread_id => 213829472 (integer) warning_count => 0 (integer)
default_charset => 'utf8' (4 chars) preProcessHookObjects => array(empty) postProcessHookObjects => array(empty) dateTimeFormats => array(2 items) date => array(2 items) empty => '0000-00-00' (10 chars) format => 'Y-m-d' (5 chars) datetime => array(2 items) empty => '0000-00-00 00:00:00' (19 chars) format => 'Y-m-d H:i:s' (11 chars)
loginUser => FALSE gr_list => '0,-1' (4 chars) beUserLogin => FALSE workspacePreview => 0 (integer) loginAllowedInBranch => TRUE loginAllowedInBranch_mode => '' (0 chars) ADMCMD_preview_BEUSER_uid => 0 (integer) fePreview => 0 (integer) showHiddenPage => FALSE showHiddenRecords => FALSE simUserGroup => 0 (integer) TYPO3_CONF_VARS => array(15 items) GFX => array(20 items) image_processing => 1 (integer) thumbnails => TRUE thumbnails_png => 0 (integer) gif_compress => TRUE imagefile_ext => 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai,svg,webp' (53 chars) gdlib => TRUE gdlib_png => FALSE im => 1 (integer) im_path => '/usr/bin/' (9 chars) im_path_lzw => '/usr/bin/' (9 chars) im_version_5 => 'im6' (3 chars) im_v5effects => 1 (integer) im_mask_temp_ext_gif => 1 (integer) im_noScaleUp => FALSE im_noFramePrepended => FALSE im_stripProfileCommand => '+profile '*'' (12 chars) im_useStripProfileByDefault => TRUE jpg_quality => '75' (2 chars) png_truecolor => TRUE colorspace => 'sRGB' (4 chars) SYS => array(73 items) lang => array(2 items) format => array(1 item) priority => 'xlf,xml' (7 chars) parser => array(2 items) xml => 'TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser' (53 chars) xlf => 'TYPO3\CMS\Core\Localization\Parser\XliffParser' (46 chars) fileCreateMask => '0664' (4 chars) folderCreateMask => '2775' (4 chars) createGroup => '' (0 chars) sitename => 'New TYPO3 site' (14 chars) encryptionKey => '4eda22e9f402918aa25f037d90ba09726dd8af4c1615dc8ec74be310250683b79787c060fdaa
               93b80a4674ee043d8628
' (96 chars) cookieDomain => '' (0 chars) cookieSecure => 0 (integer) cookieHttpOnly => TRUE doNotCheckReferer => FALSE recursiveDomainSearch => FALSE trustedHostsPattern => 'SERVER_NAME' (11 chars) devIPmask => '*' (1 chars) ipAnonymization => 1 (integer) sqlDebug => 1 (integer) enable_DLOG => FALSE ddmmyy => 'd-m-y' (5 chars) hhmm => 'H:i' (3 chars) USdateFormat => FALSE loginCopyrightWarrantyProvider => '' (0 chars) loginCopyrightWarrantyURL => '' (0 chars) curlUse => FALSE curlProxyNTLM => FALSE curlProxyServer => '' (0 chars) curlProxyTunnel => FALSE curlProxyUserPass => '' (0 chars) curlTimeout => 0 (integer) textfile_ext => 'txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf' (54 chars) mediafile_ext => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,webm,youtube,vimeo' (62 chars) binPath => '' (0 chars) binSetup => '' (0 chars) t3lib_cs_convMethod => 'mbstring' (8 chars) t3lib_cs_utils => 'mbstring' (8 chars) no_pconnect => TRUE dbClientCompress => FALSE setDBinit => '' (0 chars) setMemoryLimit => 0 (integer) phpTimeZone => '' (0 chars) systemLog => '' (0 chars) systemLogLevel => 0 (integer) enableDeprecationLog => '' (0 chars) maxFileNameLength => 60 (integer) UTF8filesystem => FALSE systemLocale => '' (0 chars) lockingMode => 'simple' (6 chars) reverseProxyIP => '' (0 chars) reverseProxyHeaderMultiValue => 'none' (4 chars) reverseProxyPrefix => '' (0 chars) reverseProxySSL => '' (0 chars) reverseProxyPrefixSSL => '' (0 chars) caching => array(1 item) cacheConfigurations => array(16 items) cache_core => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars) options => array(1 item)max depth groups => array(1 item)max depth cache_hash => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(empty)max depth groups => array(2 items)max depth cache_pages => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(2 items)max depth cache_pagesection => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(2 items)max depth groups => array(2 items)max depth cache_phpcode => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars) options => array(1 item)max depth groups => array(1 item)max depth cache_runtime => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend' (51 chars) options => array(empty)max depth groups => array(empty)max depth cache_rootline => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(2 items)max depth cache_imagesizes => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(1 item)max depth l10n => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars) options => array(1 item)max depth groups => array(1 item)max depth fluid_template => array(3 items) backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) groups => array(1 item)max depth extbase_object => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\ApcuBackend' (40 chars) options => array(1 item)max depth groups => array(1 item)max depth extbase_reflection => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(1 item)max depth extbase_typo3dbbackend_tablecolumns => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\NullBackend' (40 chars) groups => array(1 item)max depth extbase_typo3dbbackend_queries => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) groups => array(1 item)max depth extbase_datamapfactory_datamap => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) groups => array(1 item)max depth sitemap_generator => array(empty) defaultCategorizedTables => 'pages,tt_content,sys_file_metadata' (34 chars) displayErrors => 1 (integer) productionExceptionHandler => 'TYPO3\CMS\Core\Error\ProductionExceptionHandler' (47 chars) debugExceptionHandler => 'TYPO3\CMS\Core\Error\DebugExceptionHandler' (42 chars) errorHandler => 'TYPO3\CMS\Core\Error\ErrorHandler' (33 chars) errorHandlerErrors => 30466 (integer) exceptionalErrors => 28674 (integer) enable_errorDLOG => 0 (integer) enable_exceptionDLOG => 0 (integer) syslogErrorReporting => 30711 (integer) belogErrorReporting => 30711 (integer) locallangXMLOverride => array(1 item) EXT:femanager/Resources/Private/Language/locallang.xlf => array(1 item) 0 => 'fileadmin/seltamed.de/template/bootstrap/femanager/Resources/Private/Languag
                     e/locallang.xlf
' (91 chars)
generateApacheHtaccess => 1 (integer) Objects => array(1 item) TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch => array(1 item) className => 'ArminVieweg\Dce\XClass\LiveSearchCompatibility' (46 chars) fal => array(5 items) registeredDrivers => array(1 item) Local => array(4 items) class => 'TYPO3\CMS\Core\Resource\Driver\LocalDriver' (42 chars) shortName => 'Local' (5 chars) flexFormDS => 'FILE:EXT:core/Configuration/Resource/Driver/LocalDriverFlexForm.xml' (67 chars) label => 'Local filesystem' (16 chars) defaultFilterCallbacks => array(1 item) 0 => array(2 items) 0 => 'TYPO3\CMS\Core\Resource\Filter\FileNameFilter' (45 chars) 1 => 'filterHiddenFilesAndFolders' (27 chars) processingTaskTypes => array(2 items) Image.Preview => 'TYPO3\CMS\Core\Resource\Processing\ImagePreviewTask' (51 chars) Image.CropScaleMask => 'TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask' (57 chars) registeredCollections => array(3 items) static => 'TYPO3\CMS\Core\Resource\Collection\StaticFileCollection' (55 chars) folder => 'TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection' (60 chars) category => 'TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection' (62 chars) onlineMediaHelpers => array(2 items) youtube => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\YouTubeHelper' (57 chars) vimeo => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\VimeoHelper' (55 chars) IconFactory => array(2 items) recordStatusMapping => array(10 items) hidden => 'overlay-hidden' (14 chars) fe_group => 'overlay-restricted' (18 chars) starttime => 'overlay-scheduled' (17 chars) endtime => 'overlay-scheduled' (17 chars) futureendtime => 'overlay-scheduled' (17 chars) readonly => 'overlay-readonly' (16 chars) deleted => 'overlay-deleted' (15 chars) missing => 'overlay-missing' (15 chars) translated => 'overlay-translated' (18 chars) protectedSection => 'overlay-includes-subpages' (25 chars) overlayPriorities => array(6 items) 0 => 'hidden' (6 chars) 1 => 'starttime' (9 chars) 2 => 'endtime' (7 chars) 3 => 'futureendtime' (13 chars) 4 => 'protectedSection' (16 chars) 5 => 'fe_group' (8 chars) FileInfo => array(1 item) fileExtensionToMimeType => array(3 items) svg => 'image/svg+xml' (13 chars) youtube => 'video/youtube' (13 chars) vimeo => 'video/vimeo' (11 chars) livesearch => array(2 items) page => 'pages' (5 chars) content => 'tt_content' (10 chars) isInitialInstallationInProgress => FALSE isInitialDatabaseImportDone => TRUE clearCacheSystem => TRUE formEngine => array(3 items) nodeRegistry => array(2 items) 1436965601 => array(3 items) nodeName => 'rsaInput' (8 chars) priority => '70' (2 chars) class => 'TYPO3\CMS\Rsaauth\Form\Element\RsaInputElement' (46 chars) 1433089350 => array(3 items) nodeName => 't3editor' (8 chars) priority => 40 (integer) class => 'TYPO3\CMS\T3editor\Form\Element\T3editorElement' (47 chars) nodeResolver => array(1 item) 1433167475 => array(3 items) nodeName => 'text' (4 chars) priority => 40 (integer) class => 'TYPO3\CMS\Rtehtmlarea\Form\Resolver\RichTextNodeResolver' (56 chars) formDataGroup => array(4 items) tcaDatabaseRecord => array(44 items) TYPO3\CMS\Backend\Form\FormDataProvider\ReturnUrl => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseParentPageRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUserPermissionCheck => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageRootline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\UserTsConfig => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfig => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\ParentPageTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowInitializeNew => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUniqueUidNewRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDateTimeFields => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseSystemLanguageRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageLanguageOverlayRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseLanguageRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfigMerged => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsOverrides => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessRecordTitle => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessPlaceholders => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessShowitem => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaTypesShowitem => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRecordTitle => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\EvaluateDisplayConditions => array(1 item)max depth flexFormSegment => array(11 items) TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth tcaInputPlaceholderRecord => array(13 items) TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth inlineParentRecord => array(8 items) TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
EXT => array(6 items) allowGlobalInstall => FALSE allowLocalInstall => TRUE allowSystemInstall => FALSE excludeForPackaging => '(?:\..*(?!htaccess)|.*~|.*\.swp|.*\.bak|\.sass-cache|node_modules|bower_comp
               onents)
' (83 chars) extConf => array(18 items) saltedpasswords => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\CMS\Saltedpassw
                  ords\Salt\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12
                  :"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingM
                  ethod";s:41:"TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt";s:11:"forceSalted";i
                  :0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}
' (360 chars) bootstrap_package => 'a:9:{s:21:"disableLessProcessing";s:1:"0";s:16:"disablePageTsRTE";s:1:"0";s:
                  20:"disablePageTsTCEFORM";s:1:"0";s:20:"disablePageTsTCEMAIN";s:1:"0";s:21:"
                  disablePageTsAdmPanel";s:1:"0";s:27:"disablePageTsBackendLayouts";s:1:"0";s:
                  18:"disableBackendSkin";s:1:"0";s:4:"Logo";s:84:"../typo3conf/ext/bootstrap_
                  package/Resources/Public/Images/Backend/TopBarLogo@2x.png";s:9:"LoginLogo";s
                  :80:"../typo3conf/ext/bootstrap_package/Resources/Public/Images/Backend/Logi
                  nLogo.png";}
' (468 chars) cewrap => 'a:1:{s:17:"l10n_mode_exclude";s:1:"0";}' (39 chars) dce => 'a:5:{s:29:"disableAutoClearFrontendCache";s:1:"0";s:17:"disableCodemirror";s
                  :1:"0";s:17:"enableUpdateCheck";s:1:"0";s:16:"filebasedDcePath";s:0:"";s:21:
                  "disableAutoClearCache";s:1:"0";}
' (185 chars) femanager => 'a:2:{s:13:"disableModule";s:1:"0";s:10:"disableLog";s:1:"0";}' (61 chars) fluid_styled_content => 'a:1:{s:32:"loadContentElementWizardTsConfig";s:1:"1";}' (54 chars) form => 'a:0:{}' (6 chars) http2 => 'a:0:{}' (6 chars) introduction => 'a:0:{}' (6 chars) kb_nescefe => 'a:5:{s:13:"copyRecursive";s:1:"1";s:17:"localizeRecursive";s:1:"1";s:16:"tem
                  platesOnPages";s:1:"0";s:21:"templateSoftReference";s:1:"0";s:22:"containerE
                  lementColPos";s:2:"10";}
' (176 chars) owl_slider => 'a:0:{}' (6 chars) realurl => 'a:7:{s:10:"configFile";s:36:"typo3conf/ext/xtoura/realurlconf.php";s:14:"ena
                  bleAutoConf";s:1:"0";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";
                  s:0:"";s:12:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";s:19:"enableCha
                  shUrlDebug";s:1:"1";}
' (249 chars) rsaauth => 'a:1:{s:18:"temporaryDirectory";s:0:"";}' (39 chars) satzart_template => 'a:0:{}' (6 chars) scheduler => 'a:5:{s:11:"maxLifetime";s:4:"1440";s:11:"enableBELog";s:1:"1";s:15:"showSamp
                  leTasks";s:1:"1";s:11:"useAtdaemon";s:1:"0";s:30:"listShowTaskDescriptionAsH
                  over";s:1:"1";}
' (167 chars) sitemap_generator => 'a:0:{}' (6 chars) xtoura => 'a:0:{}' (6 chars) xtoura_finder_module => 'a:0:{}' (6 chars)
runtimeActivatedPackages => array(empty)
BE => array(48 items) lang => array(1 item) debug => FALSE unzip_path => '' (0 chars) fileadminDir => 'fileadmin/' (10 chars) RTE_imageStorageDir => 'uploads/' (8 chars) lockRootPath => '' (0 chars) userHomePath => '' (0 chars) groupHomePath => '' (0 chars) userUploadDir => '' (0 chars) warning_email_addr => '' (0 chars) warning_mode => '' (0 chars) lockIP => 4 (integer) sessionTimeout => 3600 (integer) IPmaskList => '' (0 chars) lockBeUserToDBmounts => TRUE lockSSL => 0 (integer) lockSSLPort => 0 (integer) enabledBeUserIPLock => TRUE lockHashKeyWords => 'useragent' (9 chars) cookieDomain => '' (0 chars) cookieName => 'be_typo_user' (12 chars) loginSecurityLevel => 'rsa' (3 chars) showRefreshLoginPopup => FALSE adminOnly => 0 (integer) disable_exec_function => FALSE compressionLevel => 0 (integer) installToolPassword => '$P$CcwWoELIWlseDY2qk5hp4wOaWE9njs1' (34 chars) pageTree => array(1 item) preloadLimit => 50 (integer) defaultUserTSconfig => 'options.enableBookmarks=1 options.file_list.enableDisplayBigControlPanel=
               selectable options.file_list.enableDisplayThumbnails=selectable option
               s.file_list.enableClipBoard=selectable options.pageTree { doktypesToS
               howInNewPageDragArea = 1,6,4,7,3,254,255,199 } options.contextMenu.op
               tions.leftIcons = 1 options.contextMenu { table { virtual_root {
                disableItems = items { 100 = ITEM 100 {
               name = history label = LLL:EXT:lang/locallang_misc.xlf:CM_history
                iconName = actions-document-history-open displayCondition = ca
               nShowHistory != 0 callbackAction = openHistoryPopUp } }
                } pages_root { disableItems = items { 100 =
               ITEM 100 { name = view label = LLL:EXT:lang/locallang
               _core.xlf:cm.view iconName = actions-document-view displayCo
               ndition = canBeViewed != 0 callbackAction = viewPage }
                200 = ITEM 200 { name = new label = LLL:EXT:lang/lo
               callang_core.xlf:cm.new iconName = actions-page-new displayC
               ondition = canCreateNewPages != 0 callbackAction = newPageWizard
                } 300 = DIVIDER 400 = ITEM 400 { name = h
               istory label = LLL:EXT:lang/locallang_misc.xlf:CM_history ic
               onName = actions-document-history-open displayCondition = canShowHis
               tory != 0 callbackAction = openHistoryPopUp } } }
                pages { disableItems = items { 100 = ITEM 1
               00 { name = view label = LLL:EXT:lang/locallang_core.xlf:cm.
               view iconName = actions-document-view displayCondition = can
               BeViewed != 0 callbackAction = viewPage } 200 = DIVID
               ER 300 = ITEM 300 { name = disable label = LL
               L:EXT:lang/locallang_common.xlf:disable iconName = actions-edit-hide
                displayConditio...
' (7027 chars) defaultPageTSconfig => 'mod.web_list.enableDisplayBigControlPanel=selectable mod.web_list.enableC
               lipBoard=selectable mod.web_list.enableLocalizationView=selectable mod
               .web_list.tableDisplayOrder { be_users.after = be_groups sys_filemou
               nts.after = be_users sys_file_storage.after = sys_filemounts sys_lan
               guage.after = sys_file_storage pages_language_overlay.before = pages
                fe_users.after = fe_groups fe_users.before = pages sys_template.aft
               er = pages backend_layout.after = pages sys_domain.after = sys_templ
               ate tt_content.after = pages,backend_layout,sys_template sys_categor
               y.after = tt_content } mod.wizards.newRecord.pages.show.pageInside=1
                mod.wizards.newRecord.pages.show.pageAfter=1 mod.wizards.newRecord.page
               s.show.pageSelectPosition=1 mod.web_view.previewFrameWidths { 1280.la
               bel = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
                1024.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:tabl
               et 960.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf
               :mobile 800.label = LLL:EXT:viewpage/Resources/Private/Language/locallan
               g.xlf:computer 768.label = LLL:EXT:viewpage/Resources/Private/Language/l
               ocallang.xlf:tablet 600.label = LLL:EXT:viewpage/Resources/Private/Langu
               age/locallang.xlf:tablet 640.label = LLL:EXT:viewpage/Resources/Private/
               Language/locallang.xlf:mobile 480.label = LLL:EXT:viewpage/Resources/Pri
               vate/Language/locallang.xlf:mobile 400.label = LLL:EXT:viewpage/Resource
               s/Private/Language/locallang.xlf:mobile 360.label = LLL:EXT:viewpage/Res
               ources/Private/Language/locallang.xlf:mobile 300.label = LLL:EXT:viewpag
               e/Resources/Private/Language/locallang.xlf:mobile } [GLOBAL] <INCLUDE_
               TYPOSCRIPT: source="FILE:EXT:backend/Configuration/PageTSconfig/NewContentEl
               ementWizard.ts"> [GLOBAL] RTE.default.skin = EXT:t3skin/rtehtmlarea/htmlar
               ea.css RTE.default.FE.skin = EXT:t3skin/rtehtmlarea/htmlarea.css [GLOBAL]
               <INCLUDE_TYPOSCRIPT: sou...
' (31162 chars) defaultPermissions => array(empty) defaultUC => array(empty) fileExtensions => array(2 items) webspace => array(2 items) allow => '' (0 chars) deny => 'php,php3,php4,php5,php6,php7,phpsh,inc,phtml,pht' (48 chars) ftpspace => array(2 items) allow => '*' (1 chars) deny => '' (0 chars) customPermOptions => array(empty) fileDenyPattern => '\.(php[3-7]?|phpsh|phtml|pht)(\..*)?$|^\.htaccess$' (50 chars) interfaces => 'backend' (7 chars) notificationPrefix => '[TYPO3 Note]' (12 chars) explicitADmode => 'explicitAllow' (13 chars) niceFlexFormXMLtags => TRUE compactFlexFormXML => 0 (integer) flexformForceCDATA => 0 (integer) explicitConfirmationOfTranslation => FALSE versionNumberInFilename => '0' (1 chars) spriteIconGenerator_handler => 'TYPO3\CMS\Backend\Sprite\SimpleSpriteHandler' (44 chars) debug => TRUE AJAX => array(empty) toolbarItems => array(empty) HTTP => array(1 item) Response => array(1 item) Headers => array(1 item) clickJackingProtection => 'X-Frame-Options: SAMEORIGIN' (27 chars) XCLASS => array(empty)
FE => array(50 items) enableRecordRegistration => FALSE addAllowedPaths => '' (0 chars) debug => TRUE noPHPscriptInclude => FALSE strictFormmail => TRUE secureFormmail => TRUE formmailMaxAttachmentSize => 250000 (integer) compressionLevel => 0 (integer) pageNotFound_handling => 'https://www.seltamed.de/404' (27 chars) pageNotFound_handling_statheader => 'HTTP/1.0 404 Not Found' (22 chars) pageNotFoundOnCHashError => TRUE pageUnavailable_handling => 'https://www.seltamed.de/404' (27 chars) pageUnavailable_handling_statheader => 'HTTP/1.0 503 Service Temporarily Unavailable' (44 chars) pageUnavailable_force => FALSE addRootLineFields => 'tx_realurl_pathsegment,tx_realurl_exclude,tx_realurl_pathoverride' (65 chars) checkFeUserPid => TRUE lockIP => 2 (integer) loginSecurityLevel => 'normal' (6 chars) lifetime => 0 (integer) sessionDataLifetime => 86400 (integer) permalogin => 0 (integer) maxSessionDataSize => 10000 (integer) cookieDomain => '' (0 chars) cookieName => 'fe_typo_user' (12 chars) lockHashKeyWords => 'useragent' (9 chars) defaultUserTSconfig => '' (0 chars) defaultTypoScript_constants => '' (0 chars) defaultTypoScript_constants. => array(1 item) defaultContentRendering => ' [GLOBAL] ############################################# ## TypoScript added
                   by extension "TYPO3.CMS.Felogin" ##########################################
                  ### styles.content.loginform { # cat=content/cLogin; type=int+; label=
                   PID of user archive: Enter the page-uid number (PID) of the folder where yo
                  u keep your fe_users that are supposed to login on this site. This setting i
                  s necessary, if login is going to work! pid = # cat=content/cLogin; ty
                  pe=; label= Login template: Enter the path for the HTML template to be used
                   templateFile = EXT:felogin/Resources/Private/Templates/FrontendLogin.html
                  }
' (610 chars)
defaultTypoScript_setup => '' (0 chars) defaultTypoScript_setup. => array(1 item) defaultContentRendering => ' [GLOBAL] ############################################# ## TypoScript added
                   by extension "rtehtmlarea" ############################################# <
                  INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/Configuration/TypoScript/Im
                  ageRendering/setup.txt"> [GLOBAL] #########################################
                  #### ## TypoScript added by extension "TYPO3.CMS.Felogin" ##################
                  ########################### # Setting "felogin" plugin TypoScript tt_conte
                  nt.login = COA tt_content.login { 10 =< lib.stdheader 20 > 20 =< plugin.t
                  x_felogin_pi1 } [GLOBAL] ############################################# ##
                  TypoScript added by extension "Form" #######################################
                  ###### # Setting Form plugin TypoScript tt_content.list.20.form_form = USE
                  R tt_content.list.20.form_form { userFunc = TYPO3\CMS\Extbase\Core\Bootstra
                  p->run extensionName = Form pluginName = Form vendorName = TYPO3\CMS } [
                  GLOBAL] ############################################# ## TypoScript added by
                   extension "Dce" ############################################# # Setting D
                  ce plugin TypoScript tt_content.list.20.dce_dce = USER tt_content.list.20.dc
                  e_dce { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = D
                  ce pluginName = Dce vendorName = ArminVieweg } [GLOBAL] #################
                  ############################ ## TypoScript added by extension "Dce" ########
                  ##################################### # Setting Dce plugin TypoScript tt_c
                  ontent.dce_dceuid50 = COA tt_content.dce_dceuid50 { 10 = < lib.stdheader 2
                  0 = USER 20 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensio
                  nName = Dce pluginName = dceuid50 vendorName = ArminVieweg } } [GLOBAL
                  ] ############################################# ## TypoScript added by exten
                  sion "dce" ############################################# # Hide lib.stdhead
                  er for DCE with uid 50 tt_content.dce_dceuid50.10 > [GLOBAL] ##
                  ########################################### ## TypoScript added by extension
                   "Dce" #################...
' (37058 chars)
additionalAbsRefPrefixDirectories => '' (0 chars) IPmaskMountGroups => array(empty) get_url_id_token => '#get_URL_ID_TOK#' (16 chars) content_doktypes => '1,2,5,7' (7 chars) enable_mount_pids => TRUE pageOverlayFields => 'uid,doktype,title,subtitle,nav_title,media,keywords,description,abstract,aut
               hor,author_email,url,urltype,shortcut,shortcut_mode,tx_realurl_pathsegment
' (150 chars) hidePagesIfNotTranslatedByDefault => FALSE eID_include => array(9 items) dumpFile => 'TYPO3\CMS\Core\Controller\FileDumpController::dumpAction' (56 chars) tx_cms_showpic => 'TYPO3\CMS\Frontend\Controller\ShowImageController::processRequest' (65 chars) ExtDirect => 'TYPO3\CMS\Frontend\Controller\ExtDirectEidController::processRequest' (68 chars) rtehtmlarea_spellchecker => 'TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::processRequest' (72 chars) RsaPublicKeyGenerationController => 'TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::processReques
                  t
' (77 chars) femanagerFileUpload => 'EXT:femanager/Classes/Eid/FileUploadEid.php' (43 chars) femanagerFileDelete => 'EXT:femanager/Classes/Eid/FileDeleteEid.php' (43 chars) femanagerValidate => 'EXT:femanager/Classes/Eid/ValidateEid.php' (41 chars) femanagerLoginAs => 'EXT:femanager/Classes/Eid/LoginAsEid.php' (40 chars)
disableNoCacheParameter => FALSE cacheHash => array(5 items) cachedParametersWhiteList => array(empty) excludedParameters => array(10 items) 0 => 'L' (1 chars) 1 => 'pk_campaign' (11 chars) 2 => 'pk_kwd' (6 chars) 3 => 'utm_source' (10 chars) 4 => 'utm_medium' (10 chars) 5 => 'utm_campaign' (12 chars) 6 => 'utm_term' (8 chars) 7 => 'utm_content' (11 chars) 8 => 'fbclid' (6 chars) 9 => 'gclid' (5 chars) requireCacheHashPresenceParameters => array(empty) includePageId => '1' (1 chars) excludedParametersIfEmpty => array(empty) cHashIncludePageId => '1' (1 chars) cHashExcludedParameters => 'L, pk_campaign, pk_kwd, utm_source, utm_medium, utm_campaign, utm_term, utm_
               content, fbclid, gclid
' (98 chars) cHashOnlyForParameters => '' (0 chars) cHashRequiredParameters => '' (0 chars) cHashExcludedParametersIfEmpty => '' (0 chars) workspacePreviewLogoutTemplate => '' (0 chars) versionNumberInFilename => 'querystring' (11 chars) contentRenderingTemplates => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'cssstyledcontent/static/v6.2/' (29 chars) 2 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) ContentObjects => array(19 items) TEXT => 'TYPO3\CMS\Frontend\ContentObject\TextContentObject' (50 chars) CASE => 'TYPO3\CMS\Frontend\ContentObject\CaseContentObject' (50 chars) COA => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject' (64 chars) COA_INT => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayInternalContentObject' (72 chars) USER => 'TYPO3\CMS\Frontend\ContentObject\UserContentObject' (50 chars) USER_INT => 'TYPO3\CMS\Frontend\ContentObject\UserInternalContentObject' (58 chars) FILE => 'TYPO3\CMS\Frontend\ContentObject\FileContentObject' (50 chars) FILES => 'TYPO3\CMS\Frontend\ContentObject\FilesContentObject' (51 chars) IMAGE => 'TYPO3\CMS\Frontend\ContentObject\ImageContentObject' (51 chars) IMG_RESOURCE => 'TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject' (59 chars) CONTENT => 'TYPO3\CMS\Frontend\ContentObject\ContentContentObject' (53 chars) RECORDS => 'TYPO3\CMS\Frontend\ContentObject\RecordsContentObject' (53 chars) HMENU => 'TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject' (62 chars) LOAD_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject' (58 chars) RESTORE_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\RestoreRegisterContentObject' (61 chars) TEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\TemplateContentObject' (54 chars) FLUIDTEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject' (59 chars) SVG => 'TYPO3\CMS\Frontend\ContentObject\ScalableVectorGraphicsContentObject' (68 chars) EDITPANEL => 'TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject' (55 chars) XCLASS => array(empty)
MAIL => array(9 items) transport => 'mail' (4 chars) transport_smtp_server => 'localhost:25' (12 chars) transport_smtp_encrypt => '' (0 chars) transport_smtp_username => '' (0 chars) transport_smtp_password => '' (0 chars) transport_sendmail_command => '/usr/sbin/sendmail -t -i' (24 chars) transport_mbox_file => '' (0 chars) defaultMailFromAddress => '' (0 chars) defaultMailFromName => '' (0 chars) HTTP => array(19 items) adapter => 'socket' (6 chars) connect_timeout => 10 (integer) timeout => 0 (integer) protocol_version => '1.1' (3 chars) follow_redirects => FALSE max_redirects => 5 (integer) strict_redirects => FALSE proxy_host => '' (0 chars) proxy_port => '' (0 chars) proxy_user => '' (0 chars) proxy_password => '' (0 chars) proxy_auth_scheme => 'basic' (5 chars) ssl_verify_peer => FALSE ssl_verify_host => TRUE ssl_cafile => '' (0 chars) ssl_capath => '' (0 chars) ssl_local_cert => '' (0 chars) ssl_passphrase => '' (0 chars) userAgent => 'TYPO3' (5 chars) LOG => array(3 items) writerConfiguration => array(1 item) 4 => array(1 item) TYPO3\CMS\Core\Log\Writer\FileWriter => array(empty) TYPO3 => array(1 item) CMS => array(1 item) Core => array(1 item) Resource => array(1 item)max depth DmitryDulepov => array(1 item) Realurl => array(1 item) writerConfiguration => array(1 item) 7 => array(1 item)max depth MODS => array(empty) USER => array(empty) SC_OPTIONS => array(24 items) GLOBAL => array(3 items) softRefParser => array(11 items) substitute => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) notify => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) images => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) typolink => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) typolink_tag => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) TSconfig => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) TStemplate => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) ext_fileref => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) email => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) url => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) rtehtmlarea_images => 'TYPO3\CMS\Rtehtmlarea\Hook\SoftReferenceHook' (44 chars) softRefParser_GL => array(empty) cliKeys => array(1 item) scheduler => array(2 items) 0 => Closuremax depth 1 => '_CLI_scheduler' (14 chars) scheduler => array(1 item) tasks => array(12 items) TYPO3\CMS\Extensionmanager\Task\UpdateExtensionListTask => array(4 items) extension => 'extensionmanager' (16 chars) title => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
                        eExtensionListTask.name
' (99 chars) description => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
                        eExtensionListTask.description
' (106 chars) additionalFields => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask => array(4 items) extension => 'saltedpasswords' (15 chars) title => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
                        asswords.tasks.bulkupdate.name
' (106 chars) description => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
                        asswords.tasks.bulkupdate.description
' (113 chars) additionalFields => 'TYPO3\CMS\Saltedpasswords\Task\BulkUpdateFieldProvider' (54 chars)
TYPO3\CMS\Reports\Task\SystemStatusUpdateTask => array(4 items) extension => 'reports' (7 chars) title => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
                        teTaskTitle
' (87 chars) description => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
                        teTaskDescription
' (93 chars) additionalFields => 'TYPO3\CMS\Reports\Task\SystemStatusUpdateTaskNotificationEmailField' (67 chars)
TYPO3\CMS\Scheduler\Example\TestTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.name' (72 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.descript
                        ion
' (79 chars) additionalFields => 'TYPO3\CMS\Scheduler\Example\TestTaskAdditionalFieldProvider' (59 chars)
TYPO3\CMS\Scheduler\Example\SleepTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.name' (73 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.descrip
                        tion
' (80 chars) additionalFields => 'TYPO3\CMS\Scheduler\Example\SleepTaskAdditionalFieldProvider' (60 chars)
TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
                        arbageCollection.name
' (97 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
                        arbageCollection.description
' (104 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionAdditionalFieldPro
                        vider
' (81 chars)
TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
                        ng.name
' (83 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
                        ng.description
' (90 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageIndexingAdditionalFieldProvider' (67 chars)
TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
                        tion.name
' (85 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
                        tion.description
' (92 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageExtractionAdditionalFieldProvider' (69 chars)
TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
                        llection.name
' (89 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
                        llection.description
' (96 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionAdditionalFieldProvider' (73 chars)
TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask => array(5 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
                        ction.name
' (86 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
                        ction.description
' (93 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\TableGarbageCollectionAdditionalFieldProvider' (70 chars) options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\IpAnonymizationTask => array(5 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.n
                        ame
' (79 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.d
                        escription
' (86 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\IpAnonymizationAdditionalFieldProvider' (63 chars) options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
                        able.name
' (85 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
                        able.description
' (92 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableAdditionalFieldProvider' (69 chars)
extbase => array(1 item) commandControllers => array(2 items) 0 => 'TYPO3\CMS\Lang\Command\LanguageCommandController' (48 chars) 1 => 'Markussom\SitemapGenerator\Command\TaskCommandController' (56 chars) tce => array(1 item) formevals => array(5 items) TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator => '' (0 chars) TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator => '' (0 chars) ArminVieweg\Dce\UserFunction\CustomFieldValidation\LowerCamelCaseValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/LowerCamelCaseValidator.p
                     hp
' (78 chars) ArminVieweg\Dce\UserFunction\CustomFieldValidation\NoLeadingNumberValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/NoLeadingNumberValidator.
                     php
' (79 chars) DmitryDulepov\Realurl\Evaluator\SegmentFieldCleaner => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/realurl/Classes/Eval
                     uator/SegmentFieldCleaner.php
' (105 chars)
ext/saltedpasswords => array(1 item) saltMethods => array(empty) t3lib/class.t3lib_tsfebeuserauth.php => array(1 item) frontendEditingController => array(1 item) default => 'TYPO3\CMS\Core\FrontendEditing\FrontendEditingController' (56 chars) t3lib/class.t3lib_tcemain.php => array(3 items) processDatamapClass => array(4 items) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\DecryptionHook' (37 chars) dce => 'ArminVieweg\Dce\Hooks\AfterSaveHook' (35 chars) realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars) processCmdmapClass => array(2 items) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars) moveRecordClass => array(1 item) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) tslib/class.tslib_fe.php => array(3 items) hook_previewInfo => array(1 item) cms => 'TYPO3\CMS\Frontend\Hooks\FrontendHooks->hook_previewInfo' (56 chars) contentPostProc-output => array(1 item) b13/http2 => 'B13\Http2\ResourcePusher->pushForFrontend' (41 chars) checkAlternativeIdMethods-PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl' (51 chars) urlProcessing => array(1 item) urlHandlers => array(1 item) frontendExternalUrl => array(1 item) handler => 'TYPO3\CMS\Frontend\Page\ExternalPageUrlHandler' (46 chars) ext/install => array(1 item) update => array(23 items) accessRightParameters => 'TYPO3\CMS\Install\Updates\AccessRightParametersUpdate' (53 chars) backendUserStartModule => 'TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate' (54 chars) languageIsoCode => 'TYPO3\CMS\Install\Updates\LanguageIsoCodeUpdate' (47 chars) PageShortcutParent => 'TYPO3\CMS\Install\Updates\PageShortcutParentUpdate' (50 chars) backendShortcuts => 'TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate' (56 chars) processedFilesChecksum => 'TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate' (53 chars) filesReplacePermission => 'TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate' (54 chars) tableCType => 'TYPO3\CMS\Install\Updates\TableFlexFormToTtContentFieldsUpdate' (62 chars) TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 'TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate' (58 chars) TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 'TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate' (53 chars) textmediaCType => 'TYPO3\CMS\Install\Updates\ContentTypesToTextMediaUpdate' (55 chars) TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate => 'TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate' (62 chars) textmediaAssets => 'TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe' (60 chars) compatibility6Extension => 'TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate' (56 chars) mediaceExtension => 'TYPO3\CMS\Install\Updates\MediaceExtractionUpdate' (49 chars) openidExtension => 'TYPO3\CMS\Install\Updates\OpenidExtractionUpdate' (48 chars) TYPO3\CMS\Install\Updates\ExtensionManagerTables => 'TYPO3\CMS\Install\Updates\ExtensionManagerTables' (48 chars) checkForDeprecatedRtePageTSConfigProperties => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\DeprecatedRteProperties' (58 chars) checkForRteAcronymButtonRenamedToAbbreviation => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\RteAcronymButtonRenamedToAbbreviation' (72 chars) dceMigrateOldNamespacesInFluidTemplateUpdate => 'ArminVieweg\Dce\Updates\MigrateOldNamespacesInFluidTemplateUpdate' (65 chars) dceMigrateDceFieldDatabaseRelationUpdate => 'ArminVieweg\Dce\Updates\MigrateDceFieldDatabaseRelationUpdate' (61 chars) dceMigrateFlexformSheetIdentifierUpdate => 'ArminVieweg\Dce\Updates\MigrateFlexformSheetIdentifierUpdate' (60 chars) dceFixMalformedDceFieldVariableNamesUpdate => 'ArminVieweg\Dce\Updates\FixMalformedDceFieldVariableNamesUpdate' (63 chars) ext/setup/mod/index.php => array(2 items) setupScriptHook => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->getLoginScripts' (53 chars) modifyUserDataBeforeSave => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->decryptPassword' (53 chars) t3lib/class.t3lib_befunc.php => array(1 item) displayWarningMessages => array(2 items) rsaauth => 'TYPO3\CMS\Rsaauth\BackendWarnings' (33 chars) tx_reports_WarningMessagePostProcessor => 'TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor' (59 chars) t3lib/class.t3lib_userauth.php => array(1 item) logoff_pre_processing => array(1 item) 0 => 'TYPO3\CMS\Beuser\Hook\SwitchBackUserHook->switchBack' (52 chars) cms/layout/class.tx_cms_layout.php => array(1 item) tt_content_drawItem => array(6 items) image => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer' (68 chars) textpic => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer' (70 chars) text => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer' (67 chars) felogin => 'TYPO3\CMS\Felogin\Hooks\CmsLayout' (33 chars) textmedia => 'TYPO3\CMS\FluidStyledContent\Hooks\TextmediaPreviewRenderer' (59 chars) dce => 'ArminVieweg\Dce\Hooks\PageLayoutViewDrawItemHook' (48 chars) tslib/class.tslib_content.php => array(2 items) cObjTypeAndClass => array(2 items) 0 => array(2 items) 0 => 'FORM' (4 chars) 1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars) 1 => array(2 items) 0 => 'FORM_INT' (8 chars) 1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars) typoLink_PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->postProcessEncodedUrl' (63 chars) typo3/backend.php => array(1 item) constructPostProcess => array(1 item) 0 => 'TYPO3\CMS\Impexp\Hook\BackendControllerHook->addJavaScript' (58 chars) recordlist/Modules/Recordlist/index.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\RecordListHook->render' (45 chars) cms/layout/db_layout.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\PageHook->render' (39 chars) cms/web_info/class.tx_cms_webinfo.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\InfoModuleHook->render' (45 chars) ext/impexp/class.tx_impexp.php => array(2 items) before_setRelation => array(1 item) dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeSetRelation' (57 chars) before_writeRecordsRecords => array(1 item) dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeWriteRecordsRecords' (65 chars) Backend\Template\Components\ButtonBar => array(1 item) getButtonsHook => array(1 item) Dce => 'ArminVieweg\Dce\Hooks\DocHeaderButtonsHook->addDcePopupButton' (61 chars) t3lib/class.t3lib_pagerenderer.php => array(1 item) render-postProcess => array(1 item) b13/http2 => 'B13\Http2\PageRendererHook->accumulateResources' (47 chars) t3lib/class.t3lib_tstemplate.php => array(1 item) linkData-PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->encodeUrl' (51 chars) realurl => array(1 item) cacheImplementation => 'DmitryDulepov\Realurl\Cache\DatabaseCache' (41 chars)
EXTCONF => array(6 items) cms => array(1 item) db_layout => array(1 item) addTables => array(1 item) fe_users => array(1 item)max depth lang => array(1 item) availableLanguages => array(1 item) 0 => 'de' (2 chars) extbase => array(2 items) typeConverters => array(16 items) 0 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ArrayConverter' (55 chars) 1 => 'TYPO3\CMS\Extbase\Property\TypeConverter\BooleanConverter' (57 chars) 2 => 'TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter' (58 chars) 3 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter' (55 chars) 4 => 'TYPO3\CMS\Extbase\Property\TypeConverter\IntegerConverter' (57 chars) 5 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectStorageConverter' (63 chars) 6 => 'TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter' (66 chars) 7 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter' (56 chars) 8 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StringConverter' (56 chars) 9 => 'TYPO3\CMS\Extbase\Property\TypeConverter\CoreTypeConverter' (58 chars) 10 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileConverter' (54 chars) 11 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileReferenceConverter' (63 chars) 12 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderBasedFileCollectionConverter' (75 chars) 13 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StaticFileCollectionConverter' (70 chars) 14 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderConverter' (56 chars) 15 => 'TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConvert
                     er
' (78 chars)
extensions => array(5 items) Form => array(1 item) plugins => array(1 item)max depth SysNote => array(1 item) modules => array(1 item)max depth Dce => array(2 items) plugins => array(47 items)max depth modules => array(1 item)max depth Femanager => array(1 item) plugins => array(1 item)max depth SitemapGenerator => array(1 item) plugins => array(1 item)max depth
felogin => array(2 items) password_changed => array(1 item) 0 => 'TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility->feloginForgotPassw
                     ordHook
' (83 chars)
loginFormOnSubmitFuncs => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\FrontendLoginHook->loginFormHook' (55 chars)
rtehtmlarea => array(6 items) version => '7.6.32' (6 chars) defaultConfiguration => 'Typical' (7 chars) plugins => array(30 items) EditorMode => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditorMode' (42 chars) EditElement => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditElement' (43 chars) disableInFE => 0 (integer) MicrodataSchema => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\MicroDataSchema' (47 chars) disableInFE => 0 (integer) DefaultInline => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline' (45 chars) BlockElements => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockElements' (45 chars) DefinitionList => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefinitionList' (46 chars) BlockStyle => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle' (42 chars) CharacterMap => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CharacterMap' (44 chars) Abbreviation => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Abbreviation' (44 chars) disableInFE => 1 (integer) UserElements => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UserElements' (44 chars) disableInFE => 1 (integer) TextStyle => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextStyle' (41 chars) DefaultLink => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink' (43 chars) TYPO3Link => array(3 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Link' (41 chars) disableInFE => 1 (integer) additionalAttributes => 'rel' (3 chars) TYPO3Color => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Color' (42 chars) disableInFE => 0 (integer) SelectFont => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\SelectFont' (42 chars) disableInFE => 0 (integer) TextIndicator => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextIndicator' (45 chars) disableInFE => 0 (integer) InsertSmiley => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley' (44 chars) disableInFE => 0 (integer) Language => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Language' (40 chars) disableInFE => 0 (integer) SpellChecker => array(5 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Spellchecker' (44 chars) disableInFE => 0 (integer) AspellDirectory => '/usr/bin/aspell' (15 chars) noSpellCheckLanguages => 'ja,km,ko,lo,th,zh,b5,gb' (23 chars) forceCommandMode => 0 (integer) FindReplace => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\FindReplace' (43 chars) disableInFE => 0 (integer) RemoveFormat => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\RemoveFormat' (44 chars) disableInFE => 0 (integer) PlainText => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Plaintext' (41 chars) disableInFE => 0 (integer) DefaultClean => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultClean' (44 chars) TYPO3HtmlParser => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3HtmlParser' (47 chars) disableInFE => 1 (integer) QuickTag => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\QuickTag' (40 chars) disableInFE => 0 (integer) TableOperations => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TableOperations' (47 chars) disableInFE => 0 (integer) AboutEditor => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\AboutEditor' (43 chars) disableInFE => 0 (integer) ContextMenu => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\ContextMenu' (43 chars) disableInFE => 0 (integer) UndoRedo => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UndoRedo' (40 chars) disableInFE => 0 (integer) CopyPaste => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CopyPaste' (41 chars) disableInFE => 0 (integer) enableImages => 0 (integer) enableAccessibilityIcons => 0 (integer) allowStyleAttribute => 1 (integer) realurl => array(1 item) _DEFAULT => array(7 items) init => array(2 items) enableCHashCache => '1' (1 chars) appendMissingSlash => 'ifNotFile' (9 chars) redirects => array(empty) preVars => array(3 items) 0 => array(3 items)max depth 1 => array(3 items)max depth 2 => array(3 items)max depth pagePath => array(6 items) type => 'user' (4 chars) userFunc => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main' (68 chars) spaceCharacter => '-' (1 chars) languageGetVar => 'L' (1 chars) expireDays => '7' (1 chars) rootpage_id => NULL fixedPostVars => array(empty) postVarSets => array(1 item) _DEFAULT => array(4 items)max depth fileName => array(2 items) defaultToHTMLsuffixOnPrev => FALSE index => array(5 items)max depth
SVCONF => array(empty) DB => array(6 items) database => 'typo3_7LTS_seltamed' (19 chars) extTablesDefinitionScript => 'extTables.php' (13 chars) host => 'localhost' (9 chars) password => 'ED7Jc0BVApmiNzVHsmdF' (20 chars) socket => '' (0 chars) username => 'satzart' (7 chars) INSTALL => array(1 item) wizardDone => array(6 items) TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate => 1 (integer) TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe => 1 (integer) TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate => 1 (integer)
config => array(3 items) config => array(20 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) htmlTag_stdWrap. => array(2 items) cObject. => array(1 item) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars)
cObject => 'TEXT' (4 chars)
absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) tx_extbase. => array(4 items) mvc. => array(2 items) requestHandlers. => array(4 items) TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars) TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars) TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars) TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars) throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) persistence. => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes. => array(16 items) TYPO3\CMS\Extbase\Domain\Model\FileMount. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FileReference. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\File. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUser. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUser. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\Category. => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUser. => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup. => array(1 item)max depth TYPO3\CMS\SysNote\Domain\Model\SysNote. => array(1 item)max depth In2code\Femanager\Domain\Model\User. => array(1 item)max depth In2code\Femanager\Domain\Model\UserGroup. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\Alias. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\PathCacheEntry. => array(1 item)max depth features. => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects. => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. => array(1 item) className => 'In2code\Femanager\Persistence\Generic\Mapper\DataMap' (52 chars) additionalHeaders. => array(1 item) 3000. => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) no_cache => '0' (1 chars) removeDefaultJS => 'external' (8 chars) xhtmlDoctype => NULL
rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
mainScript => 'index.php' (9 chars)
tmpl => TYPO3\CMS\Core\TypoScript\TemplateServiceprototypeobject verbose => FALSE tt_track => FALSE forceTemplateParsing => FALSE matchAlternative => array(empty) matchAll => FALSE backend_info => FALSE ext_constants_BRP => 0 (integer) ext_config_BRP => 0 (integer) ext_regLinenumbers => FALSE ext_regComments => FALSE tempPath => 'typo3temp/' (10 chars) whereClause => 'AND deleted=0 AND hidden=0 AND (starttime<=1722092820) AND (endtime=0 OR end
            time>1722092820)
' (92 chars) debug => FALSE allowedPaths => array(6 items) 0 => 'fileadmin/' (10 chars) 1 => 'uploads/' (8 chars) 2 => 'typo3temp/' (10 chars) 3 => 'typo3/ext/' (10 chars) 4 => 'typo3/sysext/' (13 chars) 5 => 'typo3conf/ext/' (14 chars) simulationHiddenOrTime => 0 (integer) loaded => TRUE setup => array(20 items) lib. => array(142 items) parseFunc. => array(8 items) makelinks => '1' (1 chars) makelinks. => array(2 items) http. => array(3 items)max depth mailto. => array(1 item)max depth tags. => array(2 items) link => 'TEXT' (4 chars) link. => array(3 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                     ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                      footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                     nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                     trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                     , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(2 items) HTMLparser => '1' (1 chars) HTMLparser. => array(2 items)max depth
parseFunc_RTE. => array(10 items) makelinks => '1' (1 chars) makelinks. => array(2 items) http. => array(3 items)max depth mailto. => array(1 item)max depth tags. => array(4 items) link => 'TEXT' (4 chars) link. => array(3 items)max depth img => 'TEXT' (4 chars) img. => array(2 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                     ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                      footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                     nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                     trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                     , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(3 items) HTMLparser => '1' (1 chars) HTMLparser. => array(3 items)max depth encapsLines. => array(5 items)max depth externalBlocks => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
                     able, ul, pre
' (89 chars) externalBlocks. => array(14 items) blockquote. => array(2 items)max depth table. => array(4 items)max depth div. => array(2 items)max depth article. => array(2 items)max depth aside. => array(2 items)max depth footer. => array(2 items)max depth header. => array(2 items)max depth nav. => array(2 items)max depth section. => array(2 items)max depth dl. => array(2 items)max depth dd. => array(2 items)max depth ol. => array(2 items)max depth ul. => array(2 items)max depth li. => array(1 item)max depth
fluidContent => 'FLUIDTEMPLATE' (13 chars) fluidContent. => array(5 items) templateName => 'Default' (7 chars) templateRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars) 10 => '' (0 chars) partialRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars) 10 => '' (0 chars) layoutRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars) 10 => '' (0 chars) settings. => array(2 items) defaultHeaderType => '{$styles.content.defaultHeaderType}' (35 chars) media. => array(2 items)max depth stdheader => 'COA' (3 chars) stdheader. => array(13 items) templateName => 'HeaderOnly' (10 chars) 3 => 'LOAD_REGISTER' (13 chars) 3. => array(1 item) headerClass. => array(2 items)max depth 5 => 'TEXT' (4 chars) 5. => array(5 items) field => 'date' (4 chars) if. => array(3 items)max depth strftime => '%x' (2 chars) wrap => '<p class="csc-header-date">|</p>' (32 chars) prefixComment => '2 | Header date:' (16 chars) 10 => 'CASE' (4 chars) 10. => array(12 items) setCurrent. => array(3 items)max depth key. => array(3 items)max depth 1 => 'TEXT' (4 chars) 1. => array(2 items)max depth 2 => 'TEXT' (4 chars) 2. => array(2 items)max depth 3 => 'TEXT' (4 chars) 3. => array(2 items)max depth 4 => 'TEXT' (4 chars) 4. => array(2 items)max depth 5 => 'TEXT' (4 chars) 5. => array(2 items)max depth 20 => 'CASE' (4 chars) 20. => array(14 items) key. => array(3 items)max depth default => 'TEXT' (4 chars) default. => array(3 items)max depth 1 => 'TEXT' (4 chars) 1. => array(3 items)max depth 2 => 'TEXT' (4 chars) 2. => array(3 items)max depth 3 => 'TEXT' (4 chars) 3. => array(3 items)max depth 4 => 'TEXT' (4 chars) 4. => array(3 items)max depth 5 => 'TEXT' (4 chars) 5. => array(3 items)max depth if. => array(3 items)max depth 40 => 'COA' (3 chars) 40. => array(4 items) stdWrap. => array(3 items)max depth 10 => 'TEXT' (4 chars) 10. => array(2 items)max depth if. => array(3 items)max depth 98 => 'RESTORE_REGISTER' (16 chars) stdWrap. => array(7 items) fieldRequired => 'header' (6 chars) if. => array(3 items)max depth editIcons => 'tt_content : header, [header_layout | header_position], [header_link|date]' (74 chars) editIcons. => array(2 items)max depth dataWrap => '<div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div>' (69 chars) dataWrap. => array(2 items)max depth prefixComment => '2 | Header:' (11 chars) parseTarget. => array(2 items) override => '' (0 chars) override. => array(1 item) if. => array(1 item)max depth logo => 'IMAGE' (5 chars) logo. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/logo-2021-2.svg' (60 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(empty)max depth facebook => 'IMAGE' (5 chars) facebook. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/facebook.svg' (57 chars) altText => 'Seltamed bei Facebook' (21 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth instagram => 'IMAGE' (5 chars) instagram. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/instagram.svg' (58 chars) altText => 'Seltamed bei Instagram' (22 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth youtube => 'IMAGE' (5 chars) youtube. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/youtube.svg' (56 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth whatsapp => 'IMAGE' (5 chars) whatsapp. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/whatsapp.svg' (57 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth Adressblock => 'COA' (3 chars) Adressblock. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <h2>Selta Med GmbH</h2><br> Gottschaldstraße 1a<br> 08
                        523 Plauen / Vogtland<br><br> Tel.: +49 3741 - 14 85 27-0 <br>
                         Fax: +49 3741 - 14 85 27-18<br><br> <a class="primary" href="
                        mailto:reservierung@seltamed.de"><span class="fa fa-envelope"></span> reserv
                        ierung@seltamed.de</a>
' (331 chars)
AdressblockFooter => 'COA' (3 chars) AdressblockFooter. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <strong>Selta Med GmbH, Sitz Niederstetten</strong><br> <small>Im
                         Ganswasen 22 · D-97996 Niederstetten · Tel.: 07932/ 503 </small>
' (152 chars)
Chat => 'COA' (3 chars) Chat. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value__ => ' <script type="text/javascript" id="zsiqchat"> var $zoho=$zoho
                         || {}; $zoho.salesiq = $zoho.salesiq || {widgetcode: "454ac7aa39aae
                        044e0d40200e98a6ae19f9f7cae0f5172d1b9d35993ea9fe543", values:{},ready:functi
                        on(){}};var d=document;s=d.createElement("script");s.type="text/javascript";
                        s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.ge
                        tElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>
' (452 chars)
logoFooter => 'IMAGE' (5 chars) logoFooter. => array(5 items) file => 'fileadmin/xtoura_assets/SeltaMedResponsive/images/logo.svg' (58 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(3 items)max depth hotline => 'COA' (3 chars) hotline. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <div style="padding: 1em;"> <div class="header-hotline"
                        > <div class="h4"><a href="tel:+49 3741 - 14 85 27-0" target
                        ="_blank">+49 3741 - 14 85 27-0</a><br><small>Mo - Fr: 8 – 19 Uhr / Sa: 9
                        – 14 Uhr</small></div> </div> </div>
' (287 chars)
hotlineheader => 'CONTENT' (7 chars) hotlineheader. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '163' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) headernav => 'COA' (3 chars) headernav. => array(3 items) 10 => 'HMENU' (5 chars) 10. => array(4 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item) wrap => '<div class="container"><div class="col-sm-6 col-sm-offset-6 text-right" data
                        -type="list"> | </div></div>
' (104 chars)
formContact => 'TEXT' (4 chars) formContact. => array(6 items) value => 'Sorry, dieses Formular wird derzeit überarbeitet.' (50 chars) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth _formContact => 'FORM' (4 chars) _formContact. => array(26 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTLINE' (8 chars) 5. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'contact-phone' (13 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'subject' (7 chars) label => 'Betreff*' (8 chars) type => 'text' (4 chars) id => 'contact-subject' (15 chars) class => 'form-control' (12 chars) 50 => 'TEXTAREA' (8 chars) 50. => array(4 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) 55 => 'TEXTBLOCK' (9 chars) 55. => array(1 item) content => ' <div class="_form-group-submit col-sm-12"><small>* Diese Felder müssen a
                        usgefüllt werden</small><br></div>
' (111 chars)
60 => 'CHECKBOX' (8 chars) 60. => array(5 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                        rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                        >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars) 70. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-default' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(12 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'email' (5 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formIndividualTravelOffer => 'FORM' (4 chars) formIndividualTravelOffer. => array(32 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTLINE' (8 chars) 5. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'phonenumber' (11 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'contact-phonenumber' (19 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'termin' (6 chars) label => 'Wunschtermin*' (13 chars) type => 'text' (4 chars) id => 'contact-termin' (14 chars) class => 'form-control' (12 chars) 49 => 'TEXTAREA' (8 chars) 49. => array(4 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) 50 => 'TEXTBLOCK' (9 chars) 50. => array(1 item) content => ' <div class="col-sm-12"><br> <div class="whatsapp alert ale
                        rt-success" style="display:inline-block !important;"><span style="margin-bot
                        tom:none !important; font-size:1rem;">Sie können uns auch gern per WhatsApp
                         kontaktieren <strong><a style="color:#3c763d;" target="_blank" href="https:
                        //wa.me/4915208734120"><span class="fa fa-whatsapp"></span> 015208734120</a
                        ></strong></span></div></div>
' (409 chars)
51 => 'TEXTLINE' (8 chars) 51. => array(4 items) name => 'hotelname' (9 chars) type => 'text' (4 chars) id => 'hotelname' (9 chars) class => 'hidden' (6 chars) 52 => 'CHECKBOX' (8 chars) 52. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 55 => 'TEXTBLOCK' (9 chars) 55. => array(1 item) content => ' <div class="_form-group-submit col-sm-12 margin-top-2"><
                        small>* Diese Felder müssen ausgefüllt werden</small><br></div>
' (141 chars)
60 => 'CHECKBOX' (8 chars) 60. => array(5 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                        rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                        >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars) 70. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top-1' (28 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(14 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'email' (5 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(6 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(6 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formCoachHire => 'FORM' (4 chars) formCoachHire. => array(34 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) class => '_container' (10 chars) form. => array(1 item) layout. => array(11 items)max depth 11 => 'FIELDSET' (8 chars) 11. => array(20 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 10 => 'TEXTBLOCK' (9 chars) 10. => array(1 item)max depth 20 => 'SELECT' (6 chars) 20. => array(9 items)max depth 30 => 'TEXTLINE' (8 chars) 30. => array(6 items)max depth 40 => 'TEXTLINE' (8 chars) 40. => array(6 items)max depth 50 => 'TEXTLINE' (8 chars) 50. => array(6 items)max depth 60 => 'TEXTLINE' (8 chars) 60. => array(6 items)max depth 70 => 'TEXTLINE' (8 chars) 70. => array(6 items)max depth 80 => 'TEXTLINE' (8 chars) 80. => array(6 items)max depth 90 => 'TEXTLINE' (8 chars) 90. => array(6 items)max depth 20 => 'FIELDSET' (8 chars) 20. => array(28 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 100 => 'TEXTBLOCK' (9 chars) 100. => array(1 item)max depth 110 => 'TEXTLINE' (8 chars) 110. => array(6 items)max depth 120 => 'TEXTLINE' (8 chars) 120. => array(6 items)max depth 130 => 'TEXTLINE' (8 chars) 130. => array(6 items)max depth 140 => 'TEXTLINE' (8 chars) 140. => array(6 items)max depth 150 => 'TEXTLINE' (8 chars) 150. => array(6 items)max depth 170 => 'TEXTBLOCK' (9 chars) 170. => array(empty)max depth 180 => 'TEXTLINE' (8 chars) 180. => array(6 items)max depth 190 => 'TEXTLINE' (8 chars) 190. => array(6 items)max depth 200 => 'TEXTLINE' (8 chars) 200. => array(6 items)max depth 210 => 'TEXTBLOCK' (9 chars) 210. => array(1 item)max depth 220 => 'TEXTLINE' (8 chars) 220. => array(6 items)max depth 230 => 'TEXTLINE' (8 chars) 230. => array(6 items)max depth 240 => 'TEXTBLOCK' (9 chars) 240. => array(1 item) content => '<div class="form-group"><div class="col-xs-12"><h2>Sonstige Angaben</h2></di
                        v></div>
' (84 chars)
250 => 'TEXTLINE' (8 chars) 250. => array(6 items) name => 'persons' (7 chars) label => 'Anzahl Personen' (15 chars) type => 'text' (4 chars) id => 'coach-hire-persons' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                        group"> <label /> <div class
                        ="input-group"> <div class="input-group-addon"><
                        span class="fa fa-users"></span></div> <input />
                         </div> </div> <
                        /div>
' (385 chars)
260 => 'SELECT' (6 chars) 260. => array(13 items) name => 'coach-type' (10 chars) label => 'Veranstaltung' (13 chars) id => 'coach-hire-coach_type' (21 chars) class => 'form-control' (12 chars) 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth layout => ' <div class="col-sm-6"> <div class="form-
                        group"> <label /> <sele
                        ct> <elements /> </selec
                        t> </div> </div>
' (295 chars)
270 => 'CHECKBOX' (8 chars) 270. => array(6 items) name => 'coach_on_site' (13 chars) label => 'Bus wird vor Ort benötigt' (26 chars) id => 'contact-coach_on_site' (21 chars) value => 'Bus wird vor Ort benötigt' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                        &nbsp; Bus wird vor Ort benötigt </div> </div>
' (150 chars)
280 => 'CHECKBOX' (8 chars) 280. => array(6 items) name => 'transfer_only' (13 chars) label => 'nur Hin- und Rücktransfer' (26 chars) id => 'contact-transfer_only' (21 chars) value => 'nur Hin- und Rücktransfer' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                        &nbsp; nur Hin- und Rücktransfer </div> </div>
' (150 chars)
290 => 'TEXTAREA' (8 chars) 290. => array(5 items) name => 'program' (7 chars) label => 'Reiseprogramm' (13 chars) id => 'coach-hire-program' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <div class="form
                        -group"> <label /> <div class="input-group"> <div class="
                        input-group-addon"><span class="fa fa-comment"></span></div> <textare
                        a /> </div> </div> </div>
' (280 chars)
300 => 'CHECKBOX' (8 chars) 300. => array(6 items) name => 'privacy_policy' (14 chars) label => 'Datenschutzerklärung*' (22 chars) id => 'coach-hire-privacy_policy' (25 chars) value => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-12"> <label /> <div class="form-group">
                         <input />&nbsp; Ich habe die <a href="/datenschutz/" target="_b
                        lank">Datenschutzerklärung</a> gelesen und akzeptiere diese. </div>
                         </div>
' (248 chars)
305 => 'CHECKBOX' (8 chars) 305. => array(6 items) name => 'response' (8 chars) label => 'Rückantwort erwünscht:' (24 chars) id => 'contact-response' (16 chars) value => 'Ich bin mit einer Rückantwort per Email einverstanden.' (55 chars) checked => '0' (1 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <label /> <
                        
                        
' (222 chars)
310 => 'SUBMIT' (6 chars) 310. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-secondary' (17 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(22 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 50 => 'email' (5 chars) 50. => array(4 items)max depth 51 => 'required' (8 chars) 51. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth postProcessor. => array(4 items) 1 => 'mailXtoura' (10 chars) 1. => array(6 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item) value => '4' (1 chars) footerSection_02 => 'COA' (3 chars) footerSection_02. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:16:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth tourTypeMenueConfig. => array(3 items) type => 'xtoura/widgets/TravelTheme/' (27 chars) set_meta => '0' (1 chars) settings. => array(3 items) template => 'menu' (4 chars) limit => '10' (2 chars) set_meta => '0' (1 chars) footerSection_03 => 'COA' (3 chars) footerSection_03. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:17:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth footerSection_04 => 'COA' (3 chars) footerSection_04. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:48:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth defaultSliderText => 'COA' (3 chars) defaultSliderText. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <div class="h2">Selta Med GmbH</div> <h3>Kurreisen & Wellness
                        </h3>
' (90 chars)
xtouraLogo => 'IMAGE' (5 chars) xtouraLogo. => array(3 items) file => 'EXT:satzart_template/Resources/Public/Images/footer_xtoura_logo.png' (67 chars) altText => 'xtoura logo' (11 chars) stdWrap. => array(1 item) typolink. => array(4 items)max depth year => 'TEXT' (4 chars) year. => array(2 items) data => 'date:U' (6 chars) strftime => '%Y' (2 chars) MAILLOGO => 'TEXT' (4 chars) MAILLOGO. => array(1 item) value => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 533.5 92.3"><defs><styl
                     e>.cls-1{fill:#3c6660;}.cls-1,.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-2
                     ,.cls-3{fill:#a29c87;}.cls-4{fill:#e2e1de;}.cls-5{fill:#fff;}</style></defs>
                     <g id="Ebene_2" data-name="Ebene 2"><g id="Isolationsmodus"><path id="green"
                      class="cls-1" d="M360.6,38.2a2.8,2.8,0,0,1-3-2.8h0a3,3,0,0,1,3-2.9h0a3.1,3.
                     1,0,0,1,3.1,2.8h0a3.1,3.1,0,0,1-3.1,2.9Zm2.5-2.9a2.5,2.5,0,0,0-2.5-2.4h0a2.4
                     ,2.4,0,0,0-2.5,2.2v.2a2.4,2.4,0,0,0,2.4,2.4h.1a2.5,2.5,0,0,0,2.5-2.3Zm-3.8,1
                     .3c-.1,0-.2-.1,0-.2a.5.5,0,0,0,.4-.5V34.6c0-.3-.1-.4-.3-.4s-.2-.3-.1-.3h1.4a
                     1.1,1.1,0,0,1,1.2.8h0a1,1,0,0,1-.5.6h-.1l.9,1.1a.2.2,0,0,1,.2.2H362a.7.7,0,0
                     ,1-.7-.4l-.5-.7c-.1-.1-.2-.2-.3-.1s-.2,0-.2.1v.2c0,.4.1.4.5.6s.1.2,0,.2Zm1.1
                     -1.6c0,.1,0,.1.2.1s.4,0,.5-.3h0a.7.7,0,0,0-.4-.6h-.1c-.2,0-.2.1-.2.2V35ZM338
                     .3,60.8l-9.4-.3h-3.2c-1,0-1.5-.4-1.5-.7a1.3,1.3,0,0,1,1.2-.8c2.9-.3,3.1-.9,3
                     .3-4.9.1-2.4.1-4.1.1-6s0-7.2-.2-10.1-.3-3.5-2.8-3.8a1.2,1.2,0,0,1-1.1-.8,1,1
                     ,0,0,1,1.2-.6h2.5c2.2,0,7.6-.4,11.1-.4A19.5,19.5,0,0,1,352,36.6a13.5,13.5,0,
                     0,1,4.4,9.5A14.4,14.4,0,0,1,349,58.4,24.6,24.6,0,0,1,338.3,60.8Zm8-23.7a13.3
                     ,13.3,0,0,0-8.9-3.1,4.7,4.7,0,0,0-2.4.4.7.7,0,0,0-.4.6c-.1,1.1-.2,3.9-.2,7.7
                     V49c0,3,0,5.3.2,7.2a2.5,2.5,0,0,0,.9,1.9,6.9,6.9,0,0,0,3.1,1.2,12.1,12.1,0,0
                     ,0,7.1-2.6c2.8-2.2,4.3-6.4,4.3-10.6a13.1,13.1,0,0,0-3.7-9ZM319.9,60a1.4,1.4,
                     0,0,1-1.1.6l-15.6-.2c-3.1,0-3.6.2-5.3.2s-1.6-.1-1.6-.6.6-.7,1.4-.8c2.4-.6,3-
                     1,3.2-3.4s.4-5.1.4-10.5,0-7.2-.1-8.4-.5-2.5-2.5-2.8-1.5-.4-1.5-.8.8-.7,1.5-.
                     7l8.5.2h7a28.3,28.3,0,0,0,4.1-.3.9.9,0,0,1,.6.6v4.6a1.1,1.1,0,0,1-.7,1.3,1.3
                     ,1.3,0,0,1-.9-1.1c-.6-2.5-1.9-3.1-3-3.3l-6.5-.3c-.2,0-.6.2-.6,1.3s-.3,7.1-.2
                     ,9.5a.4.4,0,0,0,.4.4h3.8c3.3,0,3.2-.1,4.1-2a1.5,1.5,0,0,1,1-1.2c.4,0,.6.8.5,
                     1.2s-.2,2-.2,3.1.1,1.9.2,2.9-.2,1.3-.6,1.3a1.2,1.2,0,0,1-.9-.9c-.6-1.9-1.2-2
                     .3-3-2.4h-4.7a1,1,0,0,0-.6.5,41.2,41.2,0,0,0-.1,6.1,20,20,0,0,0,.2,3.5,1.6,1
                     .6,0,0,0,1,1.1,16.2,16.2,0,0,0,3.8.2,15.6,15.6,0,0,0,4.3-.3,7,7,0,0,0,3.7-3.
                     3c.7-1.1,1.1-1.5,1.4-1.5...
' (24843 chars)
newstest => 'USER' (4 chars) newstest. => array(6 items) userFunc => 'tx_extbase_core_bootstrap->run' (30 chars) extensionName => 'News' (4 chars) pluginName => 'Pi1' (3 chars) switchableControllerActions. => array(1 item) News. => array(1 item)max depth settings. => array(9 items) limit => '5' (1 chars) orderBy => 'datetime' (8 chars) orderDirection => 'desc' (4 chars) detailPid => '{$pidNachrichtenDetail}' (23 chars) overrideFlexformSettingsIfEmpty => 'detailPid' (9 chars) startingpoint => '{$pidNachrichtenRecords}' (24 chars) useStdWrap => 'categories' (10 chars) categories. => array(1 item)max depth categoryConjunction => 'or' (2 chars) view => '< plugin.tx_news.view' (21 chars) footerForm => 'CONTENT' (7 chars) footerForm. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '102' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) formAgencyOrder => 'FORM' (4 chars) formAgencyOrder. => array(36 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 1 => 'TEXTLINE' (8 chars) 1. => array(7 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
2 => 'TEXTLINE' (8 chars) 2. => array(6 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
10 => 'TEXTBLOCK' (9 chars) 10. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/sommerkatalo
                        g.jpg"> </div>
' (169 chars)
20 => 'SELECT' (6 chars) 20. => array(29 items) name => 'catalog_summer' (14 chars) label => 'Katalog Kurreisen & Wellness 2021' (33 chars) id => 'agencyorder-catalog_summer' (26 chars) class => 'form-control' (12 chars) placeholder => 'Bitte Auswählen' (16 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 5 => 'OPTION' (6 chars) 5. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 50 => 'OPTION' (6 chars) 50. => array(1 item)max depth 60 => 'OPTION' (6 chars) 60. => array(1 item)max depth 70 => 'OPTION' (6 chars) 70. => array(1 item)max depth 80 => 'OPTION' (6 chars) 80. => array(1 item)max depth 90 => 'OPTION' (6 chars) 90. => array(1 item)max depth 100 => 'OPTION' (6 chars) 100. => array(1 item)max depth 30 => 'TEXTBLOCK' (9 chars) 30. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/SeltaMed_Wik
                        at2021_2022.jpg"> </div>
' (179 chars)
40 => 'SELECT' (6 chars) 40. => array(28 items) name => 'catalog_winter' (14 chars) label => 'Katalog Winter-Sonderangebote 2021/ 2022 inkl. Weihnachten & Silvester' (70 chars) id => 'agencyorder-catalog_winter' (26 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 5 => 'OPTION' (6 chars) 5. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 50 => 'OPTION' (6 chars) 50. => array(1 item)max depth 60 => 'OPTION' (6 chars) 60. => array(1 item)max depth 70 => 'OPTION' (6 chars) 70. => array(1 item)max depth 80 => 'OPTION' (6 chars) 80. => array(1 item)max depth 90 => 'OPTION' (6 chars) 90. => array(1 item)max depth 100 => 'OPTION' (6 chars) 100. => array(1 item)max depth 60 => 'TEXTBLOCK' (9 chars) 60. => array(1 item) content => '<div class="col-sm-12 margin-top-1"><h3>Unsere aktuellen Selta Med Werbemitt
                        el:</h3></div>
' (90 chars)
70 => 'TEXTBLOCK' (9 chars) 70. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/smed_blanko_
                        flyerpapier_sommer.jpg"> </div>
' (186 chars)
80 => 'SELECT' (6 chars) 80. => array(14 items) name => 'flyer_summer' (12 chars) label => 'Blanko-Flyerpapier Sommer' (25 chars) id => 'agencyorder-flyer_summer' (24 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/HV-Winter-Bl
                        anko-Eindruck-DIN-A4.jpg"> </div>
' (188 chars)
100 => 'SELECT' (6 chars) 100. => array(14 items) name => 'flyer_winter' (12 chars) label => 'Blanko-Flyerpapier Winter' (25 chars) id => 'agencyorder-flyer_sinter' (24 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 110 => 'CHECKBOX' (8 chars) 110. => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 115 => 'TEXTBLOCK' (9 chars) 115. => array(1 item) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                        nschutzerklaerung.html">Datenschutzerklärung einsehen »</a><br><br></div>
' (151 chars)
120 => 'SUBMIT' (6 chars) 120. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) rules. => array(8 items) 5 => 'email' (5 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(6 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formAgencyOrder2021 => 'FORM' (4 chars) formAgencyOrder2021. => array(20 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'agency_order' (12 chars) confirmation => '0' (1 chars) id => 'form-agency-order' (17 chars) form. => array(1 item) layout. => array(11 items)max depth 1 => 'TEXTLINE' (8 chars) 1. => array(8 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
2 => 'TEXTLINE' (8 chars) 2. => array(7 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
3 => 'TEXTLINE' (8 chars) 3. => array(5 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'agencyorder-message' (19 chars) layout => ' <input />' (21 chars) 110 => 'CHECKBOX' (8 chars) 110. => array(7 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) required => 'required' (8 chars) checked => '0' (1 chars) 115 => 'TEXTBLOCK' (9 chars) 115. => array(1 item) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                        nschutzerklaerung/">Datenschutzerklärung einsehen »</a><br><br></div>
' (147 chars)
120 => 'SUBMIT' (6 chars) 120. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) rules. => array(10 items) 5 => 'email' (5 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
navigation. => array(4 items) xtouraNavMain => 'COA' (3 chars) xtouraNavMain. => array(5 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => 'TEXT' (4 chars) 10. => array(4 items)max depth 20 => 'HMENU' (5 chars) 20. => array(6 items)max depth main => 'COA' (3 chars) main. => array(5 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => 'TEXT' (4 chars) 10. => array(4 items)max depth 20 => 'HMENU' (5 chars) 20. => array(6 items)max depth footerMenue => 'COA' (3 chars) footerMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(3 items) data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) data. => array(1 item)max depth wrap => '<h3> | </h3>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(4 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth sidebarMenue => 'COA' (3 chars) sidebarMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(3 items) data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) data. => array(1 item)max depth wrap => '<h3> | </h3>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(6 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth 2 => 'TMENU' (5 chars) 2. => array(5 items)max depth contentSlider => 'COA' (3 chars) contentSlider. => array(6 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(1 item) colPos. => array(2 items)max depth 10 => 'CONTENT' (7 chars) 10. => array(4 items) table => 'tt_content' (10 chars) select. => array(4 items)max depth renderObj => 'COA' (3 chars) renderObj. => array(2 items)max depth 20 => 'RESTORE_REGISTER' (16 chars) stdWrap. => array(1 item) wrap => '<div class="owl-carousel owl-theme owl-home" data-type="slider"> | </div>' (73 chars) sitemap => 'COA' (3 chars) sitemap. => array(5 items) wrap => '<ul class="sitemap">|</ul>' (26 chars) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => '<li><a href="\">Home</a></li>' (29 chars) 20 => 'HMENU' (5 chars) 20. => array(6 items) 1 => 'TMENU' (5 chars) 1. => array(3 items)max depth 2 => 'TMENU' (5 chars) 2. => array(4 items)max depth 3 => 'TMENU' (5 chars) 3. => array(4 items)max depth xtouraContent. => array(2 items) get => 'COA' (3 chars) get. => array(5 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(1 item)max depth 10 => 'CONTENT' (7 chars) 10. => array(4 items)max depth 1000 => 'RESTORE_REGISTER' (16 chars) formGetAccount => 'FORM' (4 chars) formGetAccount. => array(42 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                        ng><br><br></p>
' (91 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'company' (7 chars) label => 'Firma*' (6 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) 80 => 'TEXTLINE' (8 chars) 80. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) 85 => 'TEXTLINE' (8 chars) 85. => array(5 items) name => 'kooperation' (11 chars) label => 'Kooperation/Kettenzugehörigkeit:' (33 chars) type => 'text' (4 chars) id => 'account-kooperation' (19 chars) class => 'form-control' (12 chars) 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <div class="agency-form-info form-group-submit col-sm-offset-3 col-s
                        m-9" style="white-space: normal;"> <p>Nutzen Sie bereits Vertriebsplattfo
                        rmen wie Amadeus, JackPlus oder Merlin? Bitte kreuzen Sie die Plattformen an
                        , mit denen Sie bereits arbeiten.</p> </div>
' (280 chars)
100 => 'CHECKBOX' (8 chars) 100. => array(5 items) name => 'amadeus' (7 chars) label => 'Amadeus' (7 chars) id => 'account-amadeus' (15 chars) value => 'Ich nutze Amadeus' (17 chars) checked => '0' (1 chars) 110 => 'CHECKBOX' (8 chars) 110. => array(5 items) name => 'merlin' (6 chars) label => 'Merlin' (6 chars) id => 'account-merlin' (14 chars) value => 'Ich nutze Merlin' (16 chars) checked => '0' (1 chars) 120 => 'CHECKBOX' (8 chars) 120. => array(5 items) name => 'jackplus' (8 chars) label => 'JackPlus' (8 chars) id => 'account-jackplus' (16 chars) value => 'Ich nutze JackPlus' (18 chars) checked => '0' (1 chars) 125 => 'TEXTBLOCK' (9 chars) 125. => array(1 item) content => ' <div class="clearfix"></div><br><br>' (39 chars) 130 => 'CHECKBOX' (8 chars) 130. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 140 => 'SUBMIT' (6 chars) 140. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'email' (5 chars) 9. => array(4 items)max depth 10 => 'required' (8 chars) 10. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formGetAccountHotel => 'FORM' (4 chars) formGetAccountHotel. => array(40 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                        ng><br><br></p>
' (91 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'company' (7 chars) label => 'Hotelname*' (10 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) 25 => 'TEXTLINE' (8 chars) 25. => array(5 items) name => 'homepage' (8 chars) label => 'Homepage' (8 chars) type => 'text' (4 chars) id => 'account-homepage' (16 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) 55 => 'TEXTLINE' (8 chars) 55. => array(5 items) name => 'country' (7 chars) label => 'Land*' (5 chars) type => 'text' (4 chars) id => 'account-country' (15 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) 80 => 'TEXTLINE' (8 chars) 80. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <br><br>' (11 chars) 100 => 'CHECKBOXGROUP' (13 chars) 100. => array(6 items) class => '' (0 chars) name => '' (0 chars) 10 => 'CHECKBOX' (8 chars) 10. => array(1 item)max depth 20 => 'CHECKBOX' (8 chars) 20. => array(1 item)max depth 120 => 'TEXTBLOCK' (9 chars) 120. => array(1 item) content => ' <br><br>' (11 chars) 130 => 'CHECKBOX' (8 chars) 130. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 140 => 'SUBMIT' (6 chars) 140. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(22 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth 10 => 'email' (5 chars) 10. => array(4 items)max depth 11 => 'required' (8 chars) 11. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formCatalogOrder => 'FORM' (4 chars) formCatalogOrder. => array(40 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => '<h1 class="first-headline">Katalogbestellung</h1><p>Partneragenturen nutzen
                        bitte das Formular im Agenturbereich.<br><br></p>
' (125 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) 70 => 'CHECKBOX' (8 chars) 70. => array(5 items) name => 'catalog_a' (9 chars) label => 'Senden Sie mir bitte den aktuellen Hauptkatalog Kurreisen & Wellness zu.' (72 chars) id => 'catalogorder-catalog_a' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 80 => 'CHECKBOX' (8 chars) 80. => array(5 items) name => 'catalog_b' (9 chars) label => 'Senden Sie mir bitte den aktuellen Winter-Sonderangebotskatalog inkl. Weihna
                        chten & Silvester zu.
' (97 chars) id => 'catalogorder-catalog_b' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars)
81 => 'CHECKBOX' (8 chars) 81. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 90 => 'CHECKBOX' (8 chars) 90. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 95 => 'TEXTBLOCK' (9 chars) 95. => array(1 item) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                        ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                        g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                        >
' (229 chars)
100 => 'SUBMIT' (6 chars) 100. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'email' (5 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(5 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
formCatalogOrder2021 => 'FORM' (4 chars) formCatalogOrder2021. => array(38 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) id => 'form-catalogue-order' (20 chars) form. => array(1 item) layout. => array(11 items)max depth 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'catalogueorder-message' (22 chars) layout => ' <input />' (21 chars) 81 => 'CHECKBOX' (8 chars) 81. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 90 => 'CHECKBOX' (8 chars) 90. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 95 => 'TEXTBLOCK' (9 chars) 95. => array(1 item) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                        ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                        g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                        >
' (229 chars)
100 => 'SUBMIT' (6 chars) 100. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary' (15 chars) value => 'Bestellung absenden' (19 chars) type => 'submit' (6 chars) 101 => 'TEXTBLOCK' (9 chars) 101. => array(1 item) content => '<div class="clearfix form-group"></div>' (39 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'email' (5 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
Hotline => 'CONTENT' (7 chars) Hotline. => array(5 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <h3>Hotline</h3> <h4>+49 3741 - 14 85 27-0</h4> ' (71 chars) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '111' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) honeypot. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCallBack. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCoachHireMin. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCoupon. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formIndividualRequest. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formClass. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formGroup. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formIndividual. => array(3 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth callback. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth contact. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth catalog. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth coupon. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth rentbus. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth math => 'TEXT' (4 chars) math. => array(2 items) current => '1' (1 chars) prioriCalc => '1' (1 chars) mainmenuSize => 'TEXT' (4 chars) mainmenuSize. => array(1 item) value => '{$mainmenuSize}' (15 chars) dynamicContent => 'COA' (3 chars) dynamicContent. => array(5 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(4 items) colPos. => array(2 items)max depth pageUid. => array(2 items)max depth contentFromPid. => array(2 items)max depth wrap. => array(2 items)max depth 20 => 'CONTENT' (7 chars) 20. => array(3 items) table => 'tt_content' (10 chars) select. => array(5 items)max depth stdWrap. => array(2 items)max depth 90 => 'RESTORE_REGISTER' (16 chars) xtouraInterface => 'USER_INT' (8 chars) xtouraInterface. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) searchFulltext => 'USER_INT' (8 chars) searchFulltext. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Fulltext/' (24 chars) set_meta => '0' (1 chars) searchTourfinder => 'USER_INT' (8 chars) searchTourfinder. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) searchTourfinderVertical => 'USER_INT' (8 chars) searchTourfinderVertical. => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) template => 'vertical' (8 chars) meta => 'USER_INT' (8 chars) meta. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'meta' (4 chars) touroperator_id => '68' (2 chars) assets => 'USER_INT' (8 chars) assets. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) assets_footer => 'USER_INT' (8 chars) assets_footer. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) xtouraFooter => 'COA' (3 chars) xtouraFooter. => array(4 items) 100 => 'USER_INT' (8 chars) 100. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Copyright/' (25 chars) set_meta => '0' (1 chars) 101 => 'USER_INT' (8 chars) 101. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) tx_sitemapgenerator => 'USER' (4 chars) tx_sitemapgenerator. => array(8 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) controller => 'Sitemap' (7 chars) action => 'list' (4 chars) switchableControllerActions. => array(1 item) Sitemap. => array(1 item)max depth view. => array(3 items) templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth contentElement. => array(1 item) templateRootPaths. => array(1 item) 1 => 'EXT:dce/Resources/Private/Templates' (35 chars) tourtypeStaticMenu => 'CONTENT' (7 chars) tourtypeStaticMenu. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) renderObj => 'COA' (3 chars) renderObj. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item)max depth xtouraTourTypeMenueFrontpage => 'CONTENT' (7 chars) xtouraTourTypeMenueFrontpage. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) renderObj => 'COA' (3 chars) renderObj. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item)max depth xtouraTourTypeMenueHeader => 'USER_INT' (8 chars) xtouraTourTypeMenueHeader. => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Content/' (23 chars) template => 'ReiseartMenuHeader' (18 chars) set_meta => '0' (1 chars) xtouraCountryMenue => 'USER_INT' (8 chars) xtouraCountryMenue. => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'menu' (4 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) tourTypeMenue => 'COA' (3 chars) tourTypeMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => '<h3>Reisethemen</h3>' (20 chars) 20 => 'CONTENT' (7 chars) 20. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items)max depth renderObj => 'COA' (3 chars) renderObj. => array(2 items)max depth HotlineAgency => 'CONTENT' (7 chars) HotlineAgency. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '158' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) linkeSpalte => 'CONTENT' (7 chars) linkeSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '144' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) mittlereSpalte => 'CONTENT' (7 chars) mittlereSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '145' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) rechteSpalte => 'CONTENT' (7 chars) rechteSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '146' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) Angebote => 'CONTENT' (7 chars) Angebote. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '147' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars)
styles. => array(1 item) content. => array(13 items) get => 'CONTENT' (7 chars) get. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getLeft => 'CONTENT' (7 chars) getLeft. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getRight => 'CONTENT' (7 chars) getRight. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getBorder => 'CONTENT' (7 chars) getBorder. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getNews => 'CONTENT' (7 chars) getNews. => array(2 items) table => 'tt_content' (10 chars) select. => array(3 items)max depth editPanelPage => 'COA' (3 chars) editPanelPage. => array(2 items) 10 => 'EDITPANEL' (9 chars) 10. => array(2 items)max depth parseFunc. => array(8 items) makelinks => '1' (1 chars) makelinks. => array(2 items)max depth tags. => array(2 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                        ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                         footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                        nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                        trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                        , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(2 items)max depth
config. => array(18 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) htmlTag_stdWrap. => array(1 item) cObject. => array(empty) absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) tx_extbase. => array(4 items) mvc. => array(2 items) requestHandlers. => array(4 items)max depth throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) persistence. => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes. => array(16 items)max depth features. => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects. => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. => array(1 item)max depth additionalHeaders. => array(1 item) 3000. => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) no_cache => '0' (1 chars) tt_content => 'CASE' (4 chars) tt_content. => array(140 items) key. => array(1 item) field => 'CType' (5 chars) stdWrap. => array(8 items) innerWrap. => array(2 items) cObject => 'CASE' (4 chars) cObject. => array(23 items)max depth innerWrap2 => '| <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EX
                     T:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</
                     a></p>
' (158 chars) innerWrap2. => array(2 items) insertData => '1' (1 chars) fieldRequired => 'linkToTop' (9 chars) prepend => 'TEXT' (4 chars) prepend. => array(2 items) dataWrap => '<a id="c{field:_LOCALIZED_UID}"></a>' (36 chars) if. => array(1 item)max depth editPanel => '1' (1 chars) editPanel. => array(6 items) allow => 'move,new,edit,hide,delete' (25 chars) line => '5' (1 chars) label => '%s' (2 chars) onlyCurrentPid => '1' (1 chars) previewBorder => '4' (1 chars) edit. => array(1 item)max depth prefixComment => '1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType}' (50 chars)
header => 'COA' (3 chars) header. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(8 items) field => 'subheader' (9 chars) required => '1' (1 chars) dataWrap => '<p class="csc-subheader csc-subheader-{field:layout}">|</p>' (59 chars) htmlSpecialChars => '1' (1 chars) if. => array(3 items)max depth editIcons => 'tt_content:subheader,layout' (27 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Subheader:' (14 chars) text => 'COA' (3 chars) text. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(6 items) field => 'bodytext' (8 chars) required => '1' (1 chars) parseFunc => '< lib.parseFunc_RTE' (19 chars) editIcons => 'tt_content:bodytext' (19 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Text:' (9 chars) image => 'COA' (3 chars) image. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'USER' (4 chars) 20. => array(41 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tex
                        tpic
' (80 chars) preRenderRegisters. => array(1 item)max depth imgList. => array(2 items)max depth imgPath => 'uploads/pics/' (13 chars) imgListContainsReferenceUids => '1' (1 chars) imgObjNum => '1' (1 chars) 1. => array(14 items)max depth textPos. => array(1 item)max depth maxW => '600' (3 chars) maxW. => array(1 item)max depth maxWInText => '' (0 chars) maxWInText. => array(1 item)max depth equalH. => array(1 item)max depth image_compression. => array(1 item)max depth image_effects. => array(1 item)max depth noRows. => array(1 item)max depth cols. => array(1 item)max depth border. => array(1 item)max depth caption. => array(4 items)max depth captionAlign. => array(1 item)max depth imageTextSplit => '1' (1 chars) borderThick => '2' (1 chars) borderClass => 'csc-textpic-border' (18 chars) colSpace => '10' (2 chars) textMargin => '10' (2 chars) borderSpace => '0' (1 chars) separateRows => '1' (1 chars) addClasses => '' (0 chars) addClassesCol => '' (0 chars) addClassesCol. => array(3 items)max depth addClassesImage => 'csc-textpic-first |*| |*| csc-textpic-last' (42 chars) imageStdWrap. => array(empty)max depth imageStdWrapNoWidth. => array(1 item)max depth imageColumnStdWrap. => array(empty)max depth rendering. => array(5 items)max depth renderMethod => 'noWraps' (7 chars) editIcons => 'tt_content : image [imageorient|imagewidth|imageheight],[imagecols|image_noR
                        ows|imageborder],[image_zoom],[image_compression|image_effects|image_frames]
                        ,[imagecaption_position]
' (176 chars) editIcons. => array(1 item)max depth stdWrap. => array(1 item)max depth layout => 'CASE' (4 chars) layout. => array(3 items)max depth
textpic => 'COA' (3 chars) textpic. => array(4 items) 10 => 'COA' (3 chars) 10. => array(2 items) if. => array(2 items)max depth 10 => '< lib.stdheader' (15 chars) 20 => '< tt_content.image.20' (21 chars) 20. => array(1 item) text. => array(4 items)max depth bullets => 'COA' (3 chars) bullets. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(7 items) field => 'bodytext' (8 chars) trim => '1' (1 chars) split. => array(4 items)max depth dataWrap => '<ul class="csc-bulletlist csc-bulletlist-{field:layout}">|</ul>' (63 chars) editIcons => 'tt_content: bodytext, [layout]' (30 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Bullet list:' (16 chars) uploads => 'COA' (3 chars) uploads. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'FILES' (5 chars) 20. => array(7 items) references. => array(2 items)max depth collections. => array(1 item)max depth folders. => array(1 item)max depth sorting. => array(1 item)max depth renderObj => 'COA' (3 chars) renderObj. => array(11 items)max depth stdWrap. => array(4 items)max depth table => 'COA' (3 chars) table. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'USER' (4 chars) 20. => array(9 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tab
                        le
' (78 chars) field => 'bodytext' (8 chars) color. => array(9 items)max depth tableParams_0. => array(3 items)max depth tableParams_1. => array(3 items)max depth tableParams_2. => array(3 items)max depth tableParams_3. => array(3 items)max depth innerStdWrap. => array(3 items)max depth stdWrap. => array(3 items)max depth
menu => 'COA' (3 chars) menu. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'CASE' (4 chars) 20. => array(24 items) key. => array(1 item)max depth default => 'HMENU' (5 chars) default. => array(5 items)max depth 1 => 'HMENU' (5 chars) 1. => array(5 items)max depth 2 => 'HMENU' (5 chars) 2. => array(15 items)max depth 3 => 'HMENU' (5 chars) 3. => array(5 items)max depth 4 => 'HMENU' (5 chars) 4. => array(5 items)max depth 5 => 'HMENU' (5 chars) 5. => array(5 items)max depth 6 => 'HMENU' (5 chars) 6. => array(5 items)max depth 7 => 'HMENU' (5 chars) 7. => array(7 items)max depth 8 => 'HMENU' (5 chars) 8. => array(17 items)max depth categorized_pages => 'HMENU' (5 chars) categorized_pages. => array(5 items)max depth categorized_content => 'RECORDS' (7 chars) categorized_content. => array(4 items)max depth stdWrap. => array(4 items)max depth shortcut => 'COA' (3 chars) shortcut. => array(2 items) 20 => 'RECORDS' (7 chars) 20. => array(3 items) source. => array(1 item)max depth tables => 'tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_
                        news,tt_rating,tt_poll
' (98 chars) stdWrap. => array(3 items)max depth
list => 'COA' (3 chars) list. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'CASE' (4 chars) 20. => array(10 items) key. => array(1 item)max depth stdWrap. => array(3 items)max depth form_form => 'USER' (4 chars) form_form. => array(4 items)max depth dce_dce => 'USER' (4 chars) dce_dce. => array(4 items)max depth femanager_pi1 => 'USER' (4 chars) femanager_pi1. => array(4 items)max depth sitemapgenerator_pi1 => 'USER' (4 chars) sitemapgenerator_pi1. => array(4 items)max depth div => 'TEXT' (4 chars) div. => array(5 items) value => '<hr>' (4 chars) override => '<hr />' (6 chars) override. => array(1 item) if. => array(1 item)max depth wrap => '<div class="divider">|</div>' (28 chars) prefixComment => '2 | Div element' (15 chars) html => 'TEXT' (4 chars) html. => array(4 items) field => 'bodytext' (8 chars) editIcons => 'tt_content:bodytext' (19 chars) editIcons. => array(2 items) beforeLastTag => '1' (1 chars) iconTitle. => array(1 item)max depth prefixComment => '2 | Raw HTML content:' (21 chars) default => 'TEXT' (4 chars) default. => array(4 items) field => 'CType' (5 chars) wrap => '<p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|"
                     has no rendering definition!</p>
' (108 chars) htmlSpecialChars => '1' (1 chars) prefixComment => '2 | Unknown element message:' (28 chars)
login => 'COA' (3 chars) login. => array(2 items) 10 => '< lib.stdheader' (15 chars) 20 => '< plugin.tx_felogin_pi1' (23 chars) dce_dceuid50 => 'COA' (3 chars) dce_dceuid50. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid50' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid47 => 'COA' (3 chars) dce_dceuid47. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid47' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid46 => 'COA' (3 chars) dce_dceuid46. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid46' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid45 => 'COA' (3 chars) dce_dceuid45. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid45' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid44 => 'COA' (3 chars) dce_dceuid44. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid44' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid43 => 'COA' (3 chars) dce_dceuid43. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid43' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid42 => 'COA' (3 chars) dce_dceuid42. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid42' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid41 => 'COA' (3 chars) dce_dceuid41. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid41' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid40 => 'COA' (3 chars) dce_dceuid40. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid40' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid39 => 'COA' (3 chars) dce_dceuid39. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid39' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid38 => 'COA' (3 chars) dce_dceuid38. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid38' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid36 => 'COA' (3 chars) dce_dceuid36. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid36' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid35 => 'COA' (3 chars) dce_dceuid35. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid35' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid34 => 'COA' (3 chars) dce_dceuid34. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid34' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid33 => 'COA' (3 chars) dce_dceuid33. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid33' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid32 => 'COA' (3 chars) dce_dceuid32. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid32' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid31 => 'COA' (3 chars) dce_dceuid31. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid31' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid30 => 'COA' (3 chars) dce_dceuid30. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid30' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid29 => 'COA' (3 chars) dce_dceuid29. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid29' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid28 => 'COA' (3 chars) dce_dceuid28. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid28' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid27 => 'COA' (3 chars) dce_dceuid27. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid27' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid26 => 'COA' (3 chars) dce_dceuid26. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid26' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid25 => 'COA' (3 chars) dce_dceuid25. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid25' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid24 => 'COA' (3 chars) dce_dceuid24. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid24' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid23 => 'COA' (3 chars) dce_dceuid23. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid23' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid22 => 'COA' (3 chars) dce_dceuid22. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid22' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid21 => 'COA' (3 chars) dce_dceuid21. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid21' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid20 => 'COA' (3 chars) dce_dceuid20. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid20' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid19 => 'COA' (3 chars) dce_dceuid19. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid19' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid18 => 'COA' (3 chars) dce_dceuid18. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid18' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid15 => 'COA' (3 chars) dce_dceuid15. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid15' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid14 => 'COA' (3 chars) dce_dceuid14. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid14' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid13 => 'COA' (3 chars) dce_dceuid13. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid13' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid12 => 'COA' (3 chars) dce_dceuid12. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid12' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid11 => 'COA' (3 chars) dce_dceuid11. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid11' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid10 => 'COA' (3 chars) dce_dceuid10. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid10' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid9 => 'COA' (3 chars) dce_dceuid9. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid9' (7 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid8 => 'COA' (3 chars) dce_dceuid8. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid8' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid7 => 'COA' (3 chars) dce_dceuid7. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid7' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid5 => 'COA' (3 chars) dce_dceuid5. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid5' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid6 => 'COA' (3 chars) dce_dceuid6. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid6' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid4 => 'COA' (3 chars) dce_dceuid4. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid4' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid1 => 'COA' (3 chars) dce_dceuid1. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid1' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid2 => 'COA' (3 chars) dce_dceuid2. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid2' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid3 => 'COA' (3 chars) dce_dceuid3. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid3' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid17 => 'COA' (3 chars) dce_dceuid17. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid17' (8 chars) vendorName => 'ArminVieweg' (11 chars) mailform => 'COA' (3 chars) mailform. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'FORM' (4 chars) 20. => array(1 item) stdWrap. => array(4 items)max depth xtoura_all => 'USER_INT' (8 chars) xtoura_all. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_fullpage => 'USER_INT' (8 chars) xtoura_fullpage. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_slider => 'USER_INT' (8 chars) xtoura_slider. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_search => 'USER_INT' (8 chars) xtoura_search. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/fulltext_search' (22 chars) quantity => '0' (1 chars) xtoura_teaser => 'USER_INT' (8 chars) xtoura_teaser. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/topoffer_content' (23 chars) quantity => '6' (1 chars) xtoura_content => 'USER_INT' (8 chars) xtoura_content. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'xtoura/widgets/Content/' (23 chars) quantity => '0' (1 chars) xtoura_menu => 'USER_INT' (8 chars) xtoura_menu. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/sidebar_price_filter_nav' (31 chars) quantity => '5' (1 chars) xtoura_dashboard_elements => 'USER_INT' (8 chars) xtoura_dashboard_elements. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/price_filter_box' (23 chars) quantity => '3' (1 chars)
plugin. => array(7 items) tx_cssstyledcontent. => array(1 item) _CSS_DEFAULT_STYLE => ' /* Headers */ .csc-header-alignment-center { text-align: center; } .csc-h
                     eader-alignment-right { text-align: right; } .csc-header-alignment-left { t
                     ext-align: left; } div.csc-textpic-responsive, div.csc-textpic-responsive
                     * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:
                      border-box; } /* Clear floats after csc-textpic and after csc-textpic-im
                     agerow */ div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc
                     -uploads li { overflow: hidden; } /* Set padding for tables */ div.csc-te
                     xtpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spaci
                     ng: 0; } div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; v
                     ertical-align: top; } /* Settings for figure and figcaption (HTML5) */ di
                     v.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-text
                     pic-imagewrap { margin: 0; display: table; } /* Captions */ figcaption.cs
                     c-textpic-caption { display: table-caption; } .csc-textpic-caption { text-a
                     lign: left; caption-side: bottom; } div.csc-textpic-caption-c .csc-textpic-
                     caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center;
                      } div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .
                     csc-textpic-caption-r { text-align: right; } div.csc-textpic-caption-l .csc
                     -textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align
                     : left; } /* Float the columns */ div.csc-textpic div.csc-textpic-imageco
                     lumn { float: left; } /* Border just around the image */ div.csc-textpic-
                     border div.csc-textpic-imagewrap img { border: 2px solid black; padding:
                      0px 0px; } div.csc-textpic .csc-textpic-imagewrap img { border: none; di
                     splay: block; } /* Space below each image (also in-between rows) */ div.c
                     sc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px;
                     } div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-te
                     xtpic-image { margin-bottom: 0; } /* colSpace around image columns, except
                      for last column */ div...
' (4789 chars)
tx_form. => array(4 items) view. => array(4 items) elementPartials. => array(23 items)max depth templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth settings. => array(3 items) registeredElements. => array(27 items)max depth registeredFilters. => array(12 items)max depth registeredValidators. => array(20 items)max depth features. => array(1 item) skipDefaultArguments => '1' (1 chars) _CSS_DEFAULT_STYLE => ' div.csc-mailform ol, div.csc-mailform ol li { margin: 0; padding:
                     0; } div.csc-mailform ol li { overflow: hidden; } div.csc-mailf
                     orm fieldset { margin: 0; padding: 0; position: relative; } di
                     v.csc-mailform legend { margin-left: 1em; color: #000000; font-weig
                     ht: bold; } div.csc-mailform fieldset ol { padding: 1em 1em 0 1em;
                      } div.csc-mailform fieldset li { padding: 0.5em; margin-bottom: 0.
                     5em; list-style: none; } div.csc-mailform fieldset.submit { borde
                     r-style: none; } /** * Normal label * Left aligned, in front of i
                     nput */ div.csc-mailform li label { float: left; width: 13em;
                     margin-right: 1em; vertical-align: baseline; } div.csc-mailform li i
                     nput + label, div.csc-mailform li textarea + label, div.csc-mailform li
                     select + label { float: none; width: auto; margin-right: 0; marg
                     in-left: 1em; } div.csc-mailform li textarea + label { vertical-alig
                     n: top; } label em, legend em { display: block; color: #060;
                      font-size: 85%; font-style: normal; text-transform: uppercase; }
                      legend em { position: absolute; } label strong, legend strong {
                      display: block; color: #C00; font-size: 85%; font-weight: normal;
                      text-transform: uppercase; } legend strong { position: absolute;
                      top: 1.4em; } /** * Labels alignment right */ .labels-align
                     ment-right label, .labels-alignment-right .fieldset-subgroup legend, .la
                     bels-alignment-right.fieldset-subgroup legend { text-align: right; }
                      /** * Horizontal fieldset */ fieldset.fieldset-horizontal { bord
                     er-width: 0; } fieldset.fieldset-horizontal ol { padding: 0; }
                     fieldset.fieldset-horizontal li { float: left; padding: 0; margin-r
                     ight: 1em; } fieldset.fieldset-horizontal.label-below label { displa
                     y: block; margin-left: 0; margin-top: 0.2em; font-size: 90%; col
                     or: #999999; text-ali...
' (3502 chars)
tx_femanager. => array(4 items) view. => array(3 items) templateRootPaths. => array(2 items)max depth partialRootPaths. => array(2 items)max depth layoutRootPaths. => array(2 items)max depth persistence. => array(1 item) storagePid => '' (0 chars) features. => array(1 item) rewrittenPropertyMapper => '1' (1 chars) settings. => array(9 items) new. => array(8 items)max depth edit. => array(5 items)max depth invitation. => array(5 items)max depth delete. => array(empty)max depth list. => array(1 item)max depth loginAs. => array(empty)max depth misc. => array(4 items)max depth finishers. => array(2 items)max depth _TypoScriptIncluded => '1' (1 chars) tx_sitemapgenerator. => array(4 items) view. => array(3 items) templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth urlEntries. => array(4 items) pages => '1' (1 chars) pages. => array(4 items)max depth news => '1' (1 chars) news. => array(6 items)max depth googleNewsUrlEntry => '0' (1 chars) googleNewsUrlEntry. => array(13 items) hideIfNotTranslated => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) name => 'title' (5 chars) language => 'TEXT' (4 chars) language. => array(1 item)max depth access => '' (0 chars) genres => 'tags' (4 chars) publicationDate => 'datetime' (8 chars) title => 'title' (5 chars) keywords => 'keywords' (8 chars) stockTickers => '' (0 chars) url => 'TEXT' (4 chars) url. => array(1 item)max depth tx_felogin_pi1 => 'USER_INT' (8 chars) tx_felogin_pi1. => array(47 items) userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars) storagePid => '' (0 chars) recursive => '' (0 chars) templateFile => 'fileadmin/seltamed.de/template/felogin/Resources/Private/Templates/FrontendL
                     ogin.html
' (85 chars) feloginBaseURL => 'https://www.seltamed.de/' (24 chars) wrapContentInBaseClass => '1' (1 chars) linkConfig. => array(2 items) target => '' (0 chars) ATagParams => 'rel="nofollow"' (14 chars) preserveGETvars => 'all' (3 chars) showForgotPasswordLink => '' (0 chars) showPermaLogin => '' (0 chars) forgotLinkHashValidTime => '12' (2 chars) newPasswordMinLength => '6' (1 chars) welcomeHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) welcomeMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) successHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) successMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) logoutHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) logoutMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) errorHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) errorMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) forgotMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotErrorMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotResetMessageEmailSentMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotValidMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordTooShortMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotEqualMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) changePasswordMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordDoneMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) cookieWarning_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars) htmlSpecialChars => '1' (1 chars) userfields. => array(1 item) username. => array(2 items)max depth redirectMode => '' (0 chars) redirectFirstMethod => '' (0 chars) redirectPageLogin => '' (0 chars) redirectPageLoginError => '' (0 chars) redirectPageLogout => '' (0 chars) redirectDisable => '' (0 chars) email_from => '' (0 chars) email_fromName => '' (0 chars) replyTo => '' (0 chars) domains => '' (0 chars) showLogoutFormAfterLogin => '' (0 chars) dateFormat => 'Y-m-d H:i' (9 chars) exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars) _CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label { display: block; }' (48 chars) _LOCAL_LANG. => array(1 item) de. => array(2 items)max depth
tx_dce. => array(1 item) persistence. => array(1 item) storagePid => '0' (1 chars)
page. => array(14 items) includeJSFooter. => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) 10 => 'FLUIDTEMPLATE' (13 chars) 10. => array(6 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file. => array(1 item) stdWrap. => array(2 items)max depth dataProcessing. => array(10 items) 10 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 10. => array(3 items)max depth 20 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20. => array(5 items)max depth 30 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30. => array(5 items)max depth 40 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40. => array(4 items)max depth 50 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50. => array(5 items)max depth variables. => array(30 items) slider => 'CONTENT' (7 chars) slider. => array(2 items)max depth filter => 'CONTENT' (7 chars) filter. => array(2 items)max depth reisearten => 'CONTENT' (7 chars) reisearten. => array(2 items)max depth main => 'CONTENT' (7 chars) main. => array(2 items)max depth header => 'CONTENT' (7 chars) header. => array(3 items)max depth rootLine => 'TEXT' (4 chars) rootLine. => array(1 item)max depth pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item)max depth tourtypeMenuHeadline => 'TEXT' (4 chars) tourtypeMenuHeadline. => array(1 item)max depth feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item)max depth feUserLogin => 'TEXT' (4 chars) feUserLogin. => array(2 items)max depth feUserName => 'COA_INT' (7 chars) feUserName. => array(6 items)max depth feUserLogout => 'TEXT' (4 chars) feUserLogout. => array(2 items)max depth feUser => 'TEXT' (4 chars) feUser. => array(1 item)max depth showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item)max depth showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item)max depth meta. => array(5 items) X-UA-Compatible => 'IE=edge,chrome=1' (16 chars) X-UA-Compatible. => array(1 item) httpEquivalent => '1' (1 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description. => array(1 item) field => 'description' (11 chars) keywords. => array(1 item) field => 'keywords' (8 chars) includeJS. => array(empty) config. => array(1 item) htmlTag_stdWrap. => array(2 items) cObject => 'TEXT' (4 chars) cObject. => array(1 item)max depth shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) headerData. => array(2 items) 1010 => 'USER_INT' (8 chars) 1010. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) includeCSS. => array(empty) includeCSSLibs. => array(empty) includeJSLibs. => array(empty) variables. => array(8 items) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars) footerData. => array(2 items) 20 => 'TEXT' (4 chars) 20. => array(1 item) value => ' ' (4 chars) touroperator => 'COA' (3 chars) touroperator. => array(15 items) FIRMA => 'Selta Med GmbH' (14 chars) INHABER => 'Zuzana Tatikova' (15 chars) SLOGAN => 'Kurreisen & Wellness' (20 chars) PLZ_ORT => '08523 Plauen / Vogtland' (23 chars) STRASSE => 'Gottschaldstraße 1a' (20 chars) LAND => 'Deutschland' (11 chars) TEL => '+49 3741 - 14 85 27-0' (21 chars) FAX => '+49 3741 - 14 85 27-18' (22 chars) MAIL => 'reservierung@seltamed.de' (24 chars) HOTLINE_TITLE => 'Hotline' (7 chars) HOTLINE => '+49 3741 - 14 85 27-0' (21 chars) asset_path => 'SeltaMedResponsive' (18 chars) WEB => 'www.seltamed.de' (15 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) page => 'PAGE' (4 chars) debugMailForm => '0' (1 chars) fillcolor => '#82b13e' (7 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) fluidAjaxWidgetResponse => 'PAGE' (4 chars) fluidAjaxWidgetResponse. => array(4 items) typeNum => '7076' (4 chars) config. => array(4 items) no_cache => '1' (1 chars) disableAllHeaderCode => '1' (1 chars) additionalHeaders => 'Content-type:text/plain' (23 chars) debug => '0' (1 chars) 10 => 'USER_INT' (8 chars) 10. => array(1 item) userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars) module. => array(5 items) tx_extensionmanager. => array(2 items) settings. => array(1 item) repositoryUid => '1' (1 chars) features. => array(1 item) skipDefaultArguments => '0' (1 chars) tx_belog. => array(2 items) persistence. => array(1 item) classes. => array(3 items)max depth settings. => array(3 items) selectableNumberOfLogEntries. => array(7 items)max depth selectableTimeFrames. => array(8 items)max depth selectableActions. => array(7 items)max depth tx_beuser. => array(2 items) persistence. => array(1 item) storagePid => '0' (1 chars) settings. => array(1 item) dummy => 'foo' (3 chars) tx_sysnote. => array(1 item) view. => array(3 items) layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars) templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars) partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars) tx_femanager. => array(2 items) view. => array(3 items) templateRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Templates/' (69 chars) partialRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Partials/' (68 chars) layoutRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Layouts/' (67 chars) settings. => array(empty) htmlTag_stdWrap. => array(1 item) cObject. => array(empty) sitetitle => '' (0 chars) types. => array(2 items) 0 => 'page' (4 chars) 7076 => 'fluidAjaxWidgetResponse' (23 chars)
flatSetup => array(empty) config => array(19 items) 0 => '' (0 chars) 1 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.parseFunc.ts"> BEGIN: # C
               reates persistent ParseFunc setup for non-HTML content. lib.parseFunc { mak
               elinks = 1 makelinks { http { keep = {$styles.content.links.keep} e
               xtTarget = {$styles.content.links.extTarget} } mailto { keep = path
                } } tags { link = TEXT link { current = 1 typolink { parame
               ter.data = parameters : allParams extTarget = {$styles.content.links.ext
               Target} target = {$styles.content.links.target} } parseFunc.consta
               nts = 1 } } allowTags = {$styles.content.allowTags} denyTags = * sword
                = <span class="ce-sword">|</span> constants = 1 nonTypoTagStdWrap { HTM
               Lparser = 1 HTMLparser { keepNonMatchedTags = 1 htmlSpecialChars = 2
                } } } # Creates persistent ParseFunc setup for RTE content (which is m
               ainly HTML) based on the "ts_css" transformation. lib.parseFunc_RTE < lib.pa
               rseFunc lib.parseFunc_RTE { # Processing <table> and <blockquote> blocks se
               parately externalBlocks = article, aside, blockquote, div, dd, dl, footer,
               header, nav, ol, section, table, ul, pre externalBlocks { # The blockquot
               e content is passed into parseFunc again... blockquote { stripNL = 1
                callRecursive = 1 callRecursive { tagStdWrap { HTMLparser = 1
                HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;marg
               in-top:0;" } } } ol { stripNL = 1 stdWrap.parseFunc = < li
               b.parseFunc } ul { stripNL = 1 stdWrap.parseFunc = < lib.parseFun
               c } table { stripNL = 1 stdWrap { HTMLparser = 1 HTMLpars
               er { tags.table.fixAttrib.class { default = contenttable al
               ways = 1 list = contenttable } keepNonMatchedTags = 1 }
                } HTMLtableCells = 1 HTMLtableCells { # Recursive call to self
               but without wrapping non-wrapped cell content default.stdWrap { par
               seFunc = < lib.parseFunc_RTE parseFunc.nonTypoTagStdWrap.encapsLines.no
               nWrappedTag = } ...
' (48350 chars) 2 => ' # *************************************************************************
               ** # Notice: "styles." (and "temp.") objects are UNSET after template parsin
               g! # Use "lib." for persisting storage of objects. # ***********************
               **************************************************** # Clear out any consta
               nts in this reserved room! styles.content > # get content styles.content.ge
               t = CONTENT styles.content.get { table = tt_content select.orderBy = sorti
               ng select.where = colPos=0 } # get content, left styles.content.getLeft <
               styles.content.get styles.content.getLeft.select.where = colPos=1 # get con
               tent, right styles.content.getRight < styles.content.get styles.content.getR
               ight.select.where = colPos=2 # get content, margin styles.content.getBorder
                < styles.content.get styles.content.getBorder.select.where = colPos=3 # ge
               t news styles.content.getNews < styles.content.get styles.content.getNews.se
               lect.pidInList = {$styles.content.getNews.newsPid} # Edit page object: styl
               es.content.editPanelPage = COA styles.content.editPanelPage { 10 = EDITPANE
               L 10 { allow = toolbar,move,hide label.data = LLL:EXT:css_styled_conten
               t/Resources/Private/Language/locallang.xlf:eIcon.page label.wrap = |&nbsp;
               <b>%s</b> } } # default link target for external URLs config.extTarget
                = {$styles.content.links.extTarget} # *********************************
               ************************************ # "lib." objects are preserved from uns
               etting after template parsing # ********************************************
               ************************* # Creates a condition for targets. Not allowed in
                XHTML except for xhtml frames DTD lib.parseTarget { override = override.i
               f { isTrue.data = TSFE:dtdAllowsFrames } } # Creates persistent ParseFun
               c setup for non-HTML content. This is recommended to use (as a reference!) l
               ib.parseFunc { makelinks = 1 makelinks.http.keep = {$styles.content.links.
               keep} makelinks.http.extTarget < lib.parseTarget makelinks.http.extTarget
               = makelinks.http.extTar...
' (86542 chars) 3 => ' # Replace rendering of old mailform tt_content.mailform > tt_content.mailfo
               rm = COA tt_content.mailform.10 = < lib.stdheader tt_content.mailform.20 = F
               ORM tt_content.mailform.20 { stdWrap.wrap = <div class="csc-mailform">|</di
               v> stdWrap { editIcons = tt_content: bodytext editIcons.iconTitle.data
               = LLL:EXT:css_styled_content/pi1/locallang.xlf:eIcon.form prefixComment =
               2 | Mail form inserted: } } # Include model definition for all available
               form elements ### <INCLUDE_TYPOSCRIPT: source="DIR:EXT:form/Configuration/T
               ypoScript/Elements" extensions="ts"> BEGIN: ### <INCLUDE_TYPOSCRIPT: source
               ="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Button.ts"> BEGIN
               : plugin.tx_form { # elementPartials # Used by: frontend, wizard (not im
               plemented right now) # Overwritable by user: FALSE # # Defines the tem
               plate selection array for the form wizard. # Each defined item is shown as
                option within the wizard. # # If there is no partialPath property in th
               e userdefined TypoScript # then elementPartials.ELEMENTNAME.10.partialPath
                is the default. view { elementPartials { BUTTON { 10 { displ
               ayName = Default partialPath = FlatElements/Button } } } }
               settings { registeredElements { # BUTTON # Used by: frontend, wiza
               rd (not implemented right now) # Used ViewHelper: f:form.button #
                # A historical element which generates a <input type="button" /> tag.
               # To be compatible it is a copy of the new element INPUTTYPEBUTTON # If
               you want to use a <button> tag you have to use # BUTTON =< .BUTTONTAG or
                use the BUTTONTAG directly BUTTON =< .INPUTTYPEBUTTON BUTTON { pa
               rtialPath =< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialP
               ath } } } } ### <INCLUDE_TYPOSCRIPT: source="FILE:typo3/sysext/form/Co
               nfiguration/TypoScript/Elements/Button.ts"> END: ### <INCLUDE_TYPOSCRIPT:
               source="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Buttontag.t
               s"> BEGIN: plugin.tx_for...
' (100449 chars) 4 => 'plugin.tx_femanager { view { templateRootPaths { 0 = EXT:femanager/Res
               ources/Private/Templates/ 1 = {$plugin.tx_femanager.view.templateRootPath
               } } partialRootPaths { 0 = EXT:femanager/Resources/Private/Partials/
                1 = {$plugin.tx_femanager.view.partialRootPath} } layoutRootPaths {
                0 = EXT:femanager/Resources/Private/Layouts/ 1 = {$plugin.tx_femanager.
               view.layoutRootPath} } } persistence { storagePid = {$plugin.tx_femana
               ger.persistence.storagePid} } features { rewrittenPropertyMapper = 1 }
                settings { ################################### # Settings for CREATE
               user profiles ################################### new { # take userna
               me and copy it to the email field (so email field is not necessary in FE) #
                fillEmailWithUsername = 1 # login after profile creation (don't work i
               f admin confirmation is turned on) login = 1 # prefilling (empty) inp
               ut fields with values from TypoScript prefill { # username = TEXT #
                username.value = ExampleUsername # email = TEXT # email.value = test
               @in2code.de } # redirect user (or admin if adminconfirmation) after p
               rofile creation (could be a PID, URL or fileadmin-Link) # redirect = TEXT
               # redirect { # typolink { # parameter = 1 # returnLast = url #
                #linkAccessRestrictedPages = 1 # } # } # redirect user after pr
               ofile creation request (only if user confirmation is activated) (could be a
               PID, URL or fileadmin-Link) # requestRedirect = TEXT # requestRedirect {
                # typolink { # parameter = 1 # returnLast = url # #linkAcces
               sRestrictedPages = 1 # } # } # redirect user after user clicks conf
               irmation link in email (only if user confirmation is activated) (could be a
               PID, URL or fileadmin-Link) # userConfirmationRedirect = TEXT # userConf
               irmationRedirect { # typolink { # parameter = 1 # returnLast = ur
               l # #linkAccessRestrictedPages = 1 # } # } # redirect user afte
               r user clicks refuse lin...
' (36504 chars) 5 => ' ### <INCLUDE_TYPOSCRIPT: source="DIR:./Library" extensions="ts"> BEGIN: ##
               # <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configura
               tion/TypoScript/Library/0010_config.ts"> BEGIN: config { language = de
                locale_all = de_DE.utf8 sys_language_uid = 0 # Eindeutigere Feh
               lermeldungen im Frontend # siehe https://docs.typo3.org/typo3cms/Typoscr
               iptReference/Setup/Config/Index.html#contentobjectexceptionhandler cont
               entObjectExceptionHandler = 0 } config { language = de locale_all =
               de_DE.UTF-8 sys_language_uid = 1 htmlTag_setParams = lang="de" dir="lt
               r" htmlTag_stdWrap.cObject.40 > absRefPrefix = / sendCacheHeaders = 1
                #no_cache = 1 inlineStyle2TempFile = 0 tx_realurl_enable = 1 } ### <IN
               CLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configuration/
               TypoScript/Library/0010_config.ts"> END: ### <INCLUDE_TYPOSCRIPT: source="
               FILE:typo3conf/ext/satzart_template/Configuration/TypoScript/Library/0020_li
               b.logo.ts"> BEGIN: # Logo in der Menue-Leiste lib.logo = IMAGE lib.logo {
                file = EXT:{$templateName}/Resources/Public/Images/logo-2021-2.svg alt
               Text = {$touroperator.FIRMA} layoutKey = responsive layout.responsive.ele
               ment = <img width="301" height="76" src="###SRC###" ###PARAMS### ###ALTPARAM
               S### ###SELFCLOSINGTAGSLASH###> stdWrap.typolink { #parameter =
                1 #title = Homepage {$touroperator.FIRMA} #ATagParams = cla
               ss="" } } # Logo in der Menue-Leiste lib.facebook = IMAGE lib.facebook
               { file = EXT:{$templateName}/Resources/Public/Images/facebook.svg al
               tText = Seltamed bei Facebook layoutKey = responsive layout.responsive.el
               ement = <img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###
               ALTPARAMS### ###SELFCLOSINGTAGSLASH###> stdWrap.typolink { para
               meter = "https://de-de.facebook.com/SeltaMed" title = Homepage {$tou
               roperator.FIRMA} ATagParams = class="" target = _blank }
                } # Logo in der Menue-L...
' (169074 chars) 6 => '[GLOBAL] lib.xtouraInterface = USER_INT lib.xtouraInterface { #includeL
               ibs = typo3conf/ext/xtoura/XTouraPlugin/XTouraPlugin.php #includeLibs =
               PATH:EXT:xtoura/XTouraPlugin/XTouraPlugin.php userFunc = user_xtoura_plu
               gin->widget settings { touroperator_id = {$touroperator.pid} se
               t_meta = 0 } } tt_content.xtoura_all < lib.xtouraInterface tt_content.x
               toura_all { settings { touroperator_id = {$plugin.xtoura_all.set
               tings.touroperator_id} name = {$plugin.xtoura_all.settings.name}
                type = {$plugin.xtoura_all.settings.type} quantity = {$plugin.x
               toura_all.settings.quantity} } } tt_content.xtoura_fullpage < tt_conten
               t.xtoura_all tt_content.xtoura_fullpage { settings { touroperato
               r_id = {$plugin.xtoura_fullpage.settings.touroperator_id} name = {$p
               lugin.xtoura_fullpage.settings.name} type = {$plugin.xtoura_fullpage
               .settings.type} quantity = {$plugin.xtoura_fullpage.settings.quantit
               y} } } tt_content.xtoura_slider < tt_content.xtoura_all tt_content.xtou
               ra_slider { settings { touroperator_id = {$plugin.xtoura_slider.
               settings.touroperator_id} name = {$plugin.xtoura_slider.settings.nam
               e} type = {$plugin.xtoura_slider.settings.type} quantity = {
               $plugin.xtoura_slider.settings.quantity} } } tt_content.xtoura_search <
                tt_content.xtoura_all tt_content.xtoura_search { settings { tou
               roperator_id = {$plugin.xtoura_search.settings.touroperator_id} name
                = {$plugin.xtoura_search.settings.name} type = {$plugin.xtoura_sear
               ch.settings.type} quantity = {$plugin.xtoura_search.settings.quantit
               y} } } tt_content.xtoura_teaser < tt_content.xtoura_all tt_content.xtou
               ra_teaser { settings { touroperator_id = {$plugin.xtoura_teaser.
               settings.touroperator_id} name = {$plugin.xtoura_teaser.settings.nam
               e} type = {$plugin.xtoura_teaser.settings.type} quantity = {
               $plugin.xtoura_teaser.se...
' (5712 chars) 7 => 'plugin.tx_sitemapgenerator { view { templateRootPaths {
                10 = {$plugin.tx_sitemapgenerator.view.templateRootPath} }
                partialRootPaths { 10 = {$plugin.tx_sitemapgenerator.view.pa
               rtialRootPath} } layoutRootPaths { 10 = {$plugi
               n.tx_sitemapgenerator.view.layoutRootPath} } } urlEntries {
                pages = 1 pages { rootPageId = 1 al
               lowedDoktypes = 1 stopPageTreeDoktypes = 6,199 hideP
               agesIfNotTranslated = 0 } news = 1 news {
                active = 0 table = tx_news_domain_model_news hide
               IfNotTranslated = 0 lastmod = tstamp url = TEXT
                url { typolink.parameter = 9 typolin
               k.additionalParams = &tx_news_pi1[controller]=News&tx_news_pi1[action]=detai
               l&tx_news_pi1[news]={field:uid} typolink.additionalParams.in
               sertData = 1 typolink.addQueryString = 1 typ
               olink.addQueryString.exclude = type, no_cache typolink.useCa
               cheHash = 1 typolink.returnLast = url typoli
               nk.forceAbsoluteUrl = 1 } } } googleNewsUrlEntr
               y = 0 googleNewsUrlEntry { hideIfNotTranslated = 0 table
                = tx_news_domain_model_news name = title language = TEXT
                language.value = de access = genres = tags pub
               licationDate = datetime title = title keywords = keywords
                stockTickers = url = TEXT url { typolink.p
               arameter = 9 typolink.additionalParams = &tx_news_pi1[controller
               ]=News&tx_news_pi1[action]=detail&tx_news_pi1[news]={field:uid}
               typolink.additionalParams.insertData = 1 typolink.addQueryString
                = 1 typolink.addQueryString.exclude = type, no_cache
                typolink.useCacheHash ...
' (3483 chars) 8 => 'config.tx_extbase { mvc { requestHandlers { TYPO3\CMS\Extbase\Mvc\Web\
               FrontendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler
                TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web
               \BackendRequestHandler TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler = TYPO3\C
               MS\Extbase\Mvc\Cli\RequestHandler } throwPageNotFoundExceptionIfActionCa
               ntBeResolved = 0 } persistence{ enableAutomaticCacheClearing = 1 updat
               eReferenceIndex = 0 useQueryCache = 1 classes { TYPO3\CMS\Extbase\Dom
               ain\Model\FileMount { mapping { tableName = sys_filemounts col
               umns { title.mapOnProperty = title path.mapOnProperty = path
                base.mapOnProperty = isAbsolutePath } } } TYPO3\CMS\Extbas
               e\Domain\Model\FileReference { mapping { tableName = sys_file_refer
               ence } } TYPO3\CMS\Extbase\Domain\Model\File { mapping {
               tableName = sys_file } } TYPO3\CMS\Extbase\Domain\Model\BackendUse
               r { mapping { tableName = be_users columns { username.ma
               pOnProperty = userName admin.mapOnProperty = isAdministrator dis
               able.mapOnProperty = isDisabled realName.mapOnProperty = realName
                starttime.mapOnProperty = startDateAndTime endtime.mapOnProperty = e
               ndDateAndTime disableIPlock.mapOnProperty = ipLockIsDisabled las
               tlogin.mapOnProperty = lastLoginDateAndTime } } } TYPO3\CMS\E
               xtbase\Domain\Model\BackendUserGroup { mapping { tableName = be_gro
               ups columns { subgroup.mapOnProperty = subGroups groupMods.
               mapOnProperty = modules tables_select.mapOnProperty = tablesListening
                tables_modify.mapOnProperty = tablesModify pagetypes_select.mapO
               nProperty = pageTypes non_exclude_fields.mapOnProperty = allowedExclud
               eFields explicit_allowdeny.mapOnProperty = explicitlyAllowAndDeny
                allowed_languages.mapOnProperty = allowedLanguages workspace_perms.m
               apOnProperty = workspace...
' (3060 chars) 9 => 'fluidAjaxWidgetResponse = PAGE fluidAjaxWidgetResponse { # todo: make page
                type configurable typeNum = 7076 headerData > config { no_cache = 1
               disableAllHeaderCode = 1 additionalHeaders = Content-type:text/plain deb
               ug = 0 } 10 = USER_INT 10 { userFunc = TYPO3\CMS\Fluid\Core\Widget\Boot
               strap->run } } config.tx_extbase { mvc { requestHandlers { TYPO3\CMS
               \Fluid\Core\Widget\WidgetRequestHandler = TYPO3\CMS\Fluid\Core\Widget\Widget
               RequestHandler } } }
' (480 chars) 10 => 'module.tx_extensionmanager { settings { repositoryUid = 1 } features {
                # if enabled, default controller and/or action is skipped when creating U
               RIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc
               /wiki/Skip_default_arguments_in_URIs) skipDefaultArguments = 0 } }
' (297 chars) 11 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/TypoScript/se
               tup.txt"> BEGIN: module.tx_belog { persistence.classes { TYPO3\CMS\Belog\
               Domain\Model\LogEntry { mapping { tableName = sys_log columns {
                userid.mapOnProperty = backendUserUid recuid.mapOnProperty = record
               Uid tablename.mapOnProperty = tableName recpid.mapOnProperty = rec
               ordPid details_nr.mapOnProperty = detailsNumber IP.mapOnProperty =
                ip workspace.mapOnProperty = workspaceUid NEWid.mapOnProperty = n
               ewId } } } TYPO3\CMS\Belog\Domain\Model\Workspace { mapping {
                tableName = sys_workspace } } TYPO3\CMS\Belog\Domain\Model\Histor
               yEntry { mapping { tableName = sys_history } } } settings {
                selectableNumberOfLogEntries { 20 = 20 50 = 50 100 = 100 200 =
               200 500 = 500 1000 = 1000 1000000 = any } selectableTimeFrames
                { 0 = thisWeek 1 = lastWeek 2 = last7Days 10 = thisMonth 11
               = lastMonth 12 = last31Days 20 = noLimit 30 = userDefined } se
               lectableActions { 0 = any 1 = actionDatabase 2 = actionFile 3 =
               actionCache 254 = actionSettings 255 = actionLogin -1 = actionError
               s } } } ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/Typ
               oScript/setup.txt"> END:
' (1317 chars) 12 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/s
               etup.txt"> BEGIN: // Model/table mapping config.tx_extbase.persistence.class
               es { TYPO3\CMS\Beuser\Domain\Model\BackendUser { mapping { tableName =
                be_users columns { allowed_languages.mapOnProperty = allowedLanguage
               s file_mountpoints.mapOnProperty = fileMountPoints db_mountpoints.ma
               pOnProperty = dbMountPoints usergroup.mapOnProperty = backendUserGroups
                } } } TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup { mapping {
                tableName = be_groups columns { subgroup.mapOnProperty = subGroups
                } } } } module.tx_beuser { persistence { storagePid = 0 } settin
               gs { // This is a dummy entry. It is used in \TYPO3\CMS\Beuser\Controller\
               BackendUserController // to test that some TypoScript configuration is set
               . // This entry can be removed if extbase setup is made frontend TS indepe
               ndent // or if there are other settings set. dummy = foo } } ### <INCLU
               DE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt">
               END:
' (1069 chars) 13 => '# Setting "felogin" plugin TypoScript plugin.tx_felogin_pi1 = USER_INT plugi
               n.tx_felogin_pi1 { userFunc = TYPO3\CMS\Felogin\Controller\FrontendLoginCon
               troller->main # storagePid - where are the user records? use single value
               or a comma separated list storagePid = {$styles.content.loginform.pid} rec
               ursive = # Location of the template file, it is EXT:felogin/Resources/Priv
               ate/Templates/FrontendLogin.html by default templateFile = {$styles.content
               .loginform.templateFile} # baseURL for the link generation feloginBaseURL
                = # should a wrapper class be set for this content element wrapContentIn
               BaseClass = 1 # typolink-configuration for links / urls # parameter and a
               dditionalParams are set by extension linkConfig { target = ATagParams =
                rel="nofollow" } # preserve GET vars - define "all" or comma separated l
               ist of GET-vars that should be included by link generation preserveGETvars
               = all # additional fields showForgotPasswordLink = showPermaLogin = #
               time in hours how long the link for forget password is valid forgotLinkHash
               ValidTime = 12 # when setting a new password, this is the minimum amount o
               f characters newPasswordMinLength = 6 welcomeHeader_stdWrap { required
               = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } welcomeMessage_stdWrap {
                required = 1 wrap = <div>|</div> htmlSpecialChars = 1 } successHead
               er_stdWrap { required = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } s
               uccessMessage_stdWrap { required = 1 wrap = <div>|</div> htmlSpecialCh
               ars = 1 } logoutHeader_stdWrap { required = 1 wrap = <h3>|</h3> htm
               lSpecialChars = 1 } logoutMessage_stdWrap { required = 1 wrap = <div>|
               </div> htmlSpecialChars = 1 } errorHeader_stdWrap { required = 1 wr
               ap = <h3>|</h3> htmlSpecialChars = 1 } errorMessage_stdWrap { required
                = 1 wrap = <div>|</div> htmlSpecialChars = 1 } forgotHeader_stdWrap
               { required = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } forgotMessag
               e_stdWrap { required =...
' (3784 chars) 14 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
               /setup.txt"> BEGIN: # ======================================================
               ================ # Module setup # ==========================================
               ============================ module.tx_sysnote { view { layoutRootPath =
               {$module.tx_sysnote.view.layoutRootPath} templateRootPath = {$module.tx_sy
               snote.view.templateRootPath} partialRootPath = {$module.tx_sysnote.view.pa
               rtialRootPath} } } # ====================================================
               ================== # Extbase mapping # =====================================
               ================================= config.tx_extbase.persistence.classes {
               TYPO3\CMS\SysNote\Domain\Model\SysNote.mapping { tableName = sys_note re
               cordType = columns { crdate.mapOnProperty = creationDate tstamp.mapO
               nProperty = modificationDate cruser.mapOnProperty = author } } } ###
               <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/setu
               p.txt"> END:
' (1001 chars) 15 => 'plugin.tx_dce.persistence.storagePid = 0 # Disable ce wrapping (for dce) tt
               _content.stdWrap.innerWrap.cObject.default.stdWrap.if { value := addToList(
               dce_dceuid0) isInList.field = CType negate = 1 } lib.contentElement.templ
               ateRootPaths.1 = EXT:dce/Resources/Private/Templates
' (281 chars) 16 => 'config.tx_extbase { persistence { classes { In2code\Femanager\Domain\M
               odel\User { mapping { tableName = fe_users recordType = }
                } In2code\Femanager\Domain\Model\UserGroup { mapping { table
               Name = fe_groups recordType = } } } } objects { # Disable
                tx_extbase_type=xyz in where clause (fe_users, fe_groups) TYPO3\CMS\Extba
               se\Persistence\Generic\Mapper\DataMap.className = In2code\Femanager\Persiste
               nce\Generic\Mapper\DataMap } } ################# # Backend Module ########
               ######### module.tx_femanager { view { templateRootPath = EXT:femanager/R
               esources/Private/Templates/ partialRootPath = EXT:femanager/Resources/Priv
               ate/Partials/ layoutRootPath = EXT:femanager/Resources/Private/Layouts/ }
                settings { } }
' (780 chars) 17 => 'config.tx_extbase.persistence.classes { DmitryDulepov\Realurl\Domain\Model\
               Alias { mapping { tableName = tx_realurl_uniqalias } } DmitryDulepo
               v\Realurl\Domain\Model\UrlCacheEntry { mapping { tableName = tx_realurl
               _urldata columns { rootpage_id.mapOnProperty = rootPageId } } }
                DmitryDulepov\Realurl\Domain\Model\PathCacheEntry { mapping { tableNa
               me = tx_realurl_pathdata columns { mpvar.mapOnProperty = mpVar pa
               gepath.mapOnProperty = pagePath rootpage_id.mapOnProperty = rootPageId
                } } } }
' (545 chars) 18 => ' #moduleconfig { # language = de # locale_all = de_DE.UTF-8 #htmlTag_
               setParams = lang="de" dir="ltr" class="no-js" # Automatischer Title-T
               ag im <head> ein/aus # baseURL = / # htmlTag_stdWrap.setContentToCurre
               nt = 0 # noPageTitle = 1 # prefixLocalAnchors = all htmlTag
               _stdWrap.cObject.40 > # no_cache = 1 #} config.additionalHeaders {
                3000.header = Referrer-Policy:strict-origin #4000.header = ; } ##
               ## Steuerung Cache mit config.no_cache # aktiv == 0 oder # inaktiv == 1
               config.no_cache = 0 # femanager Backend module.tx_femanager.view.templat
               eRootPath = {$templatePath}/femanager/Resources/Private/Templates/ module.t
               x_femanager.view.partialRootPath = {$templatePath}/femanager/Resources/Priva
               te/Partials/ module.tx_femanager.view.layoutRootPath = {$templatePath}/fema
               nager/Resources/Private/Layouts/ # felogin get new password plugin.tx_fe
               login_pi1.feloginBaseURL = https://www.seltamed.de/ # plugin.tx_felogin_pi1
               .feloginBaseURL > #felogin cutom translation german plugin.tx_felogin_pi
               1._LOCAL_LANG.de { ll_forgot_reset_message = Bitte den Benutzernamen eing
               eben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts
                zugesandt. ll_enter_your_data = Benutzername: } # /* ### <INCLUDE_TY
               POSCRIPT: source="FILE:fileadmin/template/forms/Form_Template.ts"> BEGIN: #
               ## ### ERROR: File "fileadmin/template/forms/Form_Template.ts" was not found
               . ### ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/forms/Form_T
               emplate.ts"> END: */ #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/typo
               script/extXtouraContent.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/
               typoscript/extFormContact.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmi
               n/typoscript/extFormCatalogOrder.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:f
               ileadmin/typoscript/extFormCallback.txt"> #<INCLUDE_TYPOSCRIPT: source="FIL
               E:fileadmin/typoscript/extFormAgencyOrder.txt"> #<INCLUDE_TYPOSCRIPT: sourc
               e="FILE:fileadmin/typosc...
' (10642 chars)
constants => array(19 items) 0 => '' (0 chars) 1 => 'styles.templates { # cat=content/templates/b1; type=string; label= Path of
               Fluid Templates for all defined content elements templateRootPath = # cat=
               content/templates/b2; type=string; label= Path of Fluid Partials for all def
               ined content elements partialRootPath = # cat=content/templates/b3; type=s
               tring; label= Path of Fluid Layouts for all defined content elements layout
               RootPath = } styles.content { # cat=content/cHeader/h0; type=int[1-5]; lab
               el=Default Header type: Enter the number of the header layout to be used by
               default defaultHeaderType = 2 # cat=content/cShortcut/t0; type=string; la
               bel=List of accepted tables shortcut.tables = tt_content,tt_address,tt_news
               ,tx_news_domain_model_news # cat=content/parseFunc/a0; type=string; label=
               List of allowed HTML tags when rendering RTE content allowTags = a, abbr, a
               cronym, address, article, aside, b, bdo, big, blockquote, br, caption, cente
               r, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, h
               eader, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta,
               nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, strong, sty
               le, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var
                textmedia { # cat=content/cTextmedia/b1; type=int+; label= Max Image/Med
               ia Width: This indicates that maximum number of pixels (width) a block of me
               dia elements inserted as content is allowed to consume maxW = 600 # cat=
               content/cTextmedia/b2; type=int+; label= Max Image/Media Width (Text): Same
               as above, but this is the maximum width when text is wrapped around an block
                of media elements. Default is 50% of the normal Max Media Item Width maxW
               InText = 300 # cat=content/cTextmedia/g1; type=int[0-100]; label= Advance
               d, Column space: Horizontal distance between media elements in a block in co
               ntent elements of type "Media & Images". If you change this manually in your
                CSS, you need to adjust this setting accordingly columnSpacing = 10 # c
               at=content/cTextmedia/g2...
' (5534 chars) 2 => ' # Clear out any constants in this reserved room! styles.content > content
                { # cat=content/cHeader/h0; type=int[1-5]; label=Default Header type: E
               nter the number of the header layout to be used by default. defaultHeaderT
               ype = 1 # cat=advanced/links; type=small; label=Pageframe object: The na
               me of the "contentframe". Normally set to "page" if the site has a frameset.
                Otherwise it should be an empty value. This is important, as it determines
               the target of internal links! pageFrameObj = shortcut.tables = tt_conte
               nt,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_news,tt_
               rating,tt_poll # cat=content/other/a; type=small; label= Content Elemen
               t margins (before): Space before each content element. spaceBefore = 0
                # cat=content/other/b; type=small; label= Content Element margins (after):
               Space after each content element. spaceAfter = 0 } # cat=advanced; t
               ype=int+; label= News Content PID: If your template has a column with "news"
               -content fetched from another page-id, this is where you enter the id-number
                of that page! styles.content.getNews.newsPid = 0 styles.content.links {
               keep = path # cat=content/links; type=small; label= Target for external
               links extTarget = _blank target = {$PAGE_TARGET} allowTags = a, abbr,
               acronym, address, article, aside, b, bdo, big, blockquote, br, caption, cent
               er, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer,
               header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta,
                nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, strong, st
               yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var
                } styles.content.imgtext { # TIP! if register[maxImageWidth] is set, t
               his will override maxW # cat=content/cImage/b1; type=int+; label= Max Im
               age Width: This indicates that maximum number of pixels (width) a block of i
               mages inserted as content is allowed to consume. maxW = 600 # cat=cont
               ent/cImage/b2; type=int+...
' (9458 chars) 3 => 'plugin.tx_form { view { # cat=plugin.tx_form/file; type=string; label=Pat
               h to template root (FE) templateRootPath = EXT:form/Resources/Private/Temp
               lates/ # cat=plugin.tx_form/file; type=string; label=Path to template part
               ials (FE) partialRootPath = EXT:form/Resources/Private/Partials/ # cat=p
               lugin.tx_form/file; type=string; label=Path to template layouts (FE) layou
               tRootPath = EXT:form/Resources/Private/Layouts/ } }
' (432 chars) 4 => 'plugin.tx_femanager { view { # cat=plugin.tx_femanager/file; type=string;
                label= Path to template root (FE) templateRootPath = EXT:femanager/Resour
               ces/Private/Templates/ # cat=plugin.tx_femanager/file; type=string; label
               = Path to template partials (FE) partialRootPath = EXT:femanager/Resources
               /Private/Partials/ # cat=plugin.tx_femanager/file; type=string; label= Pa
               th to template layouts (FE) layoutRootPath = EXT:femanager/Resources/Priva
               te/Layouts/ } persistence { # cat=plugin.tx_femanager//a; type=int+; lab
               el= Default storage PID storagePid = } settings { # cat=plugin.tx_fema
               nager//0100; type=text; label= Admin Name: Default admin name for all emails
                to the user adminName = Femanager # cat=plugin.tx_femanager//0101; typ
               e=text; label= Admin Email: Default admin email for all emails to the user
                adminEmail = Femanager@domain.org # cat=plugin.tx_femanager//0900; type=
               boolean; label= Include jQuery: Load and implement jQuery from external sour
               ce (googleapis.com) jQuery = 0 # cat=plugin.tx_femanager//0910; type=bo
               olean; label= Include Twitter Bootstrap JS: Load and implement Twitter Boots
               trap JavaScript from external source (bootstrapcdn.com) bootstrap = 0 #
                cat=plugin.tx_femanager//0920; type=boolean; label= Include Twitter Bootstr
               ap CSS: Load and implement Twitter Bootstrap CSS from external source (boots
               trapcdn.com) bootstrapCSS = 0 # cat=plugin.tx_femanager//0930; type=boo
               lean; label= Include Fineuploader JS: Load and implement Fineuploader JavaSc
               ript from internal source fineuploader = 1 } }
' (1569 chars) 5 => '[globalVar = GP:L = 1] config.language = de [else] config.language = default
                [end] #plugin.tx_form.view.partialRootPath.20 = fileadmin/MailPostProcesso
               r/Partials/ plugin.tx_form._CSS_DEFAULT_STYLE > templatePath = fileadmin/se
               ltamed.de/template #templatePath = fileadmin/template fileadmin = fileadm
               in xtoura_assets = xtoura_assets templateName = satzart_template defaultThem
               e = defaultTheme-01 #Touroperator Daten touroperator { pid = 68 FIRMA =
                Selta Med GmbH INHABER = Zuzana Tatikova SLOGAN = Kurreisen & Wellness
                PLZ_ORT = 08523 Plauen / Vogtland STRASSE = Gottschaldstraße 1a LAND
               = Deutschland TEL = +49 3741 - 14 85 27-0 FAX = +49 3741 - 14 85 27-18
                MAIL = reservierung@seltamed.de #MAIL = rf@satzart.de HOTLINE_TITLE = H
               otline HOTLINE = +49 3741 - 14 85 27-0 asset_path = SeltaMedResponsive
                WEB = www.seltamed.de ColorPrimary = #82b13e ColorSecondary = #726b60
                lon = 12.1365281 lat = 50.4993823 } fillcolor = {$touroperator.ColorPri
               mary} reisekalender.page_id = 4 page_id_headernav = 25 page_id_footerSec
               tion_02 = 16 page_id_footerSection_03 = 17 page_id_footerSection_04 = 48 Se
               ndebestaetigung = 65 # viewHotline 0 -> ohne Hotline viewHotline = 1 # view
               HeaderMenu 0 -> ohne headerMenu viewHeaderMenu = 0 # viewHeaderText 0 -> ohn
               e headerText viewHeaderText = 0 # viewFulltext 0 -> ohne Volltextsuche viewF
               ulltext = 0 # inlineFilterOut 1 -> Filter liegt unter dem Sliderbild inlineF
               ilterOut = 1 pathToThisTheme = {$fileadmin}/{$xtoura_assets}/{$touroperato
               r.asset_path}
' (1533 chars) 6 => 'plugin.xtoura_all { settings { touroperator_id = {$touroperator.
               pid} name = Tour type = auto_url quantity = 0 }
               } plugin.xtoura_slider { settings { touroperator_id = {$tourope
               rator.pid} name = Tour type = auto_url quantity = 0
                } } plugin.xtoura_fullpage { settings { touroperator_id = {
               $touroperator.pid} name = Tour type = auto_url quant
               ity = 0 } } plugin.xtoura_search { settings { touroperator_
               id = {$touroperator.pid} name = Tour type = widget/fulltext_
               search quantity = 0 } } plugin.xtoura_teaser { settings {
                touroperator_id = {$touroperator.pid} name = Tour typ
               e = widget/topoffer_content quantity = 6 } } plugin.xtoura_cont
               ent { settings { touroperator_id = {$touroperator.pid} n
               ame = Tour type = xtoura/widgets/Content/ quantity = 6 }
                } plugin.xtoura_menu { settings { touroperator_id = {$tourope
               rator.pid} name = Tour type = widget/sidebar_price_filter_na
               v quantity = 5 } } plugin.xtoura_dashboard_elements { setti
               ngs { touroperator_id = {$touroperator.pid} name = Tour
                type = widget/price_filter_box quantity = 3 } }
' (1356 chars) 7 => 'plugin.tx_sitemapgenerator { view { # cat=plugin.tx_sitemapgener
               ator/file; type=string; label=Path to template root (FE) templateRoo
               tPath = EXT:sitemap_generator/Resources/Private/Templates/ # cat=plu
               gin.tx_sitemapgenerator/file; type=string; label=Path to template partials (
               FE) partialRootPath = EXT:sitemap_generator/Resources/Private/Partia
               ls/ # cat=plugin.tx_sitemapgenerator/file; type=string; label=Path t
               o template layouts (FE) layoutRootPath = EXT:sitemap_generator/Resou
               rces/Private/Layouts/ } }
' (562 chars) 8 => '' (0 chars) 9 => '' (0 chars) 10 => '' (0 chars) 11 => '' (0 chars) 12 => '' (0 chars) 13 => '' (0 chars) 14 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
               /constants.txt"> BEGIN: # ==================================================
               ==================== # Module constants # ==================================
               ==================================== module.tx_sysnote { view { # cat=Int
               ernal Notes/general/1000; type=string; label=Layout Root Path: Path to layou
               ts layoutRootPath = EXT:sys_note/Resources/Private/Layouts/ # cat=Inter
               nal Notes/general/1010; type=string; label=Partial Root Path: Path to partia
               ls partialRootPath = EXT:sys_note/Resources/Private/Partials/ # cat=Int
               ernal Notes/general/1020; type=string; label=Template Root Path: Path to tem
               plates templateRootPath = EXT:sys_note/Resources/Private/Templates/ } } #
               ## <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/c
               onstants.txt"> END:
' (856 chars) 15 => '' (0 chars) 16 => '' (0 chars) 17 => '' (0 chars) 18 => ' ' (2 chars)
templateIncludePaths => array(19 items) 0 => '' (0 chars) 1 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
               Configuration/TypoScript/Static/
' (108 chars) 2 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/css_styled_content/st
               atic/
' (81 chars) 3 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
               poScript/
' (85 chars) 4 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/femanager/Configurat
               ion/TypoScript/Main/
' (96 chars) 5 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
               figuration/TypoScript/
' (98 chars) 6 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/xtoura/Configuration
               /TypoScript/
' (88 chars) 7 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/sitemap_generator/Co
               nfiguration/TypoScript/
' (99 chars) 8 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/extbase/' (63 chars) 9 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid/' (61 chars) 10 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/extensionmanager/' (72 chars) 11 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/' (61 chars) 12 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/' (62 chars) 13 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/felogin/' (63 chars) 14 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/' (64 chars) 15 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/' (60 chars) 16 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/femanager/' (66 chars) 17 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/realurl/' (64 chars) 18 => '' (0 chars)
hierarchyInfo => array(19 items) 0 => array(10 items) root => '' (0 chars) next => '' (0 chars) clConst => '' (0 chars) clConf => '' (0 chars) templateID => '_defaultTypoScript_' (19 chars) templateParent => 'sys_1' (5 chars) title => 'SYS:TYPO3_CONF_VARS:FE:defaultTypoScript' (40 chars) uid => '_defaultTypoScript_' (19 chars) pid => '' (0 chars) configLines => 1 (integer) 1 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) pid => NULL configLines => 1711 (integer) 2 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_cssstyledcontent/static/' (28 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:css_styled_content/static/' (30 chars) uid => 'cssstyledcontent/static/' (24 chars) pid => NULL configLines => 3390 (integer) 3 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_form/Configuration/TypoScript/' (34 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:form/Configuration/TypoScript/' (34 chars) uid => 'form/Configuration/TypoScript/' (30 chars) pid => NULL configLines => 245 (integer) 4 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) uid => 'femanager/Configuration/TypoScript/Main/' (40 chars) pid => NULL configLines => 1462 (integer) 5 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) uid => 'satzarttemplate/Configuration/TypoScript/' (41 chars) pid => NULL configLines => 118 (integer) 6 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_xtoura/Configuration/TypoScript/' (36 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:xtoura/Configuration/TypoScript' (35 chars) uid => 'xtoura/Configuration/TypoScript/' (32 chars) pid => NULL configLines => 228 (integer) 7 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) uid => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) pid => NULL configLines => 122 (integer) 8 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extbase' (11 chars) templateParent => 'sys_1' (5 chars) title => 'extbase' (7 chars) uid => 'extbase' (7 chars) pid => NULL configLines => 101 (integer) 9 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluid' (9 chars) templateParent => 'sys_1' (5 chars) title => 'fluid' (5 chars) uid => 'fluid' (5 chars) pid => NULL configLines => 25 (integer) 10 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extensionmanager' (20 chars) templateParent => 'sys_1' (5 chars) title => 'extensionmanager' (16 chars) uid => 'extensionmanager' (16 chars) pid => NULL configLines => 9 (integer) 11 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_belog' (9 chars) templateParent => 'sys_1' (5 chars) title => 'belog' (5 chars) uid => 'belog' (5 chars) pid => NULL configLines => 1 (integer) 12 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_beuser' (10 chars) templateParent => 'sys_1' (5 chars) title => 'beuser' (6 chars) uid => 'beuser' (6 chars) pid => NULL configLines => 1 (integer) 13 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_felogin' (11 chars) templateParent => 'sys_1' (5 chars) title => 'felogin' (7 chars) uid => 'felogin' (7 chars) pid => NULL configLines => 179 (integer) 14 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sysnote' (11 chars) templateParent => 'sys_1' (5 chars) title => 'sys_note' (8 chars) uid => 'sysnote' (7 chars) pid => NULL configLines => 1 (integer) 15 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_dce' (7 chars) templateParent => 'sys_1' (5 chars) title => 'dce' (3 chars) uid => 'dce' (3 chars) pid => NULL configLines => 11 (integer) 16 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager' (13 chars) templateParent => 'sys_1' (5 chars) title => 'femanager' (9 chars) uid => 'femanager' (9 chars) pid => NULL configLines => 40 (integer) 17 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_realurl' (11 chars) templateParent => 'sys_1' (5 chars) title => 'realurl' (7 chars) uid => 'realurl' (7 chars) pid => NULL configLines => 26 (integer) 18 => array(10 items) root => '1' (1 chars) next => '' (0 chars) clConst => 1 (integer) clConf => 2 (integer) templateID => 'sys_1' (5 chars) templateParent => '' (0 chars) title => 'Default Root Template' (21 chars) uid => '1' (1 chars) pid => '1' (1 chars) configLines => 457 (integer) hierarchyInfoToRoot => array(18 items) 0 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) pid => NULL configLines => 1711 (integer) 1 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_cssstyledcontent/static/' (28 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:css_styled_content/static/' (30 chars) uid => 'cssstyledcontent/static/' (24 chars) pid => NULL configLines => 3390 (integer) 2 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_form/Configuration/TypoScript/' (34 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:form/Configuration/TypoScript/' (34 chars) uid => 'form/Configuration/TypoScript/' (30 chars) pid => NULL configLines => 245 (integer) 3 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) uid => 'femanager/Configuration/TypoScript/Main/' (40 chars) pid => NULL configLines => 1462 (integer) 4 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) uid => 'satzarttemplate/Configuration/TypoScript/' (41 chars) pid => NULL configLines => 118 (integer) 5 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_xtoura/Configuration/TypoScript/' (36 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:xtoura/Configuration/TypoScript' (35 chars) uid => 'xtoura/Configuration/TypoScript/' (32 chars) pid => NULL configLines => 228 (integer) 6 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) uid => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) pid => NULL configLines => 122 (integer) 7 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extbase' (11 chars) templateParent => 'sys_1' (5 chars) title => 'extbase' (7 chars) uid => 'extbase' (7 chars) pid => NULL configLines => 101 (integer) 8 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluid' (9 chars) templateParent => 'sys_1' (5 chars) title => 'fluid' (5 chars) uid => 'fluid' (5 chars) pid => NULL configLines => 25 (integer) 9 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extensionmanager' (20 chars) templateParent => 'sys_1' (5 chars) title => 'extensionmanager' (16 chars) uid => 'extensionmanager' (16 chars) pid => NULL configLines => 9 (integer) 10 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_belog' (9 chars) templateParent => 'sys_1' (5 chars) title => 'belog' (5 chars) uid => 'belog' (5 chars) pid => NULL configLines => 1 (integer) 11 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_beuser' (10 chars) templateParent => 'sys_1' (5 chars) title => 'beuser' (6 chars) uid => 'beuser' (6 chars) pid => NULL configLines => 1 (integer) 12 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_felogin' (11 chars) templateParent => 'sys_1' (5 chars) title => 'felogin' (7 chars) uid => 'felogin' (7 chars) pid => NULL configLines => 179 (integer) 13 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sysnote' (11 chars) templateParent => 'sys_1' (5 chars) title => 'sys_note' (8 chars) uid => 'sysnote' (7 chars) pid => NULL configLines => 1 (integer) 14 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_dce' (7 chars) templateParent => 'sys_1' (5 chars) title => 'dce' (3 chars) uid => 'dce' (3 chars) pid => NULL configLines => 11 (integer) 15 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager' (13 chars) templateParent => 'sys_1' (5 chars) title => 'femanager' (9 chars) uid => 'femanager' (9 chars) pid => NULL configLines => 40 (integer) 16 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_realurl' (11 chars) templateParent => 'sys_1' (5 chars) title => 'realurl' (7 chars) uid => 'realurl' (7 chars) pid => NULL configLines => 26 (integer) 17 => array(10 items) root => '1' (1 chars) next => '' (0 chars) clConst => 1 (integer) clConf => 2 (integer) templateID => 'sys_1' (5 chars) templateParent => '' (0 chars) title => 'Default Root Template' (21 chars) uid => '1' (1 chars) pid => '1' (1 chars) configLines => 457 (integer) nextLevel => 0 (integer) rootId => '1' (1 chars) rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
absoluteRootLine => array(3 items) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
outermostRootlineIndexWithTemplate => 0 (integer) rowSum => array(84 items) 0 => array(3 items) 0 => '1' (1 chars) 1 => 'Default Root Template' (21 chars) 2 => '1714026882' (10 chars) 1 => array(3 items) 0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) 1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) 2 => NULL 2 => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'EXT:css_styled_content/static/' (30 chars) 2 => NULL 3 => array(3 items) 0 => 'form/Configuration/TypoScript/' (30 chars) 1 => 'EXT:form/Configuration/TypoScript/' (34 chars) 2 => NULL 4 => array(3 items) 0 => 'femanager/Configuration/TypoScript/Main/' (40 chars) 1 => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) 2 => NULL 5 => array(3 items) 0 => 'satzarttemplate/Configuration/TypoScript/' (41 chars) 1 => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) 2 => NULL 6 => array(3 items) 0 => 'xtoura/Configuration/TypoScript/' (32 chars) 1 => 'EXT:xtoura/Configuration/TypoScript' (35 chars) 2 => NULL 7 => array(3 items) 0 => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) 1 => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) 2 => NULL 8 => array(3 items) 0 => 'extbase' (7 chars) 1 => 'extbase' (7 chars) 2 => NULL 9 => array(3 items) 0 => 'fluid' (5 chars) 1 => 'fluid' (5 chars) 2 => NULL 10 => array(3 items) 0 => 'extensionmanager' (16 chars) 1 => 'extensionmanager' (16 chars) 2 => NULL 11 => array(3 items) 0 => 'belog' (5 chars) 1 => 'belog' (5 chars) 2 => NULL 12 => array(3 items) 0 => 'beuser' (6 chars) 1 => 'beuser' (6 chars) 2 => NULL 13 => array(3 items) 0 => 'felogin' (7 chars) 1 => 'felogin' (7 chars) 2 => NULL 14 => array(3 items) 0 => 'sysnote' (7 chars) 1 => 'sys_note' (8 chars) 2 => NULL 15 => array(3 items) 0 => 'dce' (3 chars) 1 => 'dce' (3 chars) 2 => NULL 16 => array(3 items) 0 => 'femanager' (9 chars) 1 => 'femanager' (9 chars) 2 => NULL 17 => array(3 items) 0 => 'realurl' (7 chars) 1 => 'realurl' (7 chars) 2 => NULL 18 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/constants.txt
' (102 chars) 1 => 1544531880 (integer)
19 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.parseFunc.ts
' (130 chars) 1 => 1544531880 (integer)
20 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.fluidContent.ts
' (133 chars) 1 => 1544531880 (integer)
21 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.stdheader.ts
' (130 chars) 1 => 1544531880 (integer)
22 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/styles.content.get.ts
' (135 chars) 1 => 1544531880 (integer)
23 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/rtehtmlarea/Configura
                  tion/TypoScript/ImageRendering/setup.txt
' (116 chars) 1 => 1544531880 (integer)
24 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Button.ts
' (103 chars) 1 => 1544531880 (integer)
25 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Buttontag.ts
' (106 chars) 1 => 1544531880 (integer)
26 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkbox.ts
' (105 chars) 1 => 1544531880 (integer)
27 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkboxgroup.ts
' (110 chars) 1 => 1544531880 (integer)
28 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Contentelement.ts
' (111 chars) 1 => 1544531880 (integer)
29 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fieldset.ts
' (105 chars) 1 => 1544531880 (integer)
30 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fileupload.ts
' (107 chars) 1 => 1544531880 (integer)
31 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Form.ts
' (101 chars) 1 => 1544531880 (integer)
32 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Header.ts
' (103 chars) 1 => 1544531880 (integer)
33 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Hidden.ts
' (103 chars) 1 => 1544531880 (integer)
34 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Imagebutton.ts
' (108 chars) 1 => 1544531880 (integer)
35 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Input.ts
' (102 chars) 1 => 1544531880 (integer)
36 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Inputtypebutton.ts
' (112 chars) 1 => 1544531880 (integer)
37 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Label.ts
' (102 chars) 1 => 1544531880 (integer)
38 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Optgroup.ts
' (105 chars) 1 => 1544531880 (integer)
39 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Option.ts
' (103 chars) 1 => 1544531880 (integer)
40 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Password.ts
' (105 chars) 1 => 1544531880 (integer)
41 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radio.ts
' (102 chars) 1 => 1544531880 (integer)
42 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radiogroup.ts
' (107 chars) 1 => 1544531880 (integer)
43 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Reset.ts
' (102 chars) 1 => 1544531880 (integer)
44 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Select.ts
' (103 chars) 1 => 1544531880 (integer)
45 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Submit.ts
' (103 chars) 1 => 1544531880 (integer)
46 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textarea.ts
' (105 chars) 1 => 1544531880 (integer)
47 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textblock.ts
' (106 chars) 1 => 1544531880 (integer)
48 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textline.ts
' (105 chars) 1 => 1544531880 (integer)
49 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Filters/Filters.ts
' (103 chars) 1 => 1544531880 (integer)
50 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Validators/Validators.ts
' (109 chars) 1 => 1544531880 (integer)
51 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0010_config.ts
' (120 chars) 1 => 1558534766 (integer)
52 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0020_lib.logo.ts
' (122 chars) 1 => 1651819268 (integer)
53 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0050_lib.Adressblock.ts
' (129 chars) 1 => 1651746188 (integer)
54 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0060_lib.logoFooter.ts
' (128 chars) 1 => 1554792156 (integer)
55 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0070_lib.hotline.ts
' (125 chars) 1 => 1617270271 (integer)
56 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0080_lib.headernav.ts
' (127 chars) 1 => 1554792156 (integer)
57 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0100_lib.contact.ts
' (125 chars) 1 => 1657006531 (integer)
58 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0101_lib.individualTravelOffer.ts
' (139 chars) 1 => 1679553570 (integer)
59 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0106_lib.formCoachHire.ts
' (131 chars) 1 => 1563538686 (integer)
60 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0110_lib.pidCalendar.ts
' (129 chars) 1 => 1554792156 (integer)
61 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.footerSection_02.ts
' (134 chars) 1 => 1617264351 (integer)
62 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.tourTypeMenue.ts
' (131 chars) 1 => 1554792156 (integer)
63 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0130_lib.footerSection_03.ts
' (134 chars) 1 => 1617264392 (integer)
64 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0140_lib.footerSection_04.ts
' (134 chars) 1 => 1617264387 (integer)
65 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0150_lib.defaultSliderText.ts
' (135 chars) 1 => 1554792156 (integer)
66 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0160_lib.xtouraFooter.ts
' (130 chars) 1 => 1554792156 (integer)
67 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0170_lib.year.ts
' (122 chars) 1 => 1554792156 (integer)
68 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0200_lib.mailogo.ts
' (125 chars) 1 => 1618349172 (integer)
69 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.ctegoeries.ts
' (128 chars) 1 => 1554792156 (integer)
70 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.footerForm.ts
' (128 chars) 1 => 1554800995 (integer)
71 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder.ts
' (133 chars) 1 => 1636026824 (integer)
72 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder2021.ts
' (137 chars) 1 => 1632738569 (integer)
73 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0240_XtouraContent.ts
' (127 chars) 1 => 1617266845 (integer)
74 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0250_lib.formGetAccount.ts
' (132 chars) 1 => 1606131058 (integer)
75 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0260_lib.formGetAccountHotel.ts
' (137 chars) 1 => 1606131083 (integer)
76 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder.ts
' (134 chars) 1 => 1606131106 (integer)
77 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder2021.ts
' (138 chars) 1 => 1632996408 (integer)
78 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/090_lib.hotline.ts
' (124 chars) 1 => 1554792156 (integer)
79 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/1000_page.ts
' (118 chars) 1 => 1560946391 (integer)
80 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/9000_honeypot.ts
' (122 chars) 1 => 1633504691 (integer)
81 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/Configuration/T
                  ypoScript/setup.txt
' (95 chars) 1 => 1544531880 (integer)
82 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/Configuration/
                  TypoScript/setup.txt
' (96 chars) 1 => 1544531880 (integer)
83 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/setup.txt
' (98 chars) 1 => 1544531880 (integer)
sitetitle => '' (0 chars) sections => NULL sectionsMatch => NULL clearList_const => array(19 items) 0 => '_defaultTypoScript_' (19 chars) 1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) 2 => 'ext_cssstyledcontent/static/' (28 chars) 3 => 'ext_form/Configuration/TypoScript/' (34 chars) 4 => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) 5 => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) 6 => 'ext_xtoura/Configuration/TypoScript/' (36 chars) 7 => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) 8 => 'ext_extbase' (11 chars) 9 => 'ext_fluid' (9 chars) 10 => 'ext_extensionmanager' (20 chars) 11 => 'ext_belog' (9 chars) 12 => 'ext_beuser' (10 chars) 13 => 'ext_felogin' (11 chars) 14 => 'ext_sysnote' (11 chars) 15 => 'ext_dce' (7 chars) 16 => 'ext_femanager' (13 chars) 17 => 'ext_realurl' (11 chars) 18 => 'sys_1' (5 chars) clearList_setup => array(19 items) 0 => '_defaultTypoScript_' (19 chars) 1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) 2 => 'ext_cssstyledcontent/static/' (28 chars) 3 => 'ext_form/Configuration/TypoScript/' (34 chars) 4 => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) 5 => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) 6 => 'ext_xtoura/Configuration/TypoScript/' (36 chars) 7 => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) 8 => 'ext_extbase' (11 chars) 9 => 'ext_fluid' (9 chars) 10 => 'ext_extensionmanager' (20 chars) 11 => 'ext_belog' (9 chars) 12 => 'ext_beuser' (10 chars) 13 => 'ext_felogin' (11 chars) 14 => 'ext_sysnote' (11 chars) 15 => 'ext_dce' (7 chars) 16 => 'ext_femanager' (13 chars) 17 => 'ext_realurl' (11 chars) 18 => 'sys_1' (5 chars) parserErrors => array(empty) setup_constants => array(empty) fileCache => array(1 item) 212ca6719e03ba6cec7d9145c603fae6 => 'typo3conf/ext/satzart_template/Resources/Private/Templates/page.html' (68 chars) frames => array(empty) MPmap => '' (0 chars) extensionStaticsProcessed => TRUE processExtensionStatics => FALSE isDefaultTypoScriptAdded => TRUE processIncludesHasBeenRun => TRUE
cacheTimeOutDefault => 0 (integer) cacheContentFlag => FALSE cacheExpires => 1722092904 (integer) isClientCachable => FALSE all => array(4 items) all => array(10 items) 5916e85ed947629628fa0f90443f9d8c => '[globalVar = GP:L = 1]' (22 chars) 00a598b3c89b9de427964ed69f9f2841 => '[globalVar = LIT:0 < 0]' (23 chars) 6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars) f33014f264c89fa15fa1bb2463e8ff73 => '[globalVar = TSFE:page|subtitle = xtoura_entry]' (47 chars) 2c3fd0395b361e73def8541ff23b0566 => '[globalVar = TSFE:type = 1449874941]' (36 chars) 407c89419e1b35545b283f1dc77b96ef => '[globalVar = TSFE:type = 1451160842]' (36 chars) 946a02f1d9be58311c20592512ab1859 => '[usergroup = *]' (15 chars) 1b118854c73edb6730f325a1ff0e2dda => '[globalVar = TSFE:id = 1]' (25 chars) e9d914779f817ca95aa768b52494a7ca => '[PIDinRootline = 11,12,5,70,172,180, 181, 182]' (46 chars) 23b6ae385bb81aade0aa508893e0ffa2 => '[PIDinRootline = 64]' (20 chars) match => array(1 item) 6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars) rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
rowSum => array(84 items) 0 => array(3 items) 0 => '1' (1 chars) 1 => 'Default Root Template' (21 chars) 2 => '1714026882' (10 chars) 1 => array(3 items) 0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) 1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) 2 => NULL 2 => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'EXT:css_styled_content/static/' (30 chars) 2 => NULL 3 => array(3 items) 0 => 'form/Configuration/TypoScript/' (30 chars) 1 => 'EXT:form/Configuration/TypoScript/' (34 chars) 2 => NULL 4 => array(3 items) 0 => 'femanager/Configuration/TypoScript/Main/' (40 chars) 1 => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) 2 => NULL 5 => array(3 items) 0 => 'satzarttemplate/Configuration/TypoScript/' (41 chars) 1 => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) 2 => NULL 6 => array(3 items) 0 => 'xtoura/Configuration/TypoScript/' (32 chars) 1 => 'EXT:xtoura/Configuration/TypoScript' (35 chars) 2 => NULL 7 => array(3 items) 0 => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) 1 => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) 2 => NULL 8 => array(3 items) 0 => 'extbase' (7 chars) 1 => 'extbase' (7 chars) 2 => NULL 9 => array(3 items) 0 => 'fluid' (5 chars) 1 => 'fluid' (5 chars) 2 => NULL 10 => array(3 items) 0 => 'extensionmanager' (16 chars) 1 => 'extensionmanager' (16 chars) 2 => NULL 11 => array(3 items) 0 => 'belog' (5 chars) 1 => 'belog' (5 chars) 2 => NULL 12 => array(3 items) 0 => 'beuser' (6 chars) 1 => 'beuser' (6 chars) 2 => NULL 13 => array(3 items) 0 => 'felogin' (7 chars) 1 => 'felogin' (7 chars) 2 => NULL 14 => array(3 items) 0 => 'sysnote' (7 chars) 1 => 'sys_note' (8 chars) 2 => NULL 15 => array(3 items) 0 => 'dce' (3 chars) 1 => 'dce' (3 chars) 2 => NULL 16 => array(3 items) 0 => 'femanager' (9 chars) 1 => 'femanager' (9 chars) 2 => NULL 17 => array(3 items) 0 => 'realurl' (7 chars) 1 => 'realurl' (7 chars) 2 => NULL 18 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/constants.txt
' (102 chars) 1 => 1544531880 (integer)
19 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.parseFunc.ts
' (130 chars) 1 => 1544531880 (integer)
20 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.fluidContent.ts
' (133 chars) 1 => 1544531880 (integer)
21 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.stdheader.ts
' (130 chars) 1 => 1544531880 (integer)
22 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/styles.content.get.ts
' (135 chars) 1 => 1544531880 (integer)
23 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/rtehtmlarea/Configura
                  tion/TypoScript/ImageRendering/setup.txt
' (116 chars) 1 => 1544531880 (integer)
24 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Button.ts
' (103 chars) 1 => 1544531880 (integer)
25 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Buttontag.ts
' (106 chars) 1 => 1544531880 (integer)
26 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkbox.ts
' (105 chars) 1 => 1544531880 (integer)
27 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkboxgroup.ts
' (110 chars) 1 => 1544531880 (integer)
28 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Contentelement.ts
' (111 chars) 1 => 1544531880 (integer)
29 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fieldset.ts
' (105 chars) 1 => 1544531880 (integer)
30 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fileupload.ts
' (107 chars) 1 => 1544531880 (integer)
31 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Form.ts
' (101 chars) 1 => 1544531880 (integer)
32 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Header.ts
' (103 chars) 1 => 1544531880 (integer)
33 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Hidden.ts
' (103 chars) 1 => 1544531880 (integer)
34 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Imagebutton.ts
' (108 chars) 1 => 1544531880 (integer)
35 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Input.ts
' (102 chars) 1 => 1544531880 (integer)
36 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Inputtypebutton.ts
' (112 chars) 1 => 1544531880 (integer)
37 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Label.ts
' (102 chars) 1 => 1544531880 (integer)
38 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Optgroup.ts
' (105 chars) 1 => 1544531880 (integer)
39 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Option.ts
' (103 chars) 1 => 1544531880 (integer)
40 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Password.ts
' (105 chars) 1 => 1544531880 (integer)
41 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radio.ts
' (102 chars) 1 => 1544531880 (integer)
42 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radiogroup.ts
' (107 chars) 1 => 1544531880 (integer)
43 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Reset.ts
' (102 chars) 1 => 1544531880 (integer)
44 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Select.ts
' (103 chars) 1 => 1544531880 (integer)
45 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Submit.ts
' (103 chars) 1 => 1544531880 (integer)
46 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textarea.ts
' (105 chars) 1 => 1544531880 (integer)
47 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textblock.ts
' (106 chars) 1 => 1544531880 (integer)
48 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textline.ts
' (105 chars) 1 => 1544531880 (integer)
49 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Filters/Filters.ts
' (103 chars) 1 => 1544531880 (integer)
50 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Validators/Validators.ts
' (109 chars) 1 => 1544531880 (integer)
51 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0010_config.ts
' (120 chars) 1 => 1558534766 (integer)
52 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0020_lib.logo.ts
' (122 chars) 1 => 1651819268 (integer)
53 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0050_lib.Adressblock.ts
' (129 chars) 1 => 1651746188 (integer)
54 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0060_lib.logoFooter.ts
' (128 chars) 1 => 1554792156 (integer)
55 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0070_lib.hotline.ts
' (125 chars) 1 => 1617270271 (integer)
56 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0080_lib.headernav.ts
' (127 chars) 1 => 1554792156 (integer)
57 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0100_lib.contact.ts
' (125 chars) 1 => 1657006531 (integer)
58 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0101_lib.individualTravelOffer.ts
' (139 chars) 1 => 1679553570 (integer)
59 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0106_lib.formCoachHire.ts
' (131 chars) 1 => 1563538686 (integer)
60 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0110_lib.pidCalendar.ts
' (129 chars) 1 => 1554792156 (integer)
61 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.footerSection_02.ts
' (134 chars) 1 => 1617264351 (integer)
62 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.tourTypeMenue.ts
' (131 chars) 1 => 1554792156 (integer)
63 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0130_lib.footerSection_03.ts
' (134 chars) 1 => 1617264392 (integer)
64 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0140_lib.footerSection_04.ts
' (134 chars) 1 => 1617264387 (integer)
65 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0150_lib.defaultSliderText.ts
' (135 chars) 1 => 1554792156 (integer)
66 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0160_lib.xtouraFooter.ts
' (130 chars) 1 => 1554792156 (integer)
67 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0170_lib.year.ts
' (122 chars) 1 => 1554792156 (integer)
68 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0200_lib.mailogo.ts
' (125 chars) 1 => 1618349172 (integer)
69 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.ctegoeries.ts
' (128 chars) 1 => 1554792156 (integer)
70 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.footerForm.ts
' (128 chars) 1 => 1554800995 (integer)
71 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder.ts
' (133 chars) 1 => 1636026824 (integer)
72 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder2021.ts
' (137 chars) 1 => 1632738569 (integer)
73 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0240_XtouraContent.ts
' (127 chars) 1 => 1617266845 (integer)
74 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0250_lib.formGetAccount.ts
' (132 chars) 1 => 1606131058 (integer)
75 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0260_lib.formGetAccountHotel.ts
' (137 chars) 1 => 1606131083 (integer)
76 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder.ts
' (134 chars) 1 => 1606131106 (integer)
77 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder2021.ts
' (138 chars) 1 => 1632996408 (integer)
78 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/090_lib.hotline.ts
' (124 chars) 1 => 1554792156 (integer)
79 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/1000_page.ts
' (118 chars) 1 => 1560946391 (integer)
80 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/9000_honeypot.ts
' (122 chars) 1 => 1633504691 (integer)
81 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/Configuration/T
                  ypoScript/setup.txt
' (95 chars) 1 => 1544531880 (integer)
82 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/Configuration/
                  TypoScript/setup.txt
' (96 chars) 1 => 1544531880 (integer)
83 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/setup.txt
' (98 chars) 1 => 1544531880 (integer)
sPre => 'page' (4 chars) pSetup => array(14 items) includeJSFooter. => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) 10 => 'FLUIDTEMPLATE' (13 chars) 10. => array(6 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file. => array(1 item) stdWrap. => array(2 items) cObject => 'CASE' (4 chars) cObject. => array(11 items) key. => array(1 item)max depth default => 'TEXT' (4 chars) default. => array(1 item)max depth pagets__1 => 'TEXT' (4 chars) pagets__1. => array(1 item)max depth pagets__2 => 'TEXT' (4 chars) pagets__2. => array(1 item)max depth pagets__3 => 'TEXT' (4 chars) pagets__3. => array(1 item)max depth pagets__4 => 'TEXT' (4 chars) pagets__4. => array(1 item)max depth dataProcessing. => array(10 items) 10 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 10. => array(3 items) levels => '2' (1 chars) includeSpacer => '1' (1 chars) as => 'mainnavigation' (14 chars) 20 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20. => array(5 items) entryLevel => '1' (1 chars) levels => '2' (1 chars) expandAll => '0' (1 chars) includeSpacer => '1' (1 chars) as => 'subnavigation' (13 chars) 30 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30. => array(5 items) special => 'rootline' (8 chars) special. => array(1 item) range => '0|-1' (4 chars) includeNotInMenu => '1' (1 chars) as => 'breadcrumb' (10 chars) if. => array(3 items) value => '{$page.theme.breadcrumbEnableLevel}' (35 chars) value. => array(3 items)max depth isGreaterThan. => array(1 item)max depth 40 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40. => array(4 items) special => 'language' (8 chars) special. => array(1 item) value => '{$page.theme.language.languageValue}' (36 chars) as => 'languagenavigation' (18 chars) if. => array(1 item) isTrue => '{$page.theme.language.languageValue}' (36 chars) 50 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50. => array(5 items) special => '{$page.theme.meta.navigationType}' (33 chars) special. => array(1 item) value => '{$page.theme.meta.navigationValue}' (34 chars) includeNotInMenu => '{$page.theme.meta.includeNotInMenu}' (35 chars) as => 'metanavigation' (14 chars) if. => array(1 item) isTrue => '{$page.theme.meta.navigationValue}' (34 chars) variables. => array(30 items) slider => 'CONTENT' (7 chars) slider. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 1' (10 chars) filter => 'CONTENT' (7 chars) filter. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 2' (10 chars) reisearten => 'CONTENT' (7 chars) reisearten. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 3' (10 chars) main => 'CONTENT' (7 chars) main. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 0' (10 chars) header => 'CONTENT' (7 chars) header. => array(3 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 4' (10 chars) slide => '-1' (2 chars) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item) value => '4' (1 chars) tourtypeMenuHeadline => 'TEXT' (4 chars) tourtypeMenuHeadline. => array(1 item) value => 'Reisethemen' (11 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) feUserLogin => 'TEXT' (4 chars) feUserLogin. => array(2 items) value => 'Agenturlogin' (12 chars) stdWrap. => array(1 item) typolink. => array(2 items)max depth feUserName => 'COA_INT' (7 chars) feUserName. => array(6 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'TSFE:fe_user|user|company' (25 chars) wrap => '<a style="color:white" href="/intern/agenturbereich/startseite.html">Agentur
                        bereich: <span class="fa fa-user""></span> <strong> | </strong></a>
' (143 chars)
20 => 'TEXT' (4 chars) 20. => array(2 items) data => 'TSFE:fe_user|user|username' (26 chars) stdWrap. => array(2 items)max depth 40 => 'TEXT' (4 chars) 40. => array(2 items) value => 'TEST' (4 chars) wrap => '<script>XTouraUtils.runJS("$.getJSON('/ajax_call/Agenturen/externalAgencyCod
                        e/', { agency_code: fe_agency_id},function(data){ if(data.agency_code == fe_
                        agency_id) { console.log('agency registered') } else { console.log('agency i
                        nvalid') } })", ["jQuery"]);</script><!-- | -->
' (276 chars)
feUserLogout => 'TEXT' (4 chars) feUserLogout. => array(2 items) value => 'Abmelden' (8 chars) stdWrap. => array(2 items) typolink. => array(1 item)max depth wrap => '<span class="fa fa-unlock"></span> |' (37 chars) feUser => 'TEXT' (4 chars) feUser. => array(1 item) data => 'TSFE:fe_user|user|username' (26 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars)
meta. => array(5 items) X-UA-Compatible => 'IE=edge,chrome=1' (16 chars) X-UA-Compatible. => array(1 item) httpEquivalent => '1' (1 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description. => array(1 item) field => 'description' (11 chars) keywords. => array(1 item) field => 'keywords' (8 chars) includeJS. => array(empty) config. => array(1 item) htmlTag_stdWrap. => array(2 items) cObject => 'TEXT' (4 chars) cObject. => array(1 item) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars)
shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) headerData. => array(2 items) 1010 => 'USER_INT' (8 chars) 1010. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) includeCSS. => array(empty) includeCSSLibs. => array(empty) includeJSLibs. => array(empty) variables. => array(8 items) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars) footerData. => array(2 items) 20 => 'TEXT' (4 chars) 20. => array(1 item) value => ' ' (4 chars)
newHash => '94cd38602a99b64c9f1129f7a8918850' (32 chars) getMethodUrlIdToken => '' (0 chars) no_cacheBeforePageGen => FALSE tempContent => TRUE forceTemplateParsing => FALSE cHash_array => array(empty) pagesTSconfig => '' (0 chars) additionalHeaderData => array(empty) additionalFooterData => array(empty) additionalJavaScript => array(empty) additionalCSS => array(empty) JSeventFuncCalls => array(7 items) onmousemove => array(empty) onmouseup => array(empty) onkeydown => array(empty) onkeyup => array(empty) onkeypress => array(empty) onload => array(empty) onunload => array(empty) JSCode => NULL inlineJS => NULL divSection => '' (0 chars) defaultBodyTag => '<body>' (6 chars) debug => '' (0 chars) intTarget => '' (0 chars) extTarget => '_blank' (6 chars) fileTarget => '' (0 chars) MP_defaults => array(empty) spamProtectEmailAddresses => 0 (integer) absRefPrefix => '/' (1 chars) compensateFieldWidth => '' (0 chars) lockFilePath => 'fileadmin/' (10 chars) ATagParams => '' (0 chars) sWordRegEx => '' (0 chars) sWordList => NULL linkVars => '' (0 chars) excludeCHashVars => '' (0 chars) displayEditIcons => '' (0 chars) displayFieldEditIcons => '' (0 chars) sys_language_uid => 0 (integer) sys_language_mode => '' (0 chars) sys_language_content => 0 (integer) sys_language_contentOL => NULL sys_language_isocode => 'de' (2 chars) applicationData => array(empty) register => array(1 item) SYS_LASTCHANGED => 1714026286 (integer) registerStack => array(empty) cObjectDepthCounter => 44 (integer) recordRegister => array(empty) currentRecord => 'tt_content:1645' (15 chars) accessKey => array(empty) imagesOnPage => array(empty) lastImageInfo => array(empty) uniqueCounter => 0 (integer) uniqueString => '26b7834c0203bc3f298280675d4fd63e' (32 chars) indexedDocTitle => 'test' (4 chars) altPageTitle => '' (0 chars) baseUrl => '' (0 chars) anchorPrefix => '' (0 chars) usedUniqueIds => array(empty) cObj => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered content => '' (0 chars) clientInfo => array(2 items) BROWSER => 'net' (3 chars) VERSION => 5 (double) scriptParseTime => 0 (integer) csConvObj => TYPO3\CMS\Core\Charset\CharsetConverterprototypeobject noCharByteVal => 63 (integer) parsedCharsets => array(empty) caseFolding => array(empty) toASCII => array(empty) twoByteSets => array(1 item) ucs-2 => 1 (integer) fourByteSets => array(2 items) ucs-4 => 1 (integer) utf-32 => 1 (integer) eucBasedSets => array(4 items) gb2312 => 1 (integer) big5 => 1 (integer) euc-kr => 1 (integer) shift_jis => 1 (integer) synonyms => array(82 items) us => 'ascii' (5 chars) us-ascii => 'ascii' (5 chars) cp819 => 'iso-8859-1' (10 chars) ibm819 => 'iso-8859-1' (10 chars) iso-ir-100 => 'iso-8859-1' (10 chars) iso-ir-101 => 'iso-8859-2' (10 chars) iso-ir-109 => 'iso-8859-3' (10 chars) iso-ir-110 => 'iso-8859-4' (10 chars) iso-ir-144 => 'iso-8859-5' (10 chars) iso-ir-127 => 'iso-8859-6' (10 chars) iso-ir-126 => 'iso-8859-7' (10 chars) iso-ir-138 => 'iso-8859-8' (10 chars) iso-ir-148 => 'iso-8859-9' (10 chars) iso-ir-157 => 'iso-8859-10' (11 chars) iso-ir-179 => 'iso-8859-13' (11 chars) iso-ir-199 => 'iso-8859-14' (11 chars) iso-ir-203 => 'iso-8859-15' (11 chars) csisolatin1 => 'iso-8859-1' (10 chars) csisolatin2 => 'iso-8859-2' (10 chars) csisolatin3 => 'iso-8859-3' (10 chars) csisolatin5 => 'iso-8859-9' (10 chars) csisolatin8 => 'iso-8859-14' (11 chars) csisolatin9 => 'iso-8859-15' (11 chars) csisolatingreek => 'iso-8859-7' (10 chars) iso-celtic => 'iso-8859-14' (11 chars) latin1 => 'iso-8859-1' (10 chars) latin2 => 'iso-8859-2' (10 chars) latin3 => 'iso-8859-3' (10 chars) latin5 => 'iso-8859-9' (10 chars) latin6 => 'iso-8859-10' (11 chars) latin8 => 'iso-8859-14' (11 chars) latin9 => 'iso-8859-15' (11 chars) l1 => 'iso-8859-1' (10 chars) l2 => 'iso-8859-2' (10 chars) l3 => 'iso-8859-3' (10 chars) l5 => 'iso-8859-9' (10 chars) l6 => 'iso-8859-10' (11 chars) l8 => 'iso-8859-14' (11 chars) l9 => 'iso-8859-15' (11 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) tis-620 => 'iso-8859-11' (11 chars) win874 => 'windows-874' (11 chars) win1250 => 'windows-1250' (12 chars) win1251 => 'windows-1251' (12 chars) win1252 => 'windows-1252' (12 chars) win1253 => 'windows-1253' (12 chars) win1254 => 'windows-1254' (12 chars) win1255 => 'windows-1255' (12 chars) win1256 => 'windows-1256' (12 chars) win1257 => 'windows-1257' (12 chars) win1258 => 'windows-1258' (12 chars) cp1250 => 'windows-1250' (12 chars) cp1251 => 'windows-1251' (12 chars) cp1252 => 'windows-1252' (12 chars) ms-ee => 'windows-1250' (12 chars) ms-ansi => 'windows-1252' (12 chars) ms-greek => 'windows-1253' (12 chars) ms-turk => 'windows-1254' (12 chars) winbaltrim => 'windows-1257' (12 chars) koi-8ru => 'koi-8r' (6 chars) koi8r => 'koi-8r' (6 chars) cp878 => 'koi-8r' (6 chars) mac => 'macroman' (8 chars) macintosh => 'macroman' (8 chars) euc-cn => 'gb2312' (6 chars) x-euc-cn => 'gb2312' (6 chars) euccn => 'gb2312' (6 chars) cp936 => 'gb2312' (6 chars) big-5 => 'big5' (4 chars) cp950 => 'big5' (4 chars) eucjp => 'euc-jp' (6 chars) sjis => 'shift_jis' (9 chars) shift-jis => 'shift_jis' (9 chars) cp932 => 'shift_jis' (9 chars) cp949 => 'euc-kr' (6 chars) utf7 => 'utf-7' (5 chars) utf8 => 'utf-8' (5 chars) utf16 => 'utf-16' (6 chars) utf32 => 'utf-32' (6 chars) ucs2 => 'ucs-2' (5 chars) ucs4 => 'ucs-4' (5 chars) lang_to_script => array(156 items) af => 'west_european' (13 chars) ar => 'arabic' (6 chars) bg => 'cyrillic' (8 chars) bs => 'east_european' (13 chars) cs => 'east_european' (13 chars) da => 'west_european' (13 chars) de => 'west_european' (13 chars) es => 'west_european' (13 chars) et => 'estonian' (8 chars) eo => 'unicode' (7 chars) eu => 'west_european' (13 chars) fa => 'arabic' (6 chars) fi => 'west_european' (13 chars) fo => 'west_european' (13 chars) fr => 'west_european' (13 chars) ga => 'west_european' (13 chars) gl => 'west_european' (13 chars) gr => 'greek' (5 chars) he => 'hebrew' (6 chars) hi => 'unicode' (7 chars) hr => 'east_european' (13 chars) hu => 'east_european' (13 chars) iw => 'hebrew' (6 chars) is => 'west_european' (13 chars) it => 'west_european' (13 chars) ja => 'japanese' (8 chars) ka => 'unicode' (7 chars) kl => 'west_european' (13 chars) km => 'unicode' (7 chars) ko => 'korean' (6 chars) lt => 'lithuanian' (10 chars) lv => 'west_european' (13 chars) nl => 'west_european' (13 chars) no => 'west_european' (13 chars) nb => 'west_european' (13 chars) nn => 'west_european' (13 chars) pl => 'east_european' (13 chars) pt => 'west_european' (13 chars) ro => 'east_european' (13 chars) ru => 'cyrillic' (8 chars) sk => 'east_european' (13 chars) sl => 'east_european' (13 chars) sr => 'cyrillic' (8 chars) sv => 'west_european' (13 chars) sq => 'albanian' (8 chars) th => 'thai' (4 chars) uk => 'cyrillic' (8 chars) vi => 'vietnamese' (10 chars) zh => 'chinese' (7 chars) afk => 'west_european' (13 chars) ara => 'arabic' (6 chars) bgr => 'cyrillic' (8 chars) cat => 'west_european' (13 chars) chs => 'simpl_chinese' (13 chars) cht => 'trad_chinese' (12 chars) csy => 'east_european' (13 chars) dan => 'west_european' (13 chars) deu => 'west_european' (13 chars) dea => 'west_european' (13 chars) des => 'west_european' (13 chars) ena => 'west_european' (13 chars) enc => 'west_european' (13 chars) eng => 'west_european' (13 chars) enz => 'west_european' (13 chars) enu => 'west_european' (13 chars) euq => 'west_european' (13 chars) fos => 'west_european' (13 chars) far => 'arabic' (6 chars) fin => 'west_european' (13 chars) fra => 'west_european' (13 chars) frb => 'west_european' (13 chars) frc => 'west_european' (13 chars) frs => 'west_european' (13 chars) geo => 'unicode' (7 chars) glg => 'west_european' (13 chars) ell => 'greek' (5 chars) heb => 'hebrew' (6 chars) hin => 'unicode' (7 chars) hun => 'east_european' (13 chars) isl => 'west_european' (13 chars) ita => 'west_european' (13 chars) its => 'west_european' (13 chars) jpn => 'japanese' (8 chars) khm => 'unicode' (7 chars) kor => 'korean' (6 chars) lth => 'lithuanian' (10 chars) lvi => 'west_european' (13 chars) msl => 'west_european' (13 chars) nlb => 'west_european' (13 chars) nld => 'west_european' (13 chars) nor => 'west_european' (13 chars) non => 'west_european' (13 chars) plk => 'east_european' (13 chars) ptg => 'west_european' (13 chars) ptb => 'west_european' (13 chars) rom => 'east_european' (13 chars) rus => 'cyrillic' (8 chars) slv => 'east_european' (13 chars) sky => 'east_european' (13 chars) srl => 'east_european' (13 chars) srb => 'cyrillic' (8 chars) esp => 'west_european' (13 chars) esm => 'west_european' (13 chars) esn => 'west_european' (13 chars) sve => 'west_european' (13 chars) sqi => 'albanian' (8 chars) tha => 'thai' (4 chars) trk => 'turkish' (7 chars) ukr => 'cyrillic' (8 chars) afrikaans => 'west_european' (13 chars) albanian => 'albanian' (8 chars) arabic => 'arabic' (6 chars) basque => 'west_european' (13 chars) bosnian => 'east_european' (13 chars) bulgarian => 'east_european' (13 chars) catalan => 'west_european' (13 chars) croatian => 'east_european' (13 chars) czech => 'east_european' (13 chars) danish => 'west_european' (13 chars) dutch => 'west_european' (13 chars) english => 'west_european' (13 chars) esperanto => 'unicode' (7 chars) estonian => 'estonian' (8 chars) faroese => 'west_european' (13 chars) farsi => 'arabic' (6 chars) finnish => 'west_european' (13 chars) french => 'west_european' (13 chars) galician => 'west_european' (13 chars) georgian => 'unicode' (7 chars) german => 'west_european' (13 chars) greek => 'greek' (5 chars) greenlandic => 'west_european' (13 chars) hebrew => 'hebrew' (6 chars) hindi => 'unicode' (7 chars) hungarian => 'east_european' (13 chars) icelandic => 'west_european' (13 chars) italian => 'west_european' (13 chars) khmer => 'unicode' (7 chars) latvian => 'west_european' (13 chars) lettish => 'west_european' (13 chars) lithuanian => 'lithuanian' (10 chars) malay => 'west_european' (13 chars) norwegian => 'west_european' (13 chars) persian => 'arabic' (6 chars) polish => 'east_european' (13 chars) portuguese => 'west_european' (13 chars) russian => 'cyrillic' (8 chars) romanian => 'east_european' (13 chars) serbian => 'cyrillic' (8 chars) slovak => 'east_european' (13 chars) slovenian => 'east_european' (13 chars) spanish => 'west_european' (13 chars) svedish => 'west_european' (13 chars) that => 'thai' (4 chars) turkish => 'turkish' (7 chars) ukrainian => 'cyrillic' (8 chars) script_to_charset_unix => array(19 items) west_european => 'iso-8859-1' (10 chars) estonian => 'iso-8859-1' (10 chars) east_european => 'iso-8859-2' (10 chars) baltic => 'iso-8859-4' (10 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) greek => 'iso-8859-7' (10 chars) hebrew => 'iso-8859-8' (10 chars) turkish => 'iso-8859-9' (10 chars) thai => 'iso-8859-11' (11 chars) lithuanian => 'iso-8859-13' (11 chars) chinese => 'gb2312' (6 chars) japanese => 'euc-jp' (6 chars) korean => 'euc-kr' (6 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) vietnamese => '' (0 chars) unicode => 'utf-8' (5 chars) albanian => 'utf-8' (5 chars) script_to_charset_windows => array(19 items) east_european => 'windows-1250' (12 chars) cyrillic => 'windows-1251' (12 chars) west_european => 'windows-1252' (12 chars) greek => 'windows-1253' (12 chars) turkish => 'windows-1254' (12 chars) hebrew => 'windows-1255' (12 chars) arabic => 'windows-1256' (12 chars) baltic => 'windows-1257' (12 chars) estonian => 'windows-1257' (12 chars) lithuanian => 'windows-1257' (12 chars) vietnamese => 'windows-1258' (12 chars) thai => 'cp874' (5 chars) korean => 'cp949' (5 chars) chinese => 'gb2312' (6 chars) japanese => 'shift_jis' (9 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) albanian => 'windows-1250' (12 chars) unicode => 'utf-8' (5 chars) locale_to_charset => array(7 items) japanese.euc => 'euc-jp' (6 chars) ja_jp.ujis => 'euc-jp' (6 chars) korean.euc => 'euc-kr' (6 chars) sr@Latn => 'iso-8859-2' (10 chars) zh_cn => 'gb2312' (6 chars) zh_hk => 'big5' (4 chars) zh_tw => 'big5' (4 chars) charSetArray => array(66 items) af => '' (0 chars) ar => 'iso-8859-6' (10 chars) ba => 'iso-8859-2' (10 chars) bg => 'windows-1251' (12 chars) br => '' (0 chars) ca => 'iso-8859-15' (11 chars) ch => 'gb2312' (6 chars) cs => 'windows-1250' (12 chars) cz => 'windows-1250' (12 chars) da => '' (0 chars) de => '' (0 chars) dk => '' (0 chars) el => 'iso-8859-7' (10 chars) eo => 'utf-8' (5 chars) es => '' (0 chars) et => 'iso-8859-4' (10 chars) eu => '' (0 chars) fa => 'utf-8' (5 chars) fi => '' (0 chars) fo => 'utf-8' (5 chars) fr => '' (0 chars) fr_CA => '' (0 chars) ga => '' (0 chars) ge => 'utf-8' (5 chars) gl => '' (0 chars) gr => 'iso-8859-7' (10 chars) he => 'utf-8' (5 chars) hi => 'utf-8' (5 chars) hk => 'big5' (4 chars) hr => 'windows-1250' (12 chars) hu => 'iso-8859-2' (10 chars) is => 'utf-8' (5 chars) it => '' (0 chars) ja => 'shift_jis' (9 chars) jp => 'shift_jis' (9 chars) ka => 'utf-8' (5 chars) kl => 'utf-8' (5 chars) km => 'utf-8' (5 chars) ko => 'euc-kr' (6 chars) kr => 'euc-kr' (6 chars) lt => 'windows-1257' (12 chars) lv => 'utf-8' (5 chars) ms => '' (0 chars) my => '' (0 chars) nl => '' (0 chars) no => '' (0 chars) pl => 'iso-8859-2' (10 chars) pt => '' (0 chars) pt_BR => '' (0 chars) qc => '' (0 chars) ro => 'iso-8859-2' (10 chars) ru => 'windows-1251' (12 chars) se => '' (0 chars) si => 'windows-1250' (12 chars) sk => 'windows-1250' (12 chars) sl => 'windows-1250' (12 chars) sq => 'utf-8' (5 chars) sr => 'utf-8' (5 chars) sv => '' (0 chars) th => 'iso-8859-11' (11 chars) tr => 'iso-8859-9' (10 chars) ua => 'windows-1251' (12 chars) uk => 'windows-1251' (12 chars) vi => 'utf-8' (5 chars) vn => 'utf-8' (5 chars) zh => 'big5' (4 chars) defaultCharSet => 'utf-8' (5 chars) renderCharset => 'utf-8' (5 chars) metaCharset => 'utf-8' (5 chars) localeCharset => 'utf-8' (5 chars) lang => 'de' (2 chars) LL_labels_cache => array(empty) LL_files_cache => array(empty) languageDependencies => array(1 item) 0 => 'de' (2 chars) locks => array(1 item) pages => array(2 items) accessLock => TYPO3\CMS\Core\Locking\FileLockStrategyprototypeobject filePointer => filePath => '/var/www/vhosts/seltamed.de/htdocs/public/typo3temp/locks/flock_b3b32a2d4222
                  65cd25c3323ed0157f81
' (96 chars) isAcquired => FALSE
pageLock => TYPO3\CMS\Core\Locking\FileLockStrategyprototypeobject filePointer => resource filePath => '/var/www/vhosts/seltamed.de/htdocs/public/typo3temp/locks/flock_192d0d0162bc
                  2bdffe06016e2e87ad91
' (96 chars) isAcquired => TRUE
pageRenderer => TYPO3\CMS\Core\Page\PageRenderersingletonobject compressJavascript => FALSE compressCss => FALSE removeLineBreaksFromTemplate => FALSE concatenateFiles => FALSE concatenateJavascript => FALSE concatenateCss => FALSE moveJsFromHeaderToFooter => FALSE csConvObj => TYPO3\CMS\Core\Charset\CharsetConverterprototypeobject noCharByteVal => 63 (integer) parsedCharsets => array(empty) caseFolding => array(empty) toASCII => array(empty) twoByteSets => array(1 item) ucs-2 => 1 (integer) fourByteSets => array(2 items) ucs-4 => 1 (integer) utf-32 => 1 (integer) eucBasedSets => array(4 items) gb2312 => 1 (integer) big5 => 1 (integer) euc-kr => 1 (integer) shift_jis => 1 (integer) synonyms => array(82 items) us => 'ascii' (5 chars) us-ascii => 'ascii' (5 chars) cp819 => 'iso-8859-1' (10 chars) ibm819 => 'iso-8859-1' (10 chars) iso-ir-100 => 'iso-8859-1' (10 chars) iso-ir-101 => 'iso-8859-2' (10 chars) iso-ir-109 => 'iso-8859-3' (10 chars) iso-ir-110 => 'iso-8859-4' (10 chars) iso-ir-144 => 'iso-8859-5' (10 chars) iso-ir-127 => 'iso-8859-6' (10 chars) iso-ir-126 => 'iso-8859-7' (10 chars) iso-ir-138 => 'iso-8859-8' (10 chars) iso-ir-148 => 'iso-8859-9' (10 chars) iso-ir-157 => 'iso-8859-10' (11 chars) iso-ir-179 => 'iso-8859-13' (11 chars) iso-ir-199 => 'iso-8859-14' (11 chars) iso-ir-203 => 'iso-8859-15' (11 chars) csisolatin1 => 'iso-8859-1' (10 chars) csisolatin2 => 'iso-8859-2' (10 chars) csisolatin3 => 'iso-8859-3' (10 chars) csisolatin5 => 'iso-8859-9' (10 chars) csisolatin8 => 'iso-8859-14' (11 chars) csisolatin9 => 'iso-8859-15' (11 chars) csisolatingreek => 'iso-8859-7' (10 chars) iso-celtic => 'iso-8859-14' (11 chars) latin1 => 'iso-8859-1' (10 chars) latin2 => 'iso-8859-2' (10 chars) latin3 => 'iso-8859-3' (10 chars) latin5 => 'iso-8859-9' (10 chars) latin6 => 'iso-8859-10' (11 chars) latin8 => 'iso-8859-14' (11 chars) latin9 => 'iso-8859-15' (11 chars) l1 => 'iso-8859-1' (10 chars) l2 => 'iso-8859-2' (10 chars) l3 => 'iso-8859-3' (10 chars) l5 => 'iso-8859-9' (10 chars) l6 => 'iso-8859-10' (11 chars) l8 => 'iso-8859-14' (11 chars) l9 => 'iso-8859-15' (11 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) tis-620 => 'iso-8859-11' (11 chars) win874 => 'windows-874' (11 chars) win1250 => 'windows-1250' (12 chars) win1251 => 'windows-1251' (12 chars) win1252 => 'windows-1252' (12 chars) win1253 => 'windows-1253' (12 chars) win1254 => 'windows-1254' (12 chars) win1255 => 'windows-1255' (12 chars) win1256 => 'windows-1256' (12 chars) win1257 => 'windows-1257' (12 chars) win1258 => 'windows-1258' (12 chars) cp1250 => 'windows-1250' (12 chars) cp1251 => 'windows-1251' (12 chars) cp1252 => 'windows-1252' (12 chars) ms-ee => 'windows-1250' (12 chars) ms-ansi => 'windows-1252' (12 chars) ms-greek => 'windows-1253' (12 chars) ms-turk => 'windows-1254' (12 chars) winbaltrim => 'windows-1257' (12 chars) koi-8ru => 'koi-8r' (6 chars) koi8r => 'koi-8r' (6 chars) cp878 => 'koi-8r' (6 chars) mac => 'macroman' (8 chars) macintosh => 'macroman' (8 chars) euc-cn => 'gb2312' (6 chars) x-euc-cn => 'gb2312' (6 chars) euccn => 'gb2312' (6 chars) cp936 => 'gb2312' (6 chars) big-5 => 'big5' (4 chars) cp950 => 'big5' (4 chars) eucjp => 'euc-jp' (6 chars) sjis => 'shift_jis' (9 chars) shift-jis => 'shift_jis' (9 chars) cp932 => 'shift_jis' (9 chars) cp949 => 'euc-kr' (6 chars) utf7 => 'utf-7' (5 chars) utf8 => 'utf-8' (5 chars) utf16 => 'utf-16' (6 chars) utf32 => 'utf-32' (6 chars) ucs2 => 'ucs-2' (5 chars) ucs4 => 'ucs-4' (5 chars) lang_to_script => array(156 items) af => 'west_european' (13 chars) ar => 'arabic' (6 chars) bg => 'cyrillic' (8 chars) bs => 'east_european' (13 chars) cs => 'east_european' (13 chars) da => 'west_european' (13 chars) de => 'west_european' (13 chars) es => 'west_european' (13 chars) et => 'estonian' (8 chars) eo => 'unicode' (7 chars) eu => 'west_european' (13 chars) fa => 'arabic' (6 chars) fi => 'west_european' (13 chars) fo => 'west_european' (13 chars) fr => 'west_european' (13 chars) ga => 'west_european' (13 chars) gl => 'west_european' (13 chars) gr => 'greek' (5 chars) he => 'hebrew' (6 chars) hi => 'unicode' (7 chars) hr => 'east_european' (13 chars) hu => 'east_european' (13 chars) iw => 'hebrew' (6 chars) is => 'west_european' (13 chars) it => 'west_european' (13 chars) ja => 'japanese' (8 chars) ka => 'unicode' (7 chars) kl => 'west_european' (13 chars) km => 'unicode' (7 chars) ko => 'korean' (6 chars) lt => 'lithuanian' (10 chars) lv => 'west_european' (13 chars) nl => 'west_european' (13 chars) no => 'west_european' (13 chars) nb => 'west_european' (13 chars) nn => 'west_european' (13 chars) pl => 'east_european' (13 chars) pt => 'west_european' (13 chars) ro => 'east_european' (13 chars) ru => 'cyrillic' (8 chars) sk => 'east_european' (13 chars) sl => 'east_european' (13 chars) sr => 'cyrillic' (8 chars) sv => 'west_european' (13 chars) sq => 'albanian' (8 chars) th => 'thai' (4 chars) uk => 'cyrillic' (8 chars) vi => 'vietnamese' (10 chars) zh => 'chinese' (7 chars) afk => 'west_european' (13 chars) ara => 'arabic' (6 chars) bgr => 'cyrillic' (8 chars) cat => 'west_european' (13 chars) chs => 'simpl_chinese' (13 chars) cht => 'trad_chinese' (12 chars) csy => 'east_european' (13 chars) dan => 'west_european' (13 chars) deu => 'west_european' (13 chars) dea => 'west_european' (13 chars) des => 'west_european' (13 chars) ena => 'west_european' (13 chars) enc => 'west_european' (13 chars) eng => 'west_european' (13 chars) enz => 'west_european' (13 chars) enu => 'west_european' (13 chars) euq => 'west_european' (13 chars) fos => 'west_european' (13 chars) far => 'arabic' (6 chars) fin => 'west_european' (13 chars) fra => 'west_european' (13 chars) frb => 'west_european' (13 chars) frc => 'west_european' (13 chars) frs => 'west_european' (13 chars) geo => 'unicode' (7 chars) glg => 'west_european' (13 chars) ell => 'greek' (5 chars) heb => 'hebrew' (6 chars) hin => 'unicode' (7 chars) hun => 'east_european' (13 chars) isl => 'west_european' (13 chars) ita => 'west_european' (13 chars) its => 'west_european' (13 chars) jpn => 'japanese' (8 chars) khm => 'unicode' (7 chars) kor => 'korean' (6 chars) lth => 'lithuanian' (10 chars) lvi => 'west_european' (13 chars) msl => 'west_european' (13 chars) nlb => 'west_european' (13 chars) nld => 'west_european' (13 chars) nor => 'west_european' (13 chars) non => 'west_european' (13 chars) plk => 'east_european' (13 chars) ptg => 'west_european' (13 chars) ptb => 'west_european' (13 chars) rom => 'east_european' (13 chars) rus => 'cyrillic' (8 chars) slv => 'east_european' (13 chars) sky => 'east_european' (13 chars) srl => 'east_european' (13 chars) srb => 'cyrillic' (8 chars) esp => 'west_european' (13 chars) esm => 'west_european' (13 chars) esn => 'west_european' (13 chars) sve => 'west_european' (13 chars) sqi => 'albanian' (8 chars) tha => 'thai' (4 chars) trk => 'turkish' (7 chars) ukr => 'cyrillic' (8 chars) afrikaans => 'west_european' (13 chars) albanian => 'albanian' (8 chars) arabic => 'arabic' (6 chars) basque => 'west_european' (13 chars) bosnian => 'east_european' (13 chars) bulgarian => 'east_european' (13 chars) catalan => 'west_european' (13 chars) croatian => 'east_european' (13 chars) czech => 'east_european' (13 chars) danish => 'west_european' (13 chars) dutch => 'west_european' (13 chars) english => 'west_european' (13 chars) esperanto => 'unicode' (7 chars) estonian => 'estonian' (8 chars) faroese => 'west_european' (13 chars) farsi => 'arabic' (6 chars) finnish => 'west_european' (13 chars) french => 'west_european' (13 chars) galician => 'west_european' (13 chars) georgian => 'unicode' (7 chars) german => 'west_european' (13 chars) greek => 'greek' (5 chars) greenlandic => 'west_european' (13 chars) hebrew => 'hebrew' (6 chars) hindi => 'unicode' (7 chars) hungarian => 'east_european' (13 chars) icelandic => 'west_european' (13 chars) italian => 'west_european' (13 chars) khmer => 'unicode' (7 chars) latvian => 'west_european' (13 chars) lettish => 'west_european' (13 chars) lithuanian => 'lithuanian' (10 chars) malay => 'west_european' (13 chars) norwegian => 'west_european' (13 chars) persian => 'arabic' (6 chars) polish => 'east_european' (13 chars) portuguese => 'west_european' (13 chars) russian => 'cyrillic' (8 chars) romanian => 'east_european' (13 chars) serbian => 'cyrillic' (8 chars) slovak => 'east_european' (13 chars) slovenian => 'east_european' (13 chars) spanish => 'west_european' (13 chars) svedish => 'west_european' (13 chars) that => 'thai' (4 chars) turkish => 'turkish' (7 chars) ukrainian => 'cyrillic' (8 chars) script_to_charset_unix => array(19 items) west_european => 'iso-8859-1' (10 chars) estonian => 'iso-8859-1' (10 chars) east_european => 'iso-8859-2' (10 chars) baltic => 'iso-8859-4' (10 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) greek => 'iso-8859-7' (10 chars) hebrew => 'iso-8859-8' (10 chars) turkish => 'iso-8859-9' (10 chars) thai => 'iso-8859-11' (11 chars) lithuanian => 'iso-8859-13' (11 chars) chinese => 'gb2312' (6 chars) japanese => 'euc-jp' (6 chars) korean => 'euc-kr' (6 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) vietnamese => '' (0 chars) unicode => 'utf-8' (5 chars) albanian => 'utf-8' (5 chars) script_to_charset_windows => array(19 items) east_european => 'windows-1250' (12 chars) cyrillic => 'windows-1251' (12 chars) west_european => 'windows-1252' (12 chars) greek => 'windows-1253' (12 chars) turkish => 'windows-1254' (12 chars) hebrew => 'windows-1255' (12 chars) arabic => 'windows-1256' (12 chars) baltic => 'windows-1257' (12 chars) estonian => 'windows-1257' (12 chars) lithuanian => 'windows-1257' (12 chars) vietnamese => 'windows-1258' (12 chars) thai => 'cp874' (5 chars) korean => 'cp949' (5 chars) chinese => 'gb2312' (6 chars) japanese => 'shift_jis' (9 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) albanian => 'windows-1250' (12 chars) unicode => 'utf-8' (5 chars) locale_to_charset => array(7 items) japanese.euc => 'euc-jp' (6 chars) ja_jp.ujis => 'euc-jp' (6 chars) korean.euc => 'euc-kr' (6 chars) sr@Latn => 'iso-8859-2' (10 chars) zh_cn => 'gb2312' (6 chars) zh_hk => 'big5' (4 chars) zh_tw => 'big5' (4 chars) charSetArray => array(66 items) af => '' (0 chars) ar => 'iso-8859-6' (10 chars) ba => 'iso-8859-2' (10 chars) bg => 'windows-1251' (12 chars) br => '' (0 chars) ca => 'iso-8859-15' (11 chars) ch => 'gb2312' (6 chars) cs => 'windows-1250' (12 chars) cz => 'windows-1250' (12 chars) da => '' (0 chars) de => '' (0 chars) dk => '' (0 chars) el => 'iso-8859-7' (10 chars) eo => 'utf-8' (5 chars) es => '' (0 chars) et => 'iso-8859-4' (10 chars) eu => '' (0 chars) fa => 'utf-8' (5 chars) fi => '' (0 chars) fo => 'utf-8' (5 chars) fr => '' (0 chars) fr_CA => '' (0 chars) ga => '' (0 chars) ge => 'utf-8' (5 chars) gl => '' (0 chars) gr => 'iso-8859-7' (10 chars) he => 'utf-8' (5 chars) hi => 'utf-8' (5 chars) hk => 'big5' (4 chars) hr => 'windows-1250' (12 chars) hu => 'iso-8859-2' (10 chars) is => 'utf-8' (5 chars) it => '' (0 chars) ja => 'shift_jis' (9 chars) jp => 'shift_jis' (9 chars) ka => 'utf-8' (5 chars) kl => 'utf-8' (5 chars) km => 'utf-8' (5 chars) ko => 'euc-kr' (6 chars) kr => 'euc-kr' (6 chars) lt => 'windows-1257' (12 chars) lv => 'utf-8' (5 chars) ms => '' (0 chars) my => '' (0 chars) nl => '' (0 chars) no => '' (0 chars) pl => 'iso-8859-2' (10 chars) pt => '' (0 chars) pt_BR => '' (0 chars) qc => '' (0 chars) ro => 'iso-8859-2' (10 chars) ru => 'windows-1251' (12 chars) se => '' (0 chars) si => 'windows-1250' (12 chars) sk => 'windows-1250' (12 chars) sl => 'windows-1250' (12 chars) sq => 'utf-8' (5 chars) sr => 'utf-8' (5 chars) sv => '' (0 chars) th => 'iso-8859-11' (11 chars) tr => 'iso-8859-9' (10 chars) ua => 'windows-1251' (12 chars) uk => 'windows-1251' (12 chars) vi => 'utf-8' (5 chars) vn => 'utf-8' (5 chars) zh => 'big5' (4 chars) locales => TYPO3\CMS\Core\Localization\Localessingletonobject languages => array(52 items) default => 'English' (7 chars) af => 'Afrikaans' (9 chars) ar => 'Arabic' (6 chars) bs => 'Bosnian' (7 chars) bg => 'Bulgarian' (9 chars) ca => 'Catalan' (7 chars) ch => 'Chinese (Simpl.)' (16 chars) cs => 'Czech' (5 chars) da => 'Danish' (6 chars) de => 'German' (6 chars) el => 'Greek' (5 chars) eo => 'Esperanto' (9 chars) es => 'Spanish' (7 chars) et => 'Estonian' (8 chars) eu => 'Basque' (6 chars) fa => 'Persian' (7 chars) fi => 'Finnish' (7 chars) fo => 'Faroese' (7 chars) fr => 'French' (6 chars) fr_CA => 'French (Canada)' (15 chars) gl => 'Galician' (8 chars) he => 'Hebrew' (6 chars) hi => 'Hindi' (5 chars) hr => 'Croatian' (8 chars) hu => 'Hungarian' (9 chars) is => 'Icelandic' (9 chars) it => 'Italian' (7 chars) ja => 'Japanese' (8 chars) ka => 'Georgian' (8 chars) kl => 'Greenlandic' (11 chars) km => 'Khmer' (5 chars) ko => 'Korean' (6 chars) lt => 'Lithuanian' (10 chars) lv => 'Latvian' (7 chars) ms => 'Malay' (5 chars) nl => 'Dutch' (5 chars) no => 'Norwegian' (9 chars) pl => 'Polish' (6 chars) pt => 'Portuguese' (10 chars) pt_BR => 'Brazilian Portuguese' (20 chars) ro => 'Romanian' (8 chars) ru => 'Russian' (7 chars) sk => 'Slovak' (6 chars) sl => 'Slovenian' (9 chars) sq => 'Albanian' (8 chars) sr => 'Serbian' (7 chars) sv => 'Swedish' (7 chars) th => 'Thai' (4 chars) tr => 'Turkish' (7 chars) uk => 'Ukrainian' (9 chars) vi => 'Vietnamese' (10 chars) zh => 'Chinese (Trad.)' (15 chars) isoReverseMapping => array(19 items) bs => 'ba' (2 chars) cs => 'cz' (2 chars) da => 'dk' (2 chars) el => 'gr' (2 chars) fr_CA => 'qc' (2 chars) gl => 'ga' (2 chars) ja => 'jp' (2 chars) ka => 'ge' (2 chars) kl => 'gl' (2 chars) ko => 'kr' (2 chars) ms => 'my' (2 chars) pt_BR => 'br' (2 chars) sl => 'si' (2 chars) sv => 'se' (2 chars) uk => 'ua' (2 chars) vi => 'vn' (2 chars) zh => 'hk' (2 chars) zh_CN => 'ch' (2 chars) zh_HK => 'hk' (2 chars) isoMapping => array(18 items) ba => 'bs' (2 chars) cz => 'cs' (2 chars) dk => 'da' (2 chars) gr => 'el' (2 chars) qc => 'fr_CA' (5 chars) ga => 'gl' (2 chars) jp => 'ja' (2 chars) ge => 'ka' (2 chars) gl => 'kl' (2 chars) kr => 'ko' (2 chars) my => 'ms' (2 chars) br => 'pt_BR' (5 chars) si => 'sl' (2 chars) se => 'sv' (2 chars) ua => 'uk' (2 chars) vn => 'vi' (2 chars) hk => 'zh_HK' (5 chars) ch => 'zh_CN' (5 chars) localeDependencies => array(2 items) fr_CA => array(1 item) 0 => 'fr' (2 chars) pt_BR => array(1 item) 0 => 'pt' (2 chars) lang => 'de' (2 chars) languageDependencies => array(1 item) 0 => 'de' (2 chars) compressor => NULL jsFiles => array(empty) jsFooterFiles => array(empty) jsLibs => array(empty) jsFooterLibs => array(empty) cssFiles => array(empty) cssLibs => array(empty) title => NULL charSet => NULL favIcon => NULL baseUrl => NULL renderXhtml => FALSE xmlPrologAndDocType => '' (0 chars) metaTags => array(empty) inlineComments => array(empty) headerData => array(empty) footerData => array(empty) titleTag => '<title>|</title>' (16 chars) metaCharsetTag => '<meta http-equiv="Content-Type" content="text/html; charset=|" />' (65 chars) htmlTag => '<html>' (6 chars) headTag => '<head>' (6 chars) baseUrlTag => '<base href="|" />' (17 chars) iconMimeType => '' (0 chars) shortcutTag => '<link rel="shortcut icon" href="%1$s"%2$s />' (44 chars) jsInline => array(empty) jsFooterInline => array(empty) extOnReadyCode => array(empty) cssInline => array(empty) bodyContent => NULL templateFile => 'EXT:frontend/Resources/Private/Templates/MainPage.html' (54 chars) jsLibraryNames => array(1 item) 0 => 'extjs' (5 chars) requireJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/' (48 chars) extJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/extjs/' (54 chars) jQueryPath => 'sysext/core/Resources/Public/JavaScript/Contrib/jquery/' (55 chars) jQueryVersions => array(empty) availableLocalJqueryVersions => array(1 item) 0 => '2.1.4' (5 chars) jQueryCdnUrls => array(4 items) google => 'https://ajax.googleapis.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (63 chars) msn => 'https://ajax.aspnetcdn.com/ajax/jQuery/jquery-%1$s%2$s.js' (57 chars) jquery => 'https://code.jquery.com/jquery-%1$s%2$s.js' (42 chars) cloudflare => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (64 chars) addRequireJs => FALSE requireJsConfig => array(empty) addExtJS => FALSE extDirectCodeAdded => FALSE enableExtJsDebug => FALSE enableJqueryDebug => FALSE extJStheme => TRUE extJScss => TRUE inlineLanguageLabels => array(empty) inlineLanguageLabelFiles => array(empty) inlineSettings => array(empty) inlineJavascriptWrap => array(2 items) 0 => '<script type="text/javascript"> /*<![CDATA[*/ ' (46 chars) 1 => '/*]]>*/ </script> ' (18 chars) compressError => '' (0 chars) endingSlash => '' (0 chars) backPath => 'typo3/' (6 chars) pageCache => TYPO3\CMS\Core\Cache\Frontend\VariableFrontendprototypeobject useIgBinary => TRUE identifier => 'cache_pages' (11 chars) backend => TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackendprototypeobject cacheTable => 'cf_cache_pages' (14 chars) tagsTable => 'cf_cache_pages_tags' (19 chars) compression => TRUE compressionLevel => -1 (integer) identifierField => 'cf_cache_pages.identifier' (25 chars) expiresField => 'cf_cache_pages.expires' (22 chars) maximumLifetime => 423816726 (integer) notExpiredStatement => 'cf_cache_pages.expires >= 1722092874' (36 chars) expiredStatement => 'cf_cache_pages.expires < 1722092874' (35 chars) tableList => 'cf_cache_pages, cf_cache_pages_tags' (35 chars) tableJoin => 'cf_cache_pages.identifier = cf_cache_pages_tags.identifier' (58 chars) cache => TYPO3\CMS\Core\Cache\Frontend\VariableFrontendprototypeobjectsee above cacheIdentifier => 'cache_pages' (11 chars) context => 'production' (10 chars) defaultLifetime => 3600 (integer) pageCacheTags => array(1 item) 0 => 'pageId_191' (10 chars) cacheHash => TYPO3\CMS\Frontend\Page\CacheHashCalculatorsingletonobject cachedParametersWhiteList => array(empty) excludedParameters => array(10 items) 0 => 'L' (1 chars) 1 => 'pk_campaign' (11 chars) 2 => 'pk_kwd' (6 chars) 3 => 'utm_source' (10 chars) 4 => 'utm_medium' (10 chars) 5 => 'utm_campaign' (12 chars) 6 => 'utm_term' (8 chars) 7 => 'utm_content' (11 chars) 8 => 'fbclid' (6 chars) 9 => 'gclid' (5 chars) requireCacheHashPresenceParameters => array(empty) excludedParametersIfEmpty => array(empty) excludeAllEmptyParameters => FALSE includePageId => '1' (1 chars) domainDataCache => array(empty) contentType => 'text/html' (9 chars) xhtmlDoctype => '' (0 chars) xhtmlVersion => NULL requestedId => 191 (integer) dtdAllowsFrames => TRUE
page => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) tsSetup => array(16 items) tt_content => array(72 items) header => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(8 items) field => 'subheader' (9 chars) required => '1' (1 chars) dataWrap => '<p class="csc-subheader csc-subheader-{field:layout}">|</p>' (59 chars) htmlSpecialChars => '1' (1 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.su
                        bheader
' (83 chars)
_typoScriptNodeValue => 'tt_content:subheader,layout' (27 chars)
prefixComment => '2 | Subheader:' (14 chars) if => array(3 items) value => 'html5' (5 chars) negate => '1' (1 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
text => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(6 items) field => 'bodytext' (8 chars) required => '1' (1 chars) parseFunc => '< lib.parseFunc_RTE' (19 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.bo
                        dytext
' (82 chars)
_typoScriptNodeValue => 'tt_content:bodytext' (19 chars)
prefixComment => '2 | Text:' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
image => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(37 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tex
                  tpic
' (80 chars) imgPath => 'uploads/pics/' (13 chars) imgListContainsReferenceUids => '1' (1 chars) imgObjNum => '1' (1 chars) maxW => array(2 items) override => array(1 item) data => 'register:maxImageWidth' (22 chars) _typoScriptNodeValue => '600' (3 chars) maxWInText => array(2 items) override => array(1 item) data => 'register:maxImageWidthInText' (28 chars) _typoScriptNodeValue => '' (0 chars) imageTextSplit => '1' (1 chars) borderThick => '2' (1 chars) borderClass => 'csc-textpic-border' (18 chars) colSpace => '10' (2 chars) textMargin => '10' (2 chars) borderSpace => '0' (1 chars) separateRows => '1' (1 chars) addClasses => '' (0 chars) addClassesCol => array(3 items) ifEmpty => 'csc-textpic-firstcol csc-textpic-lastcol' (40 chars) override => array(2 items) if => array(2 items)max depth _typoScriptNodeValue => 'csc-textpic-firstcol |*| |*| csc-textpic-lastcol' (48 chars) _typoScriptNodeValue => '' (0 chars) addClassesImage => 'csc-textpic-first |*| |*| csc-textpic-last' (42 chars) renderMethod => 'noWraps' (7 chars) editIcons => array(2 items) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.im
                        ages
' (80 chars)
_typoScriptNodeValue => 'tt_content : image [imageorient|imagewidth|imageheight],[imagecols|image_noR
                     ows|imageborder],[image_zoom],[image_compression|image_effects|image_frames]
                     ,[imagecaption_position]
' (176 chars)
layout => array(3 items) default => array(2 items) value => '###IMAGES### ###TEXT###' (23 chars) _typoScriptNodeValue => 'TEXT' (4 chars) key => array(1 item) field => 'imageorient' (11 chars) _typoScriptNodeValue => 'CASE' (4 chars) preRenderRegisters => array(1 item) allImageCaptions => array(1 item) cObject => array(3 items)max depth imgList => array(1 item) cObject => array(3 items) renderObj => array(3 items)max depth references => array(2 items)max depth _typoScriptNodeValue => 'FILES' (5 chars) 1 => array(11 items) layoutKey => 'default' (7 chars) imageLinkWrap => array(12 items) bodyTag => '<body style="margin:0; background:#fff;">' (41 chars) wrap => '<a href="javascript:close();"> | </a>' (37 chars) width => '800m' (4 chars) height => '600m' (4 chars) effects => '' (0 chars) JSwindow => array(3 items)max depth directImageLink => '0' (1 chars) crop => array(1 item)max depth enable => array(2 items)max depth typolink => array(3 items)max depth linkParams => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) altText => array(3 items) data => 'file:current:alternative' (24 chars) stripHtml => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) titleText => array(3 items) data => 'file:current:title' (18 chars) stripHtml => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) emptyTitleHandling => 'removeAttr' (10 chars) titleInLink => '1' (1 chars) titleInLinkAndImg => '0' (1 chars) file => array(3 items) treatIdAsReference => '1' (1 chars) import => array(1 item)max depth width => array(1 item)max depth layout => array(4 items) default => array(1 item)max depth srcset => array(2 items)max depth picture => array(2 items)max depth data => array(2 items)max depth sourceCollection => array(2 items) small => array(4 items)max depth smallRetina => array(6 items)max depth longdescURL => array(1 item) parameter => array(2 items)max depth textPos => array(1 item) field => 'imageorient' (11 chars) equalH => array(1 item) field => 'imageheight' (11 chars) image_compression => array(1 item) field => 'image_compression' (17 chars) image_effects => array(1 item) field => 'image_effects' (13 chars) noRows => array(1 item) field => 'image_noRows' (12 chars) cols => array(1 item) field => 'imagecols' (9 chars) border => array(1 item) field => 'imageborder' (11 chars) caption => array(2 items) 1 => array(2 items) 1 => array(5 items)max depth _typoScriptNodeValue => 'COA' (3 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content : imagecaption_position' (34 chars) captionAlign => array(1 item) field => 'imagecaption_position' (21 chars) imageStdWrap => array(empty) imageStdWrapNoWidth => array(1 item) wrap => '<div class="csc-textpic-imagewrap"> | </div>' (44 chars) imageColumnStdWrap => array(empty) rendering => array(5 items) singleNoCaption => array(10 items) fallbackRendering => array(4 items)max depth allStdWrap => array(2 items)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth imgTagStdWrap => array(1 item)max depth editIconsStdWrap => array(1 item)max depth caption => array(1 item)max depth noCaption => array(7 items) fallbackRendering => array(3 items)max depth allStdWrap => array(1 item)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth singleCaption => array(3 items) fallbackRendering => array(3 items)max depth singleStdWrap => array(1 item)max depth caption => array(2 items)max depth splitCaption => array(7 items) fallbackRendering => array(3 items)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth caption => array(2 items)max depth noWraps => array(6 items) imageRowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth oneImageStdWrap => array(1 item)max depth imgTagStdWrap => array(1 item)max depth editIconsStdWrap => array(1 item)max depth caption => array(1 item)max depth stdWrap => array(1 item) prefixComment => '2 | Image block:' (16 chars) _typoScriptNodeValue => 'USER' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
textpic => array(3 items) 10 => array(3 items) 10 => '< lib.stdheader' (15 chars) if => array(2 items) value => '25' (2 chars) isLessThan => array(1 item) field => 'imageorient' (11 chars) _typoScriptNodeValue => 'COA' (3 chars) 20 => array(2 items) text => array(3 items) 10 => array(3 items) 10 => array(2 items)max depth if => array(2 items)max depth _typoScriptNodeValue => 'COA' (3 chars) 20 => '< tt_content.text.20' (20 chars) wrap => '|' (1 chars) _typoScriptNodeValue => '< tt_content.image.20' (21 chars) _typoScriptNodeValue => 'COA' (3 chars) bullets => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) field => 'bodytext' (8 chars) trim => '1' (1 chars) dataWrap => '<ul class="csc-bulletlist csc-bulletlist-{field:layout}">|</ul>' (63 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/pi1/locallang.xlf:eIcon.bullets' (58 chars) _typoScriptNodeValue => 'tt_content: bodytext, [layout]' (30 chars) prefixComment => '2 | Bullet list:' (16 chars) split => array(4 items) cObjNum => '|*|1|| 2|*|' (11 chars) token => array(1 item) char => '10' (2 chars) 1 => array(3 items) current => '1' (1 chars) htmlSpecialChars => '1' (1 chars) wrap => '<li class="odd">|</li>' (22 chars) 2 => array(3 items) current => '1' (1 chars) htmlSpecialChars => '1' (1 chars) wrap => '<li class="even">|</li>' (23 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) uploads => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) renderObj => array(7 items) 10 => array(3 items) file => array(2 items)max depth stdWrap => array(2 items)max depth _typoScriptNodeValue => 'IMAGE' (5 chars) 15 => array(3 items) file => array(1 item)max depth stdWrap => array(2 items)max depth _typoScriptNodeValue => 'IMAGE' (5 chars) 20 => array(7 items) data => 'file:current:title // file:current:name' (39 chars) htmlSpecialChars => '1' (1 chars) required => '1' (1 chars) wrap => '<span class="csc-uploads-fileName">|</span>' (43 chars) replacement => array(2 items)max depth typolink => array(4 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) 30 => array(5 items) data => 'file:current:description' (24 chars) htmlSpecialChars => '1' (1 chars) wrap => '<span class="csc-uploads-description">|</span>' (46 chars) required => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 40 => array(5 items) data => 'file:current:size' (17 chars) wrap => '<span class="csc-uploads-fileSize">|</span>' (43 chars) bytes => array(2 items)max depth if => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) wrap => array(1 item) cObject => array(4 items)max depth _typoScriptNodeValue => 'COA' (3 chars) references => array(2 items) table => 'tt_content' (10 chars) fieldName => 'media' (5 chars) collections => array(1 item) field => 'file_collections' (16 chars) folders => array(1 item) field => 'select_key' (10 chars) sorting => array(1 item) field => 'filelink_sorting' (16 chars) stdWrap => array(3 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: media, layout [table_bgColor|table_border|table_cellspacing|tabl
                        e_cellpadding], filelink_size
' (105 chars)
prefixComment => '2 | Filelist:' (13 chars) dataWrap => '<ul class="csc-uploads csc-uploads-{field:layout}">|</ul>' (57 chars)
_typoScriptNodeValue => 'FILES' (5 chars)
_typoScriptNodeValue => 'COA' (3 chars)
table => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(10 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tab
                  le
' (78 chars) field => 'bodytext' (8 chars) color => array(9 items) default => '' (0 chars) 1 => '#EDEBF1' (7 chars) 2 => '#F5FFAA' (7 chars) 200 => '' (0 chars) 240 => 'black' (5 chars) 241 => 'white' (5 chars) 242 => '#333333' (7 chars) 243 => 'gray' (4 chars) 244 => 'silver' (6 chars) tableParams_0 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_1 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_2 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_3 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) innerStdWrap => array(3 items) wrap => '|' (1 chars) htmlSpecialChars => '1' (1 chars) br => '1' (1 chars) stdWrap => array(2 items) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: cols, bodytext, [layout], [table_bgColor|table_border|table_cell
                        spacing|table_cellpadding]
' (102 chars)
prefixComment => '2 | Table:' (10 chars)
_typoScriptNodeValue => 'USER' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
menu => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(14 items) default => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'list' (4 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-def">|</ul>' (40 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 1 => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-1">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 2 => array(9 items) 1 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 4 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 5 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 6 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 7 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<div class="csc-sitemap">|</div>' (32 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 3 => array(4 items) special => array(2 items) value => array(2 items)max depth _typoScriptNodeValue => 'list' (4 chars) 1 => array(4 items) target => array(2 items)max depth sectionIndex => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-3">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 4 => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(4 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<dl class="csc-menu csc-menu-4">|</dl>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 5 => array(4 items) special => array(4 items) maxAge => '3600*24*7' (9 chars) excludeNoSearchPages => '1' (1 chars) value => array(1 item)max depth _typoScriptNodeValue => 'updated' (7 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-5">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 6 => array(4 items) special => array(3 items) excludeNoSearchPages => '1' (1 chars) value => array(1 item)max depth _typoScriptNodeValue => 'keywords' (8 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-6">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 7 => array(5 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) target => array(2 items)max depth expAll => '1' (1 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(6 items) target => array(2 items)max depth expAll => '1' (1 chars) sectionIndex => array(2 items)max depth wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-7">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 8 => array(10 items) 1 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 4 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 5 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 6 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 7 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<div class="csc-sitemap">|</div>' (32 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) categorized_pages => array(4 items) special => array(5 items) sorting => 'title' (5 chars) order => 'asc' (3 chars) value => array(1 item)max depth relation => array(1 item)max depth _typoScriptNodeValue => 'categories' (10 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-categorized-pages">|</ul>' (54 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) categorized_content => array(5 items) tables => 'tt_content' (10 chars) wrap => '<ul>|</ul>' (10 chars) categories => array(2 items) field => 'selected_categories' (19 chars) relation => array(1 item)max depth conf => array(1 item) tt_content => array(4 items)max depth _typoScriptNodeValue => 'RECORDS' (7 chars) key => array(1 item) field => 'menu_type' (9 chars) stdWrap => array(3 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: menu_type, pages' (28 chars) prefixComment => '2 | Menu/Sitemap element:' (25 chars) wrap => array(2 items) cObject => array(3 items)max depth if => array(1 item)max depth _typoScriptNodeValue => 'CASE' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) shortcut => array(2 items) 20 => array(4 items) tables => 'tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_
                  news,tt_rating,tt_poll
' (98 chars) source => array(1 item) field => 'records' (7 chars) stdWrap => array(2 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: records' (19 chars) prefixComment => '2 | Inclusion of other records (by reference):' (46 chars) _typoScriptNodeValue => 'RECORDS' (7 chars)
_typoScriptNodeValue => 'COA' (3 chars)
list => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) form_form => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Form' (4 chars) pluginName => 'Form' (4 chars) vendorName => 'TYPO3\CMS' (9 chars) _typoScriptNodeValue => 'USER' (4 chars) dce_dce => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'Dce' (3 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) femanager_pi1 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Femanager' (9 chars) pluginName => 'Pi1' (3 chars) vendorName => 'In2code' (7 chars) _typoScriptNodeValue => 'USER' (4 chars) sitemapgenerator_pi1 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) _typoScriptNodeValue => 'USER' (4 chars) key => array(1 item) field => 'list_type' (9 chars) stdWrap => array(2 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: list_type, layout, select_key, pages [recursive]' (60 chars) prefixComment => '2 | Plugin inserted:' (20 chars) _typoScriptNodeValue => 'CASE' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) div => array(5 items) value => '<hr>' (4 chars) override => array(2 items) if => array(1 item) isTrue => array(1 item) data => 'TSFE:xhtmlDoctype' (17 chars) _typoScriptNodeValue => '<hr />' (6 chars) wrap => '<div class="divider">|</div>' (28 chars) prefixComment => '2 | Div element' (15 chars) _typoScriptNodeValue => 'TEXT' (4 chars) html => array(4 items) field => 'bodytext' (8 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.ht
                     ml
' (78 chars)
_typoScriptNodeValue => 'tt_content:bodytext' (19 chars)
prefixComment => '2 | Raw HTML content:' (21 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
default => array(5 items) field => 'CType' (5 chars) wrap => '<p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|"
               has no rendering definition!</p>
' (108 chars) htmlSpecialChars => '1' (1 chars) prefixComment => '2 | Unknown element message:' (28 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
login => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => '< plugin.tx_felogin_pi1' (23 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid50 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid50' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid47 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid47' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid46 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid46' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid45 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid45' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid44 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid44' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid43 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid43' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid42 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid42' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid41 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid41' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid40 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid40' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid39 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid39' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid38 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid38' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid36 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid36' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid35 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid35' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid34 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid34' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid33 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid33' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid32 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid32' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid31 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid31' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid30 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid30' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid29 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid29' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid28 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid28' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid27 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid27' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid26 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid26' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid25 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid25' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid24 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid24' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid23 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid23' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid22 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid22' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid21 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid21' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid20 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid20' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid19 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid19' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid18 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid18' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid15 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid15' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid14 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid14' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid13 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid13' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid12 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid12' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid11 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid11' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid10 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid10' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid9 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid9' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid8 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid8' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid7 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid7' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid5 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid5' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid6 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid6' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid4 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid4' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid1 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid1' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid2 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid2' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid3 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid3' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid17 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid17' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) mailform => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(2 items) stdWrap => array(3 items) wrap => '<div class="csc-mailform">|</div>' (33 chars) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: bodytext' (20 chars) prefixComment => '2 | Mail form inserted:' (23 chars) _typoScriptNodeValue => 'FORM' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) xtoura_all => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_fullpage => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_slider => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_search => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/fulltext_search' (22 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_teaser => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/topoffer_content' (23 chars) quantity => '6' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_content => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'xtoura/widgets/Content/' (23 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_menu => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/sidebar_price_filter_nav' (31 chars) quantity => '5' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_dashboard_elements => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/price_filter_box' (23 chars) quantity => '3' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) key => array(1 item) field => 'CType' (5 chars) stdWrap => array(5 items) innerWrap2 => array(3 items) insertData => '1' (1 chars) fieldRequired => 'linkToTop' (9 chars) _typoScriptNodeValue => '| <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EX
                  T:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</
                  a></p>
' (158 chars)
prepend => array(3 items) dataWrap => '<a id="c{field:_LOCALIZED_UID}"></a>' (36 chars) if => array(1 item) isTrue => array(1 item) field => '_LOCALIZED_UID' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) editPanel => array(7 items) allow => 'move,new,edit,hide,delete' (25 chars) line => '5' (1 chars) label => '%s' (2 chars) onlyCurrentPid => '1' (1 chars) previewBorder => '4' (1 chars) edit => array(1 item) displayRecord => '1' (1 chars) _typoScriptNodeValue => '1' (1 chars) prefixComment => '1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType}' (50 chars) innerWrap => array(1 item) cObject => array(13 items) default => array(5 items) 10 => array(3 items)max depth 20 => array(5 items)max depth 30 => array(2 items)max depth stdWrap => array(1 item)max depth _typoScriptNodeValue => 'COA' (3 chars) 1 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 5 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 6 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 10 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 11 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 12 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 20 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 21 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 66 => array(5 items) 10 => array(3 items)max depth 20 => array(3 items)max depth 30 => array(2 items)max depth 40 => array(3 items)max depth _typoScriptNodeValue => 'COA' (3 chars) 25 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) key => array(1 item) field => 'section_frame' (13 chars) _typoScriptNodeValue => 'CASE' (4 chars)
_typoScriptNodeValue => 'CASE' (4 chars)
touroperator => array(16 items) FIRMA => 'Selta Med GmbH' (14 chars) INHABER => 'Zuzana Tatikova' (15 chars) SLOGAN => 'Kurreisen & Wellness' (20 chars) PLZ_ORT => '08523 Plauen / Vogtland' (23 chars) STRASSE => 'Gottschaldstraße 1a' (20 chars) LAND => 'Deutschland' (11 chars) TEL => '+49 3741 - 14 85 27-0' (21 chars) FAX => '+49 3741 - 14 85 27-18' (22 chars) MAIL => 'reservierung@seltamed.de' (24 chars) HOTLINE_TITLE => 'Hotline' (7 chars) HOTLINE => '+49 3741 - 14 85 27-0' (21 chars) asset_path => 'SeltaMedResponsive' (18 chars) WEB => 'www.seltamed.de' (15 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) _typoScriptNodeValue => 'COA' (3 chars) page => array(14 items) 10 => array(7 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file => array(1 item) stdWrap => array(1 item) cObject => array(7 items) default => array(2 items)max depth pagets__1 => array(2 items)max depth pagets__2 => array(2 items)max depth pagets__3 => array(2 items)max depth pagets__4 => array(2 items)max depth key => array(1 item)max depth _typoScriptNodeValue => 'CASE' (4 chars) dataProcessing => array(5 items) 10 => array(4 items) levels => '2' (1 chars) includeSpacer => '1' (1 chars) as => 'mainnavigation' (14 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20 => array(6 items) entryLevel => '1' (1 chars) levels => '2' (1 chars) expandAll => '0' (1 chars) includeSpacer => '1' (1 chars) as => 'subnavigation' (13 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30 => array(5 items) special => array(2 items) range => '0|-1' (4 chars) _typoScriptNodeValue => 'rootline' (8 chars) includeNotInMenu => '1' (1 chars) as => 'breadcrumb' (10 chars) if => array(2 items) value => array(4 items)max depth isGreaterThan => array(1 item)max depth _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40 => array(4 items) special => array(2 items) value => '{$page.theme.language.languageValue}' (36 chars) _typoScriptNodeValue => 'language' (8 chars) as => 'languagenavigation' (18 chars) if => array(1 item) isTrue => '{$page.theme.language.languageValue}' (36 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50 => array(5 items) special => array(2 items) value => '{$page.theme.meta.navigationValue}' (34 chars) _typoScriptNodeValue => '{$page.theme.meta.navigationType}' (33 chars) includeNotInMenu => '{$page.theme.meta.includeNotInMenu}' (35 chars) as => 'metanavigation' (14 chars) if => array(1 item) isTrue => '{$page.theme.meta.navigationValue}' (34 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) variables => array(15 items) slider => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 1' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) filter => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 2' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) reisearten => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 3' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) main => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 0' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) header => array(4 items) table => 'tt_content' (10 chars) slide => '-1' (2 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 4' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) rootLine => array(2 items) value => 'pages' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) pidCalendar => array(2 items) value => '4' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) tourtypeMenuHeadline => array(2 items) value => 'Reisethemen' (11 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserActive => array(2 items) value => 'navbar-default' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserLogin => array(3 items) value => 'Agenturlogin' (12 chars) stdWrap => array(1 item) typolink => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) feUserName => array(4 items) 10 => array(3 items) data => 'TSFE:fe_user|user|company' (25 chars) wrap => '<a style="color:white" href="/intern/agenturbereich/startseite.html">Agentur
                        bereich: <span class="fa fa-user""></span> <strong> | </strong></a>
' (143 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(3 items) data => 'TSFE:fe_user|user|username' (26 chars) stdWrap => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) 40 => array(3 items) value => 'TEST' (4 chars) wrap => '<script>XTouraUtils.runJS("$.getJSON('/ajax_call/Agenturen/externalAgencyCod
                        e/', { agency_code: fe_agency_id},function(data){ if(data.agency_code == fe_
                        agency_id) { console.log('agency registered') } else { console.log('agency i
                        nvalid') } })", ["jQuery"]);</script><!-- | -->
' (276 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA_INT' (7 chars)
feUserLogout => array(3 items) value => 'Abmelden' (8 chars) stdWrap => array(2 items) wrap => '<span class="fa fa-unlock"></span> |' (37 chars) typolink => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) feUser => array(2 items) data => 'TSFE:fe_user|user|username' (26 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showFooterForm => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showSearchTourfinder => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'FLUIDTEMPLATE' (13 chars)
shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) includeJSFooter => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) meta => array(4 items) X-UA-Compatible => array(2 items) httpEquivalent => '1' (1 chars) _typoScriptNodeValue => 'IE=edge,chrome=1' (16 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description => array(1 item) field => 'description' (11 chars) keywords => array(1 item) field => 'keywords' (8 chars) includeJS => array(empty) config => array(1 item) htmlTag_stdWrap => array(1 item) cObject => array(2 items) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
headerData => array(1 item) 1010 => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) includeCSS => array(empty) includeCSSLibs => array(empty) includeJSLibs => array(empty) variables => array(4 items) rootLine => array(2 items) value => 'pages' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserActive => array(2 items) value => 'navbar-default' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showFooterForm => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showSearchTourfinder => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) footerData => array(1 item) 20 => array(2 items) value => ' ' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'PAGE' (4 chars)
debugMailForm => '0' (1 chars) fillcolor => '#82b13e' (7 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) fluidAjaxWidgetResponse => array(4 items) typeNum => '7076' (4 chars) 10 => array(2 items) userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) config => array(4 items) no_cache => '1' (1 chars) disableAllHeaderCode => '1' (1 chars) additionalHeaders => 'Content-type:text/plain' (23 chars) debug => '0' (1 chars) _typoScriptNodeValue => 'PAGE' (4 chars) sitetitle => '' (0 chars) lib => array(81 items) fluidContent => array(6 items) templateName => 'Default' (7 chars) templateRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars) 10 => '' (0 chars) partialRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars) 10 => '' (0 chars) layoutRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars) 10 => '' (0 chars) settings => array(2 items) defaultHeaderType => '{$styles.content.defaultHeaderType}' (35 chars) media => array(2 items) popup => array(8 items) bodyTag => '<body style="margin:0; background:#fff;">' (41 chars) wrap => '<a href="javascript:close();"> | </a>' (37 chars) width => '{$styles.content.textmedia.linkWrap.width}' (42 chars) height => '{$styles.content.textmedia.linkWrap.height}' (43 chars) JSwindow => array(3 items)max depth directImageLink => '{$styles.content.textmedia.linkWrap.lightboxEnabled}' (52 chars) crop => array(1 item)max depth linkParams => array(1 item)max depth additionalConfig => array(1 item) no-cookie => '1' (1 chars) _typoScriptNodeValue => 'FLUIDTEMPLATE' (13 chars) stdheader => array(9 items) templateName => 'HeaderOnly' (10 chars) 3 => array(2 items) headerClass => array(1 item) cObject => array(4 items) 10 => array(4 items)max depth 20 => array(3 items)max depth stdWrap => array(3 items)max depth _typoScriptNodeValue => 'COA' (3 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 5 => array(6 items) field => 'date' (4 chars) strftime => '%x' (2 chars) wrap => '<p class="csc-header-date">|</p>' (32 chars) prefixComment => '2 | Header date:' (16 chars) if => array(2 items) isFalse => array(2 items) if => array(2 items)max depth _typoScriptNodeValue => '1' (1 chars) isTrue => array(1 item) field => 'date' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 10 => array(8 items) 1 => array(3 items) current => '1' (1 chars) dataWrap => '<h1{register:headerClass}>|</h1>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 2 => array(3 items) current => '1' (1 chars) dataWrap => '<h2{register:headerClass}>|</h2>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 3 => array(3 items) current => '1' (1 chars) dataWrap => '<h3{register:headerClass}>|</h3>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 4 => array(3 items) current => '1' (1 chars) dataWrap => '<h4{register:headerClass}>|</h4>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 5 => array(3 items) current => '1' (1 chars) dataWrap => '<h5{register:headerClass}>|</h5>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) setCurrent => array(3 items) field => 'header' (6 chars) htmlSpecialChars => '1' (1 chars) typolink => array(2 items) target => array(2 items)max depth parameter => array(1 item)max depth key => array(2 items) field => 'header_layout' (13 chars) ifEmpty => array(2 items) override => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'CASE' (4 chars) 20 => array(9 items) default => array(4 items) wrap => '<h2>|</h2>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 1 => array(4 items) wrap => '<h2>|</h2>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 2 => array(4 items) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 3 => array(4 items) wrap => '<h4>|</h4>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 4 => array(4 items) wrap => '<h5>|</h5>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 5 => array(4 items) wrap => '<h6>|</h6>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) key => array(2 items) field => 'header_layout' (13 chars) ifEmpty => array(2 items) override => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) if => array(3 items) value => 'html5' (5 chars) isTrue => array(1 item) field => 'subheader' (9 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'CASE' (4 chars) 40 => array(4 items) 10 => array(3 items) field => 'date' (4 chars) strftime => '%B %e, %Y' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) stdWrap => array(3 items) wrap => '<p class="csc-header-date">|</p>' (32 chars) required => '1' (1 chars) innerWrap => array(1 item) cObject => array(4 items)max depth if => array(3 items) value => 'html5' (5 chars) isTrue => array(1 item) field => 'date' (4 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'COA' (3 chars) 98 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(5 items) fieldRequired => 'header' (6 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.he
                        ader
' (80 chars)
_typoScriptNodeValue => 'tt_content : header, [header_layout | header_position], [header_link|date]' (74 chars)
dataWrap => array(2 items) override => array(2 items) if => array(3 items)max depth _typoScriptNodeValue => '<header class="csc-header csc-header-n{cObj:parentRecordNumber}">|</header>' (75 chars) _typoScriptNodeValue => '<div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div>' (69 chars) prefixComment => '2 | Header:' (11 chars) if => array(3 items) value => '100' (3 chars) negate => '1' (1 chars) equals => array(1 item) field => 'header_layout' (13 chars)
_typoScriptNodeValue => 'COA' (3 chars)
logo => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/logo-2021-2.svg' (60 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img width="301" height="76" src="###SRC###" ###PARAMS### ###ALTPARAMS### ##
                     #SELFCLOSINGTAGSLASH###>
' (100 chars)
stdWrap => array(1 item) typolink => array(empty) _typoScriptNodeValue => 'IMAGE' (5 chars)
facebook => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/facebook.svg' (57 chars) altText => 'Seltamed bei Facebook' (21 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://de-de.facebook.com/SeltaMed"' (37 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
instagram => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/instagram.svg' (58 chars) altText => 'Seltamed bei Instagram' (22 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://www.instagram.com/selta.med/"' (38 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
youtube => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/youtube.svg' (56 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://www.youtube.com/channel/UCFrrkVB4kScU86nxsQSXHYw"' (58 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
whatsapp => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/whatsapp.svg' (57 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon" src="###SRC###" ###PARAMS### ###ALTPARAMS###
                     ###SELFCLOSINGTAGSLASH###>
' (102 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://wa.me/4915208734120"' (29 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
Adressblock => array(2 items) 10 => array(2 items) value => ' <h2>Selta Med GmbH</h2><br> Gottschaldstraße 1a<br> 08
                  523 Plauen / Vogtland<br><br> Tel.: +49 3741 - 14 85 27-0 <br>
                   Fax: +49 3741 - 14 85 27-18<br><br> <a class="primary" href="
                  mailto:reservierung@seltamed.de"><span class="fa fa-envelope"></span> reserv
                  ierung@seltamed.de</a>
' (331 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
AdressblockFooter => array(2 items) 10 => array(2 items) value => ' <strong>Selta Med GmbH, Sitz Niederstetten</strong><br> <small>Im
                   Ganswasen 22 · D-97996 Niederstetten · Tel.: 07932/ 503 </small>
' (152 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
Chat => array(2 items) 10 => array(2 items) value__ => ' <script type="text/javascript" id="zsiqchat"> var $zoho=$zoho
                   || {}; $zoho.salesiq = $zoho.salesiq || {widgetcode: "454ac7aa39aae
                  044e0d40200e98a6ae19f9f7cae0f5172d1b9d35993ea9fe543", values:{},ready:functi
                  on(){}};var d=document;s=d.createElement("script");s.type="text/javascript";
                  s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.ge
                  tElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>
' (452 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
logoFooter => array(6 items) file => 'fileadmin/xtoura_assets/SeltaMedResponsive/images/logo.svg' (58 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img src="###SRC###" ###PARAMS### ###ALTPARAMS### ###SELFCLOSINGTAGSLASH###>' (76 chars) stdWrap => array(1 item) typolink => array(3 items) parameter => '1' (1 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) _typoScriptNodeValue => 'IMAGE' (5 chars) hotline => array(2 items) 10 => array(2 items) value => ' <div style="padding: 1em;"> <div class="header-hotline"
                  > <div class="h4"><a href="tel:+49 3741 - 14 85 27-0" target
                  ="_blank">+49 3741 - 14 85 27-0</a><br><small>Mo - Fr: 8 – 19 Uhr / Sa: 9
                  – 14 Uhr</small></div> </div> </div>
' (287 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
hotlineheader => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '163' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) headernav => array(3 items) 10 => array(3 items) special => array(2 items) value => '25' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<div class="header-menu">|</div>' (32 chars) NO => array(4 items) wrapItemAndSub => '| &nbsp;' (8 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '|' (1 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) stdWrap => array(1 item) wrap => '<div class="container"><div class="col-sm-6 col-sm-offset-6 text-right" data
                  -type="list"> | </div></div>
' (104 chars)
_typoScriptNodeValue => 'COA' (3 chars)
formContact => array(5 items) value => 'Sorry, dieses Formular wird derzeit überarbeitet.' (50 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _formContact => array(18 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) 5 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 10 => array(6 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'contact-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'subject' (7 chars) label => 'Betreff*' (8 chars) type => 'text' (4 chars) id => 'contact-subject' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(5 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars) 55 => array(2 items) content => ' <div class="_form-group-submit col-sm-12"><small>* Diese Felder müssen a
                  usgefüllt werden</small><br></div>
' (111 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
60 => array(6 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                  rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                  >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
70 => array(6 items) name => 'button' (6 chars) class => 'btn btn-default' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div class="row"> <elements /> </div>' (50 chars) elementWrap => ' <element /> ' (26 chars) checkbox => ' <div class="check-cols col-sm-12"> <div class="row"> <div class
                     ="col-sm-12"><input /><label /></div> </div> </div>
' (130 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="blog-textline margin-bottom-1"> <label />
                      <input /> </div>
' (116 chars) textarea => ' <div class="blog-textline col-sm-12 margin-bottom-1"> <l
                     abel /> <textarea /> </div>
' (126 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit col-sm-12"> <input
                      /> </div>
' (104 chars) button => ' <input /> ' (17 chars)
rules => array(6 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Be
                     treff wird benötigt</span></small>
' (111 chars) element => 'subject' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen die Datenschutzerklärung akzeptieren.</span></small>
' (139 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subjectField => 'subject' (7 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Kontaktformular über www.seltamed.de für Sie' (46 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_contact|email' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Kontaktformular über www.seltamed.de für Sie' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formIndividualTravelOffer => array(21 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) 5 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 10 => array(6 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'phonenumber' (11 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'contact-phonenumber' (19 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'termin' (6 chars) label => 'Wunschtermin*' (13 chars) type => 'text' (4 chars) id => 'contact-termin' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 49 => array(5 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars) 50 => array(2 items) content => ' <div class="col-sm-12"><br> <div class="whatsapp alert ale
                  rt-success" style="display:inline-block !important;"><span style="margin-bot
                  tom:none !important; font-size:1rem;">Sie können uns auch gern per WhatsApp
                   kontaktieren <strong><a style="color:#3c763d;" target="_blank" href="https:
                  //wa.me/4915208734120"><span class="fa fa-whatsapp"></span> 015208734120</a
                  ></strong></span></div></div>
' (409 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
51 => array(5 items) name => 'hotelname' (9 chars) type => 'text' (4 chars) id => 'hotelname' (9 chars) class => 'hidden' (6 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 52 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 55 => array(2 items) content => ' <div class="_form-group-submit col-sm-12 margin-top-2"><
                  small>* Diese Felder müssen ausgefüllt werden</small><br></div>
' (141 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
60 => array(6 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                  rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                  >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
70 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top-1' (28 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div class="row"> <elements /> </div>' (50 chars) elementWrap => ' <element /> ' (26 chars) checkbox => ' <div class="check-cols col-sm-12"> <div class="row"> <div class
                     ="col-sm-12"><input /><label /></div> </div> </div>
' (130 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="blog-textline margin-bottom-1"> <label />
                      <input /> </div>
' (116 chars) textarea => ' <div class="blog-textline col-sm-12 margin-bottom-1"> <l
                     abel /> <textarea /> </div>
' (126 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit col-sm-12"> <input
                      /> </div>
' (104 chars) button => ' <input /> ' (17 chars)
rules => array(7 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Vorname wird benötigt</span><
                     /small>
' (159 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Nachname wird benötigt</span>
                     </small>
' (160 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Telefon wird benötigt</span><
                     /small>
' (159 chars) element => 'phonenumber' (11 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Wunschtermin wird benötigt</s
                     pan></small>
' (164 chars) element => 'termin' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Sie müssen eine E-Mail-Adress
                     e angeben</span></small>
' (176 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Ungültige E-Mail-Adresse</spa
                     n></small>
' (162 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Sie müssen die Datenschutzerk
                     lärung akzeptieren.</span></small>
' (187 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subjectField => 'subject' (7 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => array(2 items) data => 'GP:tx_form_form|tx_contact|hotelname' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_contact|email' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => array(2 items) data => 'GP:tx_form_form|tx_contact|hotelname' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCoachHire => array(22 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) class => '_container' (10 chars) 11 => array(12 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 10 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Ansprechpartner</h2></div
                     ></div>
' (83 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
20 => array(8 items) name => 'form_of_address' (15 chars) label => 'Anrede*' (7 chars) id => 'coach-hire-form_of_address' (26 chars) class => 'form-control' (12 chars) 10 => array(2 items) data => 'Herr' (4 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => 'Frau' (4 chars) _typoScriptNodeValue => 'OPTION' (6 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <sel
                     ect> <elements /> </sele
                     ct> </div> </div>
' (296 chars) _typoScriptNodeValue => 'SELECT' (6 chars)
30 => array(7 items) name => 'firstname' (9 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'coach-hire-firstname' (20 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
40 => array(7 items) name => 'lastname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'coach-hire-name' (15 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
50 => array(7 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'coach-hire-adress' (17 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-12"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
60 => array(7 items) name => 'zip_code' (8 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'coach-hire-zip_code' (19 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
70 => array(7 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'coach-hire-city' (15 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
80 => array(7 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'coach-hire-phone' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-phone"></span></div> <input /
                     > </div> </div>
                     </div>
' (386 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
90 => array(7 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'coach-hire-email' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-envelope"></span></div> <inpu
                     t /> </div> </div>
                      </div>
' (389 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
_typoScriptNodeValue => 'FIELDSET' (8 chars)
20 => array(16 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 100 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Abfahrt</h2></div></div>' (75 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 110 => array(7 items) name => 'departure_date' (14 chars) label => 'Datum Abfahrt' (13 chars) type => 'text' (4 chars) id => 'coach-hire-departure_date' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-calendar"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
120 => array(7 items) name => 'departure_time' (14 chars) label => 'Uhrzeit Abfahrt' (15 chars) type => 'text' (4 chars) id => 'coach-hire-departure_time' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-clock-o"></span></div> <input
                     /> </div> </div>
                      </div>
' (387 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
130 => array(7 items) name => 'departure_zip' (13 chars) label => 'PLZ Abfahrt' (11 chars) type => 'text' (4 chars) id => 'coach-hire-departure_zip' (24 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
140 => array(7 items) name => 'departure_city' (14 chars) label => 'Abfahrtsort' (11 chars) type => 'text' (4 chars) id => 'coach-hire-departure_city' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
150 => array(7 items) name => 'departure_adress' (16 chars) label => 'Straße Abfahrt' (15 chars) type => 'text' (4 chars) id => 'coach-hire-departure_adress' (27 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-12"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
170 => array(1 item) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 180 => array(7 items) name => 'destination_zip' (15 chars) label => 'PLZ Reiseziel' (13 chars) type => 'text' (4 chars) id => 'coach-hire-destination_zip' (26 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
190 => array(7 items) name => 'destination_city' (16 chars) label => 'Zielort' (7 chars) type => 'text' (4 chars) id => 'coach-hire-destination_city' (27 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
200 => array(7 items) name => 'arrival_time' (12 chars) label => 'geplante Ankunftszeit' (21 chars) type => 'text' (4 chars) id => 'coach-hire-arrival_time' (23 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-clock-o"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
210 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Rückfahrt</h2></div></di
                     v>
' (78 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
220 => array(7 items) name => 'departure_date_return' (21 chars) label => 'Datum Rückfahrt' (16 chars) type => 'text' (4 chars) id => 'coach-hire-departure_date_return' (32 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-calendar"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
230 => array(7 items) name => 'departure_time_return' (21 chars) label => 'Uhrzeit Rückfahrt' (18 chars) type => 'text' (4 chars) id => 'coach-hire-departure_time_return' (32 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-clock-o"></span></div> <input
                     /> </div> </div>
                      </div>
' (387 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
_typoScriptNodeValue => 'FIELDSET' (8 chars)
240 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Sonstige Angaben</h2></di
                  v></div>
' (84 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
250 => array(7 items) name => 'persons' (7 chars) label => 'Anzahl Personen' (15 chars) type => 'text' (4 chars) id => 'coach-hire-persons' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                  group"> <label /> <div class
                  ="input-group"> <div class="input-group-addon"><
                  span class="fa fa-users"></span></div> <input />
                   </div> </div> <
                  /div>
' (385 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
260 => array(10 items) name => 'coach-type' (10 chars) label => 'Veranstaltung' (13 chars) id => 'coach-hire-coach_type' (21 chars) class => 'form-control' (12 chars) 10 => array(2 items) data => 'Vereinsausflug' (14 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => 'Gruppenausflug' (14 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => 'Betriebsausflug' (15 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => 'Schulreise' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) layout => ' <div class="col-sm-6"> <div class="form-
                  group"> <label /> <sele
                  ct> <elements /> </selec
                  t> </div> </div>
' (295 chars) _typoScriptNodeValue => 'SELECT' (6 chars)
270 => array(7 items) name => 'coach_on_site' (13 chars) label => 'Bus wird vor Ort benötigt' (26 chars) id => 'contact-coach_on_site' (21 chars) value => 'Bus wird vor Ort benötigt' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                  &nbsp; Bus wird vor Ort benötigt </div> </div>
' (150 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
280 => array(7 items) name => 'transfer_only' (13 chars) label => 'nur Hin- und Rücktransfer' (26 chars) id => 'contact-transfer_only' (21 chars) value => 'nur Hin- und Rücktransfer' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                  &nbsp; nur Hin- und Rücktransfer </div> </div>
' (150 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
290 => array(6 items) name => 'program' (7 chars) label => 'Reiseprogramm' (13 chars) id => 'coach-hire-program' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <div class="form
                  -group"> <label /> <div class="input-group"> <div class="
                  input-group-addon"><span class="fa fa-comment"></span></div> <textare
                  a /> </div> </div> </div>
' (280 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars)
300 => array(7 items) name => 'privacy_policy' (14 chars) label => 'Datenschutzerklärung*' (22 chars) id => 'coach-hire-privacy_policy' (25 chars) value => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-12"> <label /> <div class="form-group">
                   <input />&nbsp; Ich habe die <a href="/datenschutz/" target="_b
                  lank">Datenschutzerklärung</a> gelesen und akzeptiere diese. </div>
                   </div>
' (248 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
305 => array(7 items) name => 'response' (8 chars) label => 'Rückantwort erwünscht:' (24 chars) id => 'contact-response' (16 chars) value => 'Ich bin mit einer Rückantwort per Email einverstanden.' (55 chars) checked => '0' (1 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <label /> <
                  
                  
' (222 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
310 => array(6 items) name => 'button' (6 chars) class => 'btn btn-secondary' (17 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <div id="contact-form" class="white-contentbox">
                      <form class="form-vertical contact-form"> <div cl
                     ass="row"> <div class="col-md-12"> <div class
                     ="content-box theme-white">
                      <containerWrap /> </div> </div>
                      </div> </form> </div>
' (452 chars) containerWrap => ' <div class="box-content"> <div class="row"> <elements />
                      <div> </div> </div> </div> </div>
' (140 chars) elementWrap => ' <element /> ' (25 chars) checkbox => ' <div class="col-xs-12 form-group"> <div class="row"> <di
                     v class="check-cols"> <div class="col-sm-3 text-right"> <labe
                     l /> </div> <div class="col-sm-9"> <input />
                      </div> </div> </div> </div>
' (276 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-xs-12"> <div class="form-group"> <label />
                      <input /> </div> </div>
' (112 chars) textarea => ' <div class="form-group"> <div class="col-sm-3 text-right"> <l
                     abel /> </div> <div class="col-sm-9"> <textarea />
                      </div> </div>
' (173 chars) radio => ' <div class="col-xs-12"> <div class="radio"> <input />
                      <label /> </div> </div>
' (118 chars) select => ' <div class="form-group"> <div class="col-sm-3 text-right"> <l
                     abel /> </div> <div class="col-sm-9"> <select>
                      <elements /> </select> </div> </div>
' (205 chars) submit => ' <div class="form-group"> <div class="col-sm-9"> <input />
                      </div> </div>
' (95 chars) button => ' <input /> ' (16 chars)
rules => array(11 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Vorname wird benötigt</span>' (62 chars) element => 'firstname' (9 chars) _typoScriptNodeValue => 'required' (8 chars) 2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Nachname wird benötigt</span>' (63 chars) element => 'lastname' (8 chars) _typoScriptNodeValue => 'required' (8 chars) 4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Straße und Hausnummer werden benötigt</sp
                     an>
' (79 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">PLZ wird benötigt</span>' (58 chars) element => 'zip_code' (8 chars) _typoScriptNodeValue => 'required' (8 chars) 6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ort wird benötigt</span>' (58 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars) 7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Sie müssen die Datenschutzerklärung akzep
                     tieren.</span>
' (90 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => 'Anrede wird benötigt' (21 chars) element => 'form_of_address' (15 chars) _typoScriptNodeValue => 'required' (8 chars) 50 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ungültige E-Mail-Adresse</span>' (65 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars) 51 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ungültige E-Mail-Adresse</span>' (65 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
postProcessor => array(2 items) 1 => array(7 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) senderNameField => 'lastname' (8 chars) ccEmail => 'email' (5 chars) subject => 'Anfrage Busanmietung von www.seltamed.de' (40 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
pidCalendar => array(2 items) value => '4' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) footerSection_02 => array(3 items) 10 => array(3 items) data => 'DB:pages:16:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '16' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) footerSection_03 => array(3 items) 10 => array(3 items) data => 'DB:pages:17:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '17' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) footerSection_04 => array(3 items) 10 => array(3 items) data => 'DB:pages:48:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '48' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) defaultSliderText => array(2 items) 10 => array(2 items) value => ' <div class="h2">Selta Med GmbH</div> <h3>Kurreisen & Wellness
                  </h3>
' (90 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
xtouraLogo => array(4 items) file => 'EXT:satzart_template/Resources/Public/Images/footer_xtoura_logo.png' (67 chars) altText => 'xtoura logo' (11 chars) stdWrap => array(1 item) typolink => array(4 items) parameter => '1' (1 chars) title => 'Homepage xtoura logo' (20 chars) ATagParams => 'class=""' (8 chars) href => '"//www.xtoura.de"' (17 chars) _typoScriptNodeValue => 'IMAGE' (5 chars) year => array(3 items) data => 'date:U' (6 chars) strftime => '%Y' (2 chars) _typoScriptNodeValue => 'TEXT' (4 chars) MAILLOGO => array(2 items) value => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 533.5 92.3"><defs><styl
               e>.cls-1{fill:#3c6660;}.cls-1,.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-2
               ,.cls-3{fill:#a29c87;}.cls-4{fill:#e2e1de;}.cls-5{fill:#fff;}</style></defs>
               <g id="Ebene_2" data-name="Ebene 2"><g id="Isolationsmodus"><path id="green"
                class="cls-1" d="M360.6,38.2a2.8,2.8,0,0,1-3-2.8h0a3,3,0,0,1,3-2.9h0a3.1,3.
               1,0,0,1,3.1,2.8h0a3.1,3.1,0,0,1-3.1,2.9Zm2.5-2.9a2.5,2.5,0,0,0-2.5-2.4h0a2.4
               ,2.4,0,0,0-2.5,2.2v.2a2.4,2.4,0,0,0,2.4,2.4h.1a2.5,2.5,0,0,0,2.5-2.3Zm-3.8,1
               .3c-.1,0-.2-.1,0-.2a.5.5,0,0,0,.4-.5V34.6c0-.3-.1-.4-.3-.4s-.2-.3-.1-.3h1.4a
               1.1,1.1,0,0,1,1.2.8h0a1,1,0,0,1-.5.6h-.1l.9,1.1a.2.2,0,0,1,.2.2H362a.7.7,0,0
               ,1-.7-.4l-.5-.7c-.1-.1-.2-.2-.3-.1s-.2,0-.2.1v.2c0,.4.1.4.5.6s.1.2,0,.2Zm1.1
               -1.6c0,.1,0,.1.2.1s.4,0,.5-.3h0a.7.7,0,0,0-.4-.6h-.1c-.2,0-.2.1-.2.2V35ZM338
               .3,60.8l-9.4-.3h-3.2c-1,0-1.5-.4-1.5-.7a1.3,1.3,0,0,1,1.2-.8c2.9-.3,3.1-.9,3
               .3-4.9.1-2.4.1-4.1.1-6s0-7.2-.2-10.1-.3-3.5-2.8-3.8a1.2,1.2,0,0,1-1.1-.8,1,1
               ,0,0,1,1.2-.6h2.5c2.2,0,7.6-.4,11.1-.4A19.5,19.5,0,0,1,352,36.6a13.5,13.5,0,
               0,1,4.4,9.5A14.4,14.4,0,0,1,349,58.4,24.6,24.6,0,0,1,338.3,60.8Zm8-23.7a13.3
               ,13.3,0,0,0-8.9-3.1,4.7,4.7,0,0,0-2.4.4.7.7,0,0,0-.4.6c-.1,1.1-.2,3.9-.2,7.7
               V49c0,3,0,5.3.2,7.2a2.5,2.5,0,0,0,.9,1.9,6.9,6.9,0,0,0,3.1,1.2,12.1,12.1,0,0
               ,0,7.1-2.6c2.8-2.2,4.3-6.4,4.3-10.6a13.1,13.1,0,0,0-3.7-9ZM319.9,60a1.4,1.4,
               0,0,1-1.1.6l-15.6-.2c-3.1,0-3.6.2-5.3.2s-1.6-.1-1.6-.6.6-.7,1.4-.8c2.4-.6,3-
               1,3.2-3.4s.4-5.1.4-10.5,0-7.2-.1-8.4-.5-2.5-2.5-2.8-1.5-.4-1.5-.8.8-.7,1.5-.
               7l8.5.2h7a28.3,28.3,0,0,0,4.1-.3.9.9,0,0,1,.6.6v4.6a1.1,1.1,0,0,1-.7,1.3,1.3
               ,1.3,0,0,1-.9-1.1c-.6-2.5-1.9-3.1-3-3.3l-6.5-.3c-.2,0-.6.2-.6,1.3s-.3,7.1-.2
               ,9.5a.4.4,0,0,0,.4.4h3.8c3.3,0,3.2-.1,4.1-2a1.5,1.5,0,0,1,1-1.2c.4,0,.6.8.5,
               1.2s-.2,2-.2,3.1.1,1.9.2,2.9-.2,1.3-.6,1.3a1.2,1.2,0,0,1-.9-.9c-.6-1.9-1.2-2
               .3-3-2.4h-4.7a1,1,0,0,0-.6.5,41.2,41.2,0,0,0-.1,6.1,20,20,0,0,0,.2,3.5,1.6,1
               .6,0,0,0,1,1.1,16.2,16.2,0,0,0,3.8.2,15.6,15.6,0,0,0,4.3-.3,7,7,0,0,0,3.7-3.
               3c.7-1.1,1.1-1.5,1.4-1.5...
' (24843 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
newstest => array(7 items) userFunc => 'tx_extbase_core_bootstrap->run' (30 chars) extensionName => 'News' (4 chars) pluginName => 'Pi1' (3 chars) view => '< plugin.tx_news.view' (21 chars) switchableControllerActions => array(1 item) News => array(1 item) 1 => 'list' (4 chars) settings => array(9 items) limit => '5' (1 chars) orderBy => 'datetime' (8 chars) orderDirection => 'desc' (4 chars) detailPid => '{$pidNachrichtenDetail}' (23 chars) overrideFlexformSettingsIfEmpty => 'detailPid' (9 chars) startingpoint => '{$pidNachrichtenRecords}' (24 chars) useStdWrap => 'categories' (10 chars) categoryConjunction => 'or' (2 chars) categories => array(1 item) override => array(1 item) cObject => array(4 items)max depth _typoScriptNodeValue => 'USER' (4 chars) footerForm => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '102' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) formAgencyOrder => array(23 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) 1 => array(8 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
2 => array(7 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
10 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/sommerkatalo
                  g.jpg"> </div>
' (169 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
20 => array(18 items) name => 'catalog_summer' (14 chars) label => 'Katalog Kurreisen & Wellness 2021' (33 chars) id => 'agencyorder-catalog_summer' (26 chars) class => 'form-control' (12 chars) placeholder => 'Bitte Auswählen' (16 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 5 => array(2 items) data => '1 Katalog' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '5 Kataloge' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '10 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '15 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '20 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 50 => array(2 items) data => '25 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 60 => array(2 items) data => '30 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 70 => array(2 items) data => '35 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 80 => array(2 items) data => '40 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 90 => array(2 items) data => '45 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 100 => array(2 items) data => '50 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 30 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/SeltaMed_Wik
                  at2021_2022.jpg"> </div>
' (179 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
40 => array(17 items) name => 'catalog_winter' (14 chars) label => 'Katalog Winter-Sonderangebote 2021/ 2022 inkl. Weihnachten & Silvester' (70 chars) id => 'agencyorder-catalog_winter' (26 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 5 => array(2 items) data => '1 Katalog' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '5 Kataloge' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '10 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '15 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '20 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 50 => array(2 items) data => '25 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 60 => array(2 items) data => '30 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 70 => array(2 items) data => '35 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 80 => array(2 items) data => '40 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 90 => array(2 items) data => '45 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 100 => array(2 items) data => '50 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 60 => array(2 items) content => '<div class="col-sm-12 margin-top-1"><h3>Unsere aktuellen Selta Med Werbemitt
                  el:</h3></div>
' (90 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
70 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/smed_blanko_
                  flyerpapier_sommer.jpg"> </div>
' (186 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
80 => array(10 items) name => 'flyer_summer' (12 chars) label => 'Blanko-Flyerpapier Sommer' (25 chars) id => 'agencyorder-flyer_summer' (24 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '25 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '50 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '75 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '100 Stück' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 90 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/HV-Winter-Bl
                  anko-Eindruck-DIN-A4.jpg"> </div>
' (188 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(10 items) name => 'flyer_winter' (12 chars) label => 'Blanko-Flyerpapier Winter' (25 chars) id => 'agencyorder-flyer_sinter' (24 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '25 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '50 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '75 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '100 Stück' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 110 => array(7 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 115 => array(2 items) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                  nschutzerklaerung.html">Datenschutzerklärung einsehen »</a><br><br></div>
' (151 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
120 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Bestellen' (9 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <containerWrap /> </form> ' (71 chars) containerWrap => ' <div class="containerWrap"> <div class="row">
                      <elements /> </div> </div>
' (129 chars) elementWrap => ' <div> <element /> </div>' (76 chars) checkbox => ' <div class="check-cols col-sm-12"> <input /> <label /> <
                     /div>
' (81 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-sm-3"> <label /> <div class="form-group-input"
                     > <input class="form-control"/> </div> </div>
' (136 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="col-sm-3"> <div class=""> <label /> <div class
                     ="form-group-select"> <select> <elements /> </select>
                      </div> </div> </div>
' (181 chars) submit => ' <div class="form-group-submit col-sm-12"> <input /> </div>' (71 chars) button => ' <input /> ' (17 chars)
rules => array(4 items) 5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Ungültige E-Mail-Adresse</span></small>
' (119 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie müssen eine E-Mail-Adresse angeben.</span></small>
' (134 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie müssen die Agentur Nummer angeben.</span></small>
' (133 chars) element => 'agencynumber' (12 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) ccEmailField => array(2 items) data => 'email' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) subject => 'Werbemittelbestellung von www.seltamed.de' (41 chars) _typoScriptNodeValue => 'mail' (4 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Werbemittelbestellung über www.seltamed.de' (43 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_form|email' (29 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Werbemittelbestellung über www.seltamed.de für Sie' (58 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formAgencyOrder2021 => array(15 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'agency_order' (12 chars) confirmation => '0' (1 chars) id => 'form-agency-order' (17 chars) 1 => array(9 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
2 => array(8 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
3 => array(6 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'agencyorder-message' (19 chars) layout => ' <input />' (21 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 110 => array(8 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) required => 'required' (8 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 115 => array(2 items) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                  nschutzerklaerung/">Datenschutzerklärung einsehen »</a><br><br></div>
' (147 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
120 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Bestellen' (9 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <containerWrap /> </form> ' (71 chars) containerWrap => ' <div class="row"> <elements />
                      </div>
' (89 chars) elementWrap => ' <div> <element /> </div>' (76 chars) checkbox => ' <div class="check-cols col-sm-12"> <input /> <label /> <
                     /div>
' (81 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-sm-3"> <label /> <div class="form-group-input"
                     > <input class="form-control"/> </div> </div>
' (136 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="col-sm-3"> <div class=""> <label /> <div class
                     ="form-group-select"> <select> <elements /> </select>
                      </div> </div> </div>
' (181 chars) submit => ' <div class="form-group-submit col-sm-12"> <input /> </div>' (71 chars) button => ' <input /> ' (17 chars)
rules => array(5 items) 5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Die angegebene E-Mail-Adresse beinhaltet einen Schreibfehler</span></smal
                     l>
' (154 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben Ihre E-Mail-Adresse noch nicht angegeben.</span></small>
' (145 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben noch keine Agentur Nummer angegeben.</span></small>
' (140 chars) element => 'agencynumber' (12 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben noch keine Werbemittelauswahl getroffen.</span></small>
' (144 chars) element => 'message' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie haben die Datenschutzerklärung noch nic
                     ht akzeptiert.</div>
' (96 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Werbemittelbestellung über www.seltamed.de' (43 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|agency_order|email' (34 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Werbemittelbestellung über www.seltamed.de für Sie' (58 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
footerMenue => array(3 items) 10 => array(3 items) data => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) wrap => '<h3> | </h3>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(3 items) special => array(2 items) value => array(1 item) field => 'footerMenueEntryID' (18 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="footer-active"' (21 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) sidebarMenue => array(3 items) 10 => array(3 items) data => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) wrap => '<h3> | </h3>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => array(1 item) field => 'footerMenueEntryID' (18 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="sidebar-active"' (22 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="sidebar-active"' (22 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) contentSlider => array(5 items) 5 => array(2 items) colPos => array(1 item) cObject => array(3 items) field => 'colPos' (6 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 10 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(6 items) 5 => array(2 items)max depth 10 => array(4 items)max depth 20 => array(3 items)max depth 30 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(1 item)max depth _typoScriptNodeValue => 'COA' (3 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => 'this' (4 chars) where => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'colPos = {register:colPos} AND hidden = 0 AND deleted = 0' (57 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 20 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(1 item) wrap => '<div class="owl-carousel owl-theme owl-home" data-type="slider"> | </div>' (73 chars) _typoScriptNodeValue => 'COA' (3 chars) sitemap => array(4 items) wrap => '<ul class="sitemap">|</ul>' (26 chars) 10 => array(2 items) value => '<li><a href="\">Home</a></li>' (29 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) 1 => array(3 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(4 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(4 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) formGetAccount => array(26 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                  ng><br><br></p>
' (91 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'company' (7 chars) label => 'Firma*' (6 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 80 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 85 => array(6 items) name => 'kooperation' (11 chars) label => 'Kooperation/Kettenzugehörigkeit:' (33 chars) type => 'text' (4 chars) id => 'account-kooperation' (19 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 90 => array(2 items) content => ' <div class="agency-form-info form-group-submit col-sm-offset-3 col-s
                  m-9" style="white-space: normal;"> <p>Nutzen Sie bereits Vertriebsplattfo
                  rmen wie Amadeus, JackPlus oder Merlin? Bitte kreuzen Sie die Plattformen an
                  , mit denen Sie bereits arbeiten.</p> </div>
' (280 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'amadeus' (7 chars) label => 'Amadeus' (7 chars) id => 'account-amadeus' (15 chars) value => 'Ich nutze Amadeus' (17 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 110 => array(6 items) name => 'merlin' (6 chars) label => 'Merlin' (6 chars) id => 'account-merlin' (14 chars) value => 'Ich nutze Merlin' (16 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 120 => array(6 items) name => 'jackplus' (8 chars) label => 'JackPlus' (8 chars) id => 'account-jackplus' (16 chars) value => 'Ich nutze JackPlus' (18 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 125 => array(2 items) content => ' <div class="clearfix"></div><br><br>' (39 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 130 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 140 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div> <elements /> </div>' (38 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <input />
                      <label /> </div>
' (127 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-input col-sm-9"> <inpu
                     t /> </div> </div>
' (179 chars) textarea => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-textarea col-sm-9"> <t
                     extarea /> </div> </div>
' (185 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (64 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="row"> <div class="form-group-submit col-sm-off
                     set-3 col-sm-9"> <p><a href="/datenschutzerklaerung/" target="_blank">Dat
                     enschutzerklärung öffnen »</a></p> <input /> </div>
                      </div>
' (243 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     me wird benötigt</span></small>
' (108 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Fi
                     rmenbezeichnung wird benötigt</span></small>
' (121 chars) element => 'company' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefon wird benötigt</span></small>
' (111 chars) element => 'phone' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;"> T
                     elefax wird benötigt</span></small>
' (112 chars) element => 'telefax' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
10 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'agenturservice@seltamed.de' (26 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subject => 'Agenturpartner-Anfrage von www.seltamed.de' (42 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'agenturservice@seltamed.de' (26 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Agenturpartner-Anfrage über www.seltamed.de' (44 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_get_account|email' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'agenturservice@seltamed.de' (26 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Agenturpartner-Anfrage über www.seltamed.de für Sie' (59 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formGetAccountHotel => array(25 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                  ng><br><br></p>
' (91 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'company' (7 chars) label => 'Hotelname*' (10 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 25 => array(6 items) name => 'homepage' (8 chars) label => 'Homepage' (8 chars) type => 'text' (4 chars) id => 'account-homepage' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 55 => array(6 items) name => 'country' (7 chars) label => 'Land*' (5 chars) type => 'text' (4 chars) id => 'account-country' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 80 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 90 => array(2 items) content => ' <br><br>' (11 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 100 => array(5 items) class => '' (0 chars) name => '' (0 chars) 10 => array(2 items) label => array(1 item) value => 'Bitte senden Sie mir weitere Informationen per E-Mail zu.' (57 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 20 => array(2 items) label => array(1 item) value => 'Bitte rufen Sie mich zurück.' (29 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) _typoScriptNodeValue => 'CHECKBOXGROUP' (13 chars) 120 => array(2 items) content => ' <br><br>' (11 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 130 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 140 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div> <elements /> </div>' (38 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <input />
                      <label /> </div>
' (127 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-input col-sm-9"> <inpu
                     t /> </div> </div>
' (179 chars) textarea => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-textarea col-sm-9"> <t
                     extarea /> </div> </div>
' (185 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="row"> <div class="form-group-submit col-sm-off
                     set-3 col-sm-9"> <p><a href="/datenschutzerklaerung/" target="_blank">Dat
                     enschutzerklärung öffnen »</a></p> <input /> </div>
                      </div>
' (243 chars) button => ' <input /> ' (17 chars)
rules => array(11 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     me wird benötigt</span></small>
' (108 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Fi
                     rmenbezeichnung wird benötigt</span></small>
' (121 chars) element => 'company' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefon wird benötigt</span></small>
' (111 chars) element => 'phone' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">La
                     nd wird benötigt</span></small>
' (108 chars) element => 'country' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefax wird benötigt</span></small>
' (111 chars) element => 'telefax' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
10 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
11 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'produkt@seltamed.de' (19 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subject => 'Hotelpartner-Anfrage von www.seltamed.de' (40 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'produkt@seltamed.de' (19 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Hotelpartner-Anfrage über www.seltamed.de' (42 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_get_account|email' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'produkt@seltamed.de' (19 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Hotelpartner-Anfrage über www.seltamed.de für Sie' (57 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCatalogOrder => array(25 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => '<h1 class="first-headline">Katalogbestellung</h1><p>Partneragenturen nutzen
                  bitte das Formular im Agenturbereich.<br><br></p>
' (125 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'catalog_a' (9 chars) label => 'Senden Sie mir bitte den aktuellen Hauptkatalog Kurreisen & Wellness zu.' (72 chars) id => 'catalogorder-catalog_a' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 80 => array(6 items) name => 'catalog_b' (9 chars) label => 'Senden Sie mir bitte den aktuellen Winter-Sonderangebotskatalog inkl. Weihna
                  chten & Silvester zu.
' (97 chars) id => 'catalogorder-catalog_b' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
81 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 90 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 95 => array(2 items) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                  ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                  g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                  >
' (229 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <div> <contai
                     nerWrap /> </div> </form>
' (127 chars) containerWrap => ' <div class="containerWrap"> <elements /> </div>' (60 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <
                     input /> <label /> </div>
' (138 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3">
                      <label /> </div> <div class="col-sm-9"> <
                     input /> </div> </div>
' (183 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit"> <div class="col-sm-o
                     ffset-3 col-md-9"> <input /> </di
                     v> </div>
' (177 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'nachname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'address' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
__ALT__postProcessor => array(2 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) senderNameField => 'fullname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_catalog_order|email' (38 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Katalogbestellung über www.seltamed.de für Sie' (54 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCatalogOrder2021 => array(24 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) id => 'form-catalogue-order' (20 chars) 10 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'catalogueorder-message' (22 chars) layout => ' <input />' (21 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 81 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 90 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 95 => array(2 items) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                  ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                  g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                  >
' (229 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary' (15 chars) value => 'Bestellung absenden' (19 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 101 => array(2 items) content => '<div class="clearfix form-group"></div>' (39 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <div> <contai
                     nerWrap /> </div> </form>
' (127 chars) containerWrap => ' <div class="containerWrap"> <elements /> </div>' (60 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <
                     input /> <label /> </div>
' (138 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3">
                      <label /> </div> <div class="col-sm-9"> <
                     input /> </div> </div>
' (183 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit"> <div class="col-sm-o
                     ffset-3 col-md-9"> <input /> </di
                     v> </div>
' (177 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'nachname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'address' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_catalog_order|email' (38 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Katalogbestellung über www.seltamed.de für Sie' (54 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
Hotline => array(5 items) 10 => array(2 items) value => ' <h3>Hotline</h3> <h4>+49 3741 - 14 85 27-0</h4> ' (71 chars) _typoScriptNodeValue => 'TEXT' (4 chars) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '111' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) math => array(3 items) current => '1' (1 chars) prioriCalc => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) mainmenuSize => array(2 items) value => '{$mainmenuSize}' (15 chars) _typoScriptNodeValue => 'TEXT' (4 chars) dynamicContent => array(4 items) 5 => array(5 items) colPos => array(1 item) cObject => array(3 items) field => 'colPos' (6 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) pageUid => array(1 item) cObject => array(3 items) field => 'pageUid' (7 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) contentFromPid => array(1 item) cObject => array(2 items) data => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) wrap => array(1 item) cObject => array(2 items) field => 'wrap' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 20 => array(4 items) table => 'tt_content' (10 chars) select => array(4 items) includeRecordsWithoutDefaultTranslation => '1' (1 chars) orderBy => 'sorting' (7 chars) where => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'colPos={register:colPos}' (24 chars) pidInList => array(2 items) data => 'register:pageUid' (16 chars) override => array(1 item)max depth stdWrap => array(2 items) dataWrap => '{register:wrap}' (15 chars) required => '1' (1 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 90 => 'RESTORE_REGISTER' (16 chars) _typoScriptNodeValue => 'COA' (3 chars) xtouraInterface => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchFulltext => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Fulltext/' (24 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchTourfinder => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchTourfinderVertical => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) template => 'vertical' (8 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) meta => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'meta' (4 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) assets => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) assets_footer => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtouraFooter => array(3 items) 100 => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Copyright/' (25 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) 101 => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) _typoScriptNodeValue => 'COA' (3 chars) tx_sitemapgenerator => array(9 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) controller => 'Sitemap' (7 chars) action => 'list' (4 chars) switchableControllerActions => array(1 item) Sitemap => array(1 item) 1 => 'list' (4 chars) view => array(3 items) templateRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Templates/' (50 chars) partialRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Partials/' (49 chars) layoutRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Layouts/' (48 chars) _typoScriptNodeValue => 'USER' (4 chars) tourtypeStaticMenu => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) xtouraTourTypeMenueFrontpage => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) xtouraTourTypeMenueHeader => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Content/' (23 chars) template => 'ReiseartMenuHeader' (18 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtouraCountryMenue => array(7 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'menu' (4 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) tourTypeMenue => array(3 items) 10 => array(2 items) value => '<h3>Reisethemen</h3>' (20 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) _typoScriptNodeValue => 'COA' (3 chars) HotlineAgency => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '158' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) linkeSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '144' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) mittlereSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '145' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) rechteSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '146' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) Angebote => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '147' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) parseFunc => array(7 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '' (0 chars) mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
               ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
               nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
               trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
               , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) tags => array(1 item) link => array(4 items) current => '1' (1 chars) typolink => array(3 items) extTarget => array(2 items)max depth target => array(2 items)max depth parameter => array(1 item)max depth parseFunc => array(1 item) constants => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) nonTypoTagStdWrap => array(1 item) HTMLparser => array(3 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) _typoScriptNodeValue => '1' (1 chars)
parseFunc_RTE => array(8 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '' (0 chars) mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
               ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
               nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
               trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
               , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) externalBlocks => array(15 items) blockquote => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) table => array(3 items) stripNL => '1' (1 chars) HTMLtableCells => array(3 items) addChr10BetweenParagraphs => '1' (1 chars) default => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) stdWrap => array(1 item) HTMLparser => array(3 items)max depth div => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) article => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) aside => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) footer => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) header => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) nav => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) section => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) dl => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) dd => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) ol => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) ul => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) li => array(1 item) stdWrap => array(1 item) parseFunc => array(7 items)max depth _typoScriptNodeValue => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
                  able, ul, pre
' (89 chars)
tags => array(2 items) link => array(4 items) current => '1' (1 chars) typolink => array(3 items) extTarget => array(2 items)max depth target => array(2 items)max depth parameter => array(1 item)max depth parseFunc => array(1 item) constants => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) img => array(3 items) current => '1' (1 chars) preUserFunc => 'TYPO3\CMS\Rtehtmlarea\Controller\ImageRenderingController->renderImageAttrib
                     utes
' (80 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
nonTypoTagStdWrap => array(2 items) HTMLparser => array(4 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) tags => array(1 item) img => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) encapsLines => array(5 items) encapsTagList => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt,li' (32 chars) nonWrappedTag => 'P' (1 chars) remapTag => array(1 item) DIV => 'P' (1 chars) innerStdWrap_all => array(1 item) ifBlank => '&nbsp;' (6 chars) addAttributes => array(1 item) P => array(1 item)max depth
parseTarget => array(1 item) override => array(2 items) if => array(1 item) isTrue => array(1 item) data => 'TSFE:dtdAllowsFrames' (20 chars) _typoScriptNodeValue => '' (0 chars) tourTypeMenueConfig => array(3 items) type => 'xtoura/widgets/TravelTheme/' (27 chars) set_meta => '0' (1 chars) settings => array(3 items) template => 'menu' (4 chars) limit => '10' (2 chars) set_meta => '0' (1 chars) navigation => array(2 items) xtouraNavMain => array(4 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => array(4 items) value => '<span class="fa fa-home hidden-xs"></span><span class="visible-xs">Home</spa
                     n>
' (78 chars) wrap => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '<li>|</li>' (10 chars) typolink => array(1 item) parameter => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(4 items) 1 => array(8 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(9 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(6 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars)
main => array(4 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => array(4 items) value => '<span class="fa fa-home hidden-xs"></span><span class="visible-xs">Home</spa
                     n>
' (78 chars) wrap => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '<li>|</li>' (10 chars) typolink => array(1 item) parameter => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(4 items) 1 => array(8 items) expAll => '1' (1 chars) NO => array(6 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(9 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(6 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars)
xtouraContent => array(1 item) get => array(4 items) 5 => array(2 items) colPos => array(1 item) cObject => array(3 items)max depth _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 10 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(5 items)max depth _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => 'this' (4 chars) where => array(2 items)max depth orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 1000 => 'RESTORE_REGISTER' (16 chars) _typoScriptNodeValue => 'COA' (3 chars) honeypot => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCallBack => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCoachHireMin => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCoupon => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formIndividualRequest => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formClass => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formGroup => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formIndividual => array(2 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) callback => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) contact => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) catalog => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) coupon => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) rentbus => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) contentElement => array(1 item) templateRootPaths => array(1 item) 1 => 'EXT:dce/Resources/Private/Templates' (35 chars)
styles => array(1 item) content => array(7 items) get => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=0' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getLeft => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=1' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getRight => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=2' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getBorder => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=3' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getNews => array(3 items) table => 'tt_content' (10 chars) select => array(3 items) orderBy => 'sorting' (7 chars) where => 'colPos=0' (8 chars) pidInList => '0' (1 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) editPanelPage => array(2 items) 10 => array(3 items) allow => 'toolbar,move,hide' (17 chars) label => array(2 items) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.pa
                        ge
' (78 chars) wrap => '|&nbsp;<b>%s</b>' (16 chars)
_typoScriptNodeValue => 'EDITPANEL' (9 chars)
_typoScriptNodeValue => 'COA' (3 chars)
parseFunc => array(7 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items)max depth mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                  ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                   footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                  nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                  trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                  , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) tags => array(1 item) link => array(4 items) current => '1' (1 chars) typolink => array(3 items)max depth parseFunc => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) nonTypoTagStdWrap => array(1 item) HTMLparser => array(3 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) _typoScriptNodeValue => '1' (1 chars)
config => array(18 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) no_cache => '0' (1 chars) htmlTag_stdWrap => array(1 item) cObject => array(empty) tx_extbase => array(4 items) mvc => array(2 items) throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) requestHandlers => array(4 items) TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars) TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars) TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars) TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars) persistence => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes => array(16 items) TYPO3\CMS\Extbase\Domain\Model\FileMount => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FileReference => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\File => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\Category => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\SysNote\Domain\Model\SysNote => array(1 item) mapping => array(3 items)max depth In2code\Femanager\Domain\Model\User => array(1 item) mapping => array(2 items)max depth In2code\Femanager\Domain\Model\UserGroup => array(1 item) mapping => array(2 items)max depth DmitryDulepov\Realurl\Domain\Model\Alias => array(1 item) mapping => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry => array(1 item) mapping => array(2 items)max depth DmitryDulepov\Realurl\Domain\Model\PathCacheEntry => array(1 item) mapping => array(2 items)max depth features => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap => array(1 item) className => 'In2code\Femanager\Persistence\Generic\Mapper\DataMap' (52 chars) additionalHeaders => array(1 item) 3000 => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) plugin => array(6 items) tx_felogin_pi1 => array(48 items) userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars) storagePid => '' (0 chars) recursive => '' (0 chars) templateFile => 'fileadmin/seltamed.de/template/felogin/Resources/Private/Templates/FrontendL
               ogin.html
' (85 chars) feloginBaseURL => 'https://www.seltamed.de/' (24 chars) wrapContentInBaseClass => '1' (1 chars) preserveGETvars => 'all' (3 chars) showForgotPasswordLink => '' (0 chars) showPermaLogin => '' (0 chars) forgotLinkHashValidTime => '12' (2 chars) newPasswordMinLength => '6' (1 chars) redirectMode => '' (0 chars) redirectFirstMethod => '' (0 chars) redirectPageLogin => '' (0 chars) redirectPageLoginError => '' (0 chars) redirectPageLogout => '' (0 chars) redirectDisable => '' (0 chars) email_from => '' (0 chars) email_fromName => '' (0 chars) replyTo => '' (0 chars) domains => '' (0 chars) showLogoutFormAfterLogin => '' (0 chars) dateFormat => 'Y-m-d H:i' (9 chars) exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars) _CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label { display: block; }' (48 chars) linkConfig => array(2 items) target => '' (0 chars) ATagParams => 'rel="nofollow"' (14 chars) welcomeHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) welcomeMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) successHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) successMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) logoutHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) logoutMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) errorHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) errorMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) forgotMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotErrorMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotResetMessageEmailSentMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotValidMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordTooShortMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotEqualMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) changePasswordMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordDoneMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) cookieWarning_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars) htmlSpecialChars => '1' (1 chars) userfields => array(1 item) username => array(2 items) htmlSpecialChars => '1' (1 chars) wrap => '<strong>|</strong>' (18 chars) _LOCAL_LANG => array(1 item) de => array(2 items) ll_forgot_reset_message => 'Bitte den Benutzernamen eingeben. Sie erhalten dann umgehend Anweisungen zum
                      Zurücksetzen des Passworts zugesandt.
' (115 chars) ll_enter_your_data => 'Benutzername:' (13 chars)
_typoScriptNodeValue => 'USER_INT' (8 chars)
tx_cssstyledcontent => array(1 item) _CSS_DEFAULT_STYLE => ' /* Headers */ .csc-header-alignment-center { text-align: center; } .csc-h
               eader-alignment-right { text-align: right; } .csc-header-alignment-left { t
               ext-align: left; } div.csc-textpic-responsive, div.csc-textpic-responsive
               * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:
                border-box; } /* Clear floats after csc-textpic and after csc-textpic-im
               agerow */ div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc
               -uploads li { overflow: hidden; } /* Set padding for tables */ div.csc-te
               xtpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spaci
               ng: 0; } div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; v
               ertical-align: top; } /* Settings for figure and figcaption (HTML5) */ di
               v.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-text
               pic-imagewrap { margin: 0; display: table; } /* Captions */ figcaption.cs
               c-textpic-caption { display: table-caption; } .csc-textpic-caption { text-a
               lign: left; caption-side: bottom; } div.csc-textpic-caption-c .csc-textpic-
               caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center;
                } div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .
               csc-textpic-caption-r { text-align: right; } div.csc-textpic-caption-l .csc
               -textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align
               : left; } /* Float the columns */ div.csc-textpic div.csc-textpic-imageco
               lumn { float: left; } /* Border just around the image */ div.csc-textpic-
               border div.csc-textpic-imagewrap img { border: 2px solid black; padding:
                0px 0px; } div.csc-textpic .csc-textpic-imagewrap img { border: none; di
               splay: block; } /* Space below each image (also in-between rows) */ div.c
               sc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px;
               } div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-te
               xtpic-image { margin-bottom: 0; } /* colSpace around image columns, except
                for last column */ div...
' (4789 chars)
tx_form => array(4 items) _CSS_DEFAULT_STYLE => ' div.csc-mailform ol, div.csc-mailform ol li { margin: 0; padding:
               0; } div.csc-mailform ol li { overflow: hidden; } div.csc-mailf
               orm fieldset { margin: 0; padding: 0; position: relative; } di
               v.csc-mailform legend { margin-left: 1em; color: #000000; font-weig
               ht: bold; } div.csc-mailform fieldset ol { padding: 1em 1em 0 1em;
                } div.csc-mailform fieldset li { padding: 0.5em; margin-bottom: 0.
               5em; list-style: none; } div.csc-mailform fieldset.submit { borde
               r-style: none; } /** * Normal label * Left aligned, in front of i
               nput */ div.csc-mailform li label { float: left; width: 13em;
               margin-right: 1em; vertical-align: baseline; } div.csc-mailform li i
               nput + label, div.csc-mailform li textarea + label, div.csc-mailform li
               select + label { float: none; width: auto; margin-right: 0; marg
               in-left: 1em; } div.csc-mailform li textarea + label { vertical-alig
               n: top; } label em, legend em { display: block; color: #060;
                font-size: 85%; font-style: normal; text-transform: uppercase; }
                legend em { position: absolute; } label strong, legend strong {
                display: block; color: #C00; font-size: 85%; font-weight: normal;
                text-transform: uppercase; } legend strong { position: absolute;
                top: 1.4em; } /** * Labels alignment right */ .labels-align
               ment-right label, .labels-alignment-right .fieldset-subgroup legend, .la
               bels-alignment-right.fieldset-subgroup legend { text-align: right; }
                /** * Horizontal fieldset */ fieldset.fieldset-horizontal { bord
               er-width: 0; } fieldset.fieldset-horizontal ol { padding: 0; }
               fieldset.fieldset-horizontal li { float: left; padding: 0; margin-r
               ight: 1em; } fieldset.fieldset-horizontal.label-below label { displa
               y: block; margin-left: 0; margin-top: 0.2em; font-size: 90%; col
               or: #999999; text-ali...
' (3502 chars) view => array(4 items) elementPartials => array(23 items) BUTTON => array(1 item) 10 => array(2 items)max depth BUTTONTAG => array(1 item) 10 => array(2 items)max depth CHECKBOX => array(1 item) 10 => array(2 items)max depth CHECKBOXGROUP => array(1 item) 10 => array(2 items)max depth CONTENTELEMENT => array(1 item) 10 => array(2 items)max depth FIELDSET => array(1 item) 10 => array(2 items)max depth FILEUPLOAD => array(1 item) 10 => array(2 items)max depth FORM => array(1 item) 10 => array(2 items)max depth HEADER => array(1 item) 10 => array(2 items)max depth HIDDEN => array(1 item) 10 => array(2 items)max depth IMAGEBUTTON => array(1 item) 10 => array(2 items)max depth INPUT => array(1 item) 10 => array(2 items)max depth INPUTTYPEBUTTON => array(1 item) 10 => array(2 items)max depth LABEL => array(1 item) 10 => array(2 items)max depth PASSWORD => array(1 item) 10 => array(2 items)max depth RADIO => array(1 item) 10 => array(2 items)max depth RADIOGROUP => array(1 item) 10 => array(2 items)max depth RESET => array(1 item) 10 => array(2 items)max depth SELECT => array(1 item) 10 => array(2 items)max depth SUBMIT => array(1 item) 10 => array(2 items)max depth TEXTAREA => array(1 item) 10 => array(2 items)max depth TEXTBLOCK => array(1 item) 10 => array(2 items)max depth TEXTLINE => array(1 item) 10 => array(2 items)max depth templateRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Templates/' (37 chars) partialRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Partials/' (36 chars) layoutRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Layouts/' (35 chars) settings => array(3 items) registeredElements => array(24 items) BUTTON => array(2 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialPath' (68 chars) _typoScriptNodeValue => '< .INPUTTYPEBUTTON' (18 chars) CHECKBOXGROUP => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.CHECKBOXGROUP.10.partialPath' (66 chars) childrenInheritName => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) _typoScriptNodeValue => '< .FIELDSET' (11 chars) RADIOGROUP => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.RADIOGROUP.10.partialPath' (63 chars) childrenInheritName => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) _typoScriptNodeValue => '< .FIELDSET' (11 chars) BUTTONTAG => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.BUTTONTAG.10.partialPath' (62 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth defaultHtmlAttributeValues => array(1 item)max depth CHECKBOX => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.CHECKBOX.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(24 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth CONTENTELEMENT => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.CONTENTELEMENT.10.partialPath' (67 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) FIELDSET => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.FIELDSET.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(17 items)max depth FILEUPLOAD => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.FILEUPLOAD.10.partialPath' (63 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(25 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth FORM => array(8 items) compatibilityMode => '1' (1 chars) themeName => 'Default' (7 chars) fixedHtmlAttributeValues => '' (0 chars) partialPath => '< plugin.tx_form.view.elementPartials.FORM.10.partialPath' (57 chars) htmlAttributes => array(25 items)max depth defaultHtmlAttributeValues => array(2 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(11 items)max depth viewHelperDefaultArguments => array(3 items)max depth HEADER => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.HEADER.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) HIDDEN => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.HIDDEN.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(19 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(11 items)max depth IMAGEBUTTON => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.IMAGEBUTTON.10.partialPath' (64 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(40 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth INPUT => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUT.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(39 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth defaultHtmlAttributeValues => array(1 item)max depth INPUTTYPEBUTTON => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialPath' (68 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth OPTGROUP => array(empty) OPTION => array(empty) PASSWORD => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.PASSWORD.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(29 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth RADIO => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.RADIO.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(24 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth RESET => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.RESET.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth SELECT => array(6 items) partialPath => '< plugin.tx_form.view.elementPartials.SELECT.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(22 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth SUBMIT => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.SUBMIT.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(10 items)max depth TEXTAREA => array(6 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTAREA.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(31 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(15 items)max depth TEXTBLOCK => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTBLOCK.10.partialPath' (62 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) TEXTLINE => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTLINE.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(31 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth defaultHtmlAttributeValues => array(1 item)max depth registeredFilters => array(12 items) alphabetic => array(2 items) displayName => 'Alphabetic' (10 chars) className => 'TYPO3\CMS\Form\Domain\Filter\AlphabeticFilter' (45 chars) alphanumeric => array(2 items) displayName => 'Alphanumeric' (12 chars) className => 'TYPO3\CMS\Form\Domain\Filter\AlphanumericFilter' (47 chars) currency => array(2 items) displayName => 'Currency' (8 chars) className => 'TYPO3\CMS\Form\Domain\Filter\CurrencyFilter' (43 chars) digit => array(2 items) displayName => 'Digit' (5 chars) className => 'TYPO3\CMS\Form\Domain\Filter\DigitFilter' (40 chars) integer => array(2 items) displayName => 'Integer' (7 chars) className => 'TYPO3\CMS\Form\Domain\Filter\IntegerFilter' (42 chars) lowercase => array(2 items) displayName => 'Lowercase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\LowerCaseFilter' (44 chars) regexp => array(2 items) displayName => 'Regular Expression' (18 chars) className => 'TYPO3\CMS\Form\Domain\Filter\RegExpFilter' (41 chars) removexss => array(2 items) displayName => 'Remove XSS' (10 chars) className => 'TYPO3\CMS\Form\Domain\Filter\RemoveXssFilter' (44 chars) stripnewlines => array(2 items) displayName => 'Strip New Lines' (15 chars) className => 'TYPO3\CMS\Form\Domain\Filter\StripNewLinesFilter' (48 chars) titlecase => array(2 items) displayName => 'Titlecase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\TitleCaseFilter' (44 chars) trim => array(2 items) displayName => 'Trim' (4 chars) className => 'TYPO3\CMS\Form\Domain\Filter\TrimFilter' (39 chars) uppercase => array(2 items) displayName => 'Uppercase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\UpperCaseFilter' (44 chars) registeredValidators => array(20 items) alphabetic => array(2 items) displayName => 'Alphabetic' (10 chars) className => 'TYPO3\CMS\Form\Domain\Validator\AlphabeticValidator' (51 chars) alphanumeric => array(2 items) displayName => 'Alphanumeric' (12 chars) className => 'TYPO3\CMS\Form\Domain\Validator\AlphanumericValidator' (53 chars) between => array(2 items) displayName => 'Between' (7 chars) className => 'TYPO3\CMS\Form\Domain\Validator\BetweenValidator' (48 chars) date => array(2 items) displayName => 'Date' (4 chars) className => 'TYPO3\CMS\Form\Domain\Validator\DateValidator' (45 chars) digit => array(2 items) displayName => 'Digit' (5 chars) className => 'TYPO3\CMS\Form\Domain\Validator\DigitValidator' (46 chars) email => array(2 items) displayName => 'Email address' (13 chars) className => 'TYPO3\CMS\Form\Domain\Validator\EmailValidator' (46 chars) equals => array(2 items) displayName => 'Equals' (6 chars) className => 'TYPO3\CMS\Form\Domain\Validator\EqualsValidator' (47 chars) fileallowedtypes => array(2 items) displayName => 'Allowed mimetypes for file' (26 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileAllowedTypesValidator' (57 chars) filemaximumsize => array(2 items) displayName => 'Maximum size for file (bytes)' (29 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileMaximumSizeValidator' (56 chars) fileminimumsize => array(2 items) displayName => 'Minimum size for file (bytes)' (29 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileMinimumSizeValidator' (56 chars) float => array(2 items) displayName => 'Float' (5 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FloatValidator' (46 chars) greaterthan => array(2 items) displayName => 'Greater than' (12 chars) className => 'TYPO3\CMS\Form\Domain\Validator\GreaterThanValidator' (52 chars) inarray => array(2 items) displayName => 'In array' (8 chars) className => 'TYPO3\CMS\Form\Domain\Validator\InArrayValidator' (48 chars) integer => array(2 items) displayName => 'Integer' (7 chars) className => 'TYPO3\CMS\Form\Domain\Validator\IntegerValidator' (48 chars) ip => array(2 items) displayName => 'Ip address' (10 chars) className => 'TYPO3\CMS\Form\Domain\Validator\IpValidator' (43 chars) length => array(2 items) displayName => 'Length' (6 chars) className => 'TYPO3\CMS\Form\Domain\Validator\LengthValidator' (47 chars) lessthan => array(2 items) displayName => 'Less than' (9 chars) className => 'TYPO3\CMS\Form\Domain\Validator\LessThanValidator' (49 chars) regexp => array(2 items) displayName => 'Regular Expression' (18 chars) className => 'TYPO3\CMS\Form\Domain\Validator\RegExpValidator' (47 chars) required => array(2 items) displayName => 'Required' (8 chars) className => 'TYPO3\CMS\Form\Domain\Validator\RequiredValidator' (49 chars) uri => array(2 items) displayName => 'Uniform Resource Identifier' (27 chars) className => 'TYPO3\CMS\Form\Domain\Validator\UriValidator' (44 chars) features => array(1 item) skipDefaultArguments => '1' (1 chars)
tx_femanager => array(4 items) view => array(3 items) templateRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Templates/' (42 chars) 1 => 'EXT:femanager/Resources/Private/Templates/' (42 chars) partialRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Partials/' (41 chars) 1 => 'EXT:femanager/Resources/Private/Partials/' (41 chars) layoutRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Layouts/' (40 chars) 1 => 'EXT:femanager/Resources/Private/Layouts/' (40 chars) persistence => array(1 item) storagePid => '' (0 chars) features => array(1 item) rewrittenPropertyMapper => '1' (1 chars) settings => array(9 items) _TypoScriptIncluded => '1' (1 chars) new => array(8 items) login => '1' (1 chars) prefill => array(empty) validation => array(7 items) _enable => array(2 items)max depth username => array(3 items)max depth email => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth email => array(5 items) createUserConfirmation => array(6 items)max depth createAdminConfirmation => array(7 items)max depth createUserNotify => array(6 items)max depth createUserNotifyRefused => array(6 items)max depth createAdminNotify => array(7 items)max depth forceValues => array(3 items) beforeAnyConfirmation => array(empty)max depth onUserConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth sendPost => array(empty) storeInDatabase => array(empty) misc => array(1 item) autogenerate => array(2 items)max depth edit => array(5 items) prefill => array(empty) validation => array(7 items) _enable => array(2 items)max depth username => array(2 items)max depth email => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth email => array(3 items) updateRequest => array(6 items)max depth updateRequestRefused => array(6 items)max depth notifyAdmin => array(6 items)max depth forceValues => array(2 items) beforeAnyConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth misc => array(1 item) keepPasswordIfEmpty => '1' (1 chars) invitation => array(5 items) validation => array(5 items) _enable => array(2 items)max depth username => array(3 items)max depth email => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth validationEdit => array(3 items) _enable => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth email => array(4 items) invitation => array(6 items)max depth invitationAdminNotifyStep1 => array(6 items)max depth invitationAdminNotify => array(6 items)max depth invitationRefused => array(6 items)max depth forceValues => array(2 items) beforeAnyConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth misc => array(empty) delete => array(empty) list => array(1 item) filter => array(1 item) searchword => array(1 item)max depth loginAs => array(empty) misc => array(4 items) uploadAmount => '3' (1 chars) uploadSize => '25000000' (8 chars) uploadFileExtension => 'jpeg, jpg, gif, png, bmp' (24 chars) renderImageWidth => '250' (3 chars) finishers => array(2 items) 10 => array(1 item) class => 'In2code\Femanager\Finisher\SaveToAnyTableFinisher' (49 chars) 20 => array(1 item) class => 'In2code\Femanager\Finisher\SendParametersFinisher' (49 chars) tx_sitemapgenerator => array(3 items) googleNewsUrlEntry => array(12 items) hideIfNotTranslated => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) name => 'title' (5 chars) language => array(2 items) value => 'de' (2 chars) _typoScriptNodeValue => 'TEXT' (4 chars) access => '' (0 chars) genres => 'tags' (4 chars) publicationDate => 'datetime' (8 chars) title => 'title' (5 chars) keywords => 'keywords' (8 chars) stockTickers => '' (0 chars) url => array(2 items) typolink => array(6 items) parameter => '9' (1 chars) additionalParams => array(2 items)max depth addQueryString => array(2 items)max depth useCacheHash => '1' (1 chars) returnLast => 'url' (3 chars) forceAbsoluteUrl => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => '0' (1 chars) view => array(3 items) templateRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Templates/' (50 chars) partialRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Partials/' (49 chars) layoutRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Layouts/' (48 chars) urlEntries => array(2 items) pages => array(5 items) rootPageId => '1' (1 chars) allowedDoktypes => '1' (1 chars) stopPageTreeDoktypes => '6,199' (5 chars) hidePagesIfNotTranslated => '0' (1 chars) _typoScriptNodeValue => '1' (1 chars) news => array(6 items) active => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) hideIfNotTranslated => '0' (1 chars) lastmod => 'tstamp' (6 chars) url => array(2 items) typolink => array(6 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => '1' (1 chars) tx_dce => array(1 item) persistence => array(1 item) storagePid => '0' (1 chars)
module => array(5 items) tx_extensionmanager => array(2 items) settings => array(1 item) repositoryUid => '1' (1 chars) features => array(1 item) skipDefaultArguments => '0' (1 chars) tx_belog => array(2 items) persistence => array(1 item) classes => array(3 items) TYPO3\CMS\Belog\Domain\Model\LogEntry => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Belog\Domain\Model\Workspace => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Belog\Domain\Model\HistoryEntry => array(1 item) mapping => array(1 item)max depth settings => array(3 items) selectableNumberOfLogEntries => array(7 items) 20 => '20' (2 chars) 50 => '50' (2 chars) 100 => '100' (3 chars) 200 => '200' (3 chars) 500 => '500' (3 chars) 1000 => '1000' (4 chars) 1000000 => 'any' (3 chars) selectableTimeFrames => array(8 items) 0 => 'thisWeek' (8 chars) 1 => 'lastWeek' (8 chars) 2 => 'last7Days' (9 chars) 10 => 'thisMonth' (9 chars) 11 => 'lastMonth' (9 chars) 12 => 'last31Days' (10 chars) 20 => 'noLimit' (7 chars) 30 => 'userDefined' (11 chars) selectableActions => array(7 items) 0 => 'any' (3 chars) 1 => 'actionDatabase' (14 chars) 2 => 'actionFile' (10 chars) 3 => 'actionCache' (11 chars) 254 => 'actionSettings' (14 chars) 255 => 'actionLogin' (11 chars) -1 => 'actionErrors' (12 chars) tx_beuser => array(2 items) persistence => array(1 item) storagePid => '0' (1 chars) settings => array(1 item) dummy => 'foo' (3 chars) tx_sysnote => array(1 item) view => array(3 items) layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars) templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars) partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars) tx_femanager => array(2 items) view => array(3 items) templateRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Templates/' (69 chars) partialRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Partials/' (68 chars) layoutRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Layouts/' (67 chars) settings => array(empty) htmlTag_stdWrap => array(1 item) cObject => array(empty) types => array(2 items) 0 => 'page' (4 chars) 7076 => 'fluidAjaxWidgetResponse' (23 chars)
contentObject => array(89 items) uid => '1645' (4 chars) pid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654081045' (10 chars) crdate => '1654080825' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) sorting => '256' (3 chars) CType => 'dce_dceuid42' (12 chars) header => '' (0 chars) header_position => '' (0 chars) bodytext => NULL image => '0' (1 chars) imagewidth => '0' (1 chars) imageorient => '0' (1 chars) imagecols => '2' (1 chars) imageborder => '0' (1 chars) media => array(empty) layout => '0' (1 chars) deleted => '0' (1 chars) cols => '0' (1 chars) records => NULL pages => NULL starttime => '0' (1 chars) endtime => '0' (1 chars) colPos => '0' (1 chars) subheader => '' (0 chars) spaceBefore => '0' (1 chars) spaceAfter => '0' (1 chars) fe_group => '0' (1 chars) header_link => '' (0 chars) imagecaption_position => '' (0 chars) image_zoom => '0' (1 chars) image_noRows => '0' (1 chars) image_effects => '0' (1 chars) image_compression => '0' (1 chars) longdescURL => NULL header_layout => '0' (1 chars) menu_type => '0' (1 chars) list_type => '' (0 chars) table_border => '0' (1 chars) table_cellspacing => '0' (1 chars) table_cellpadding => '0' (1 chars) table_bgColor => '0' (1 chars) select_key => '' (0 chars) sectionIndex => '1' (1 chars) linkToTop => '0' (1 chars) file_collections => NULL filelink_size => '0' (1 chars) filelink_sorting => '' (0 chars) target => '' (0 chars) section_frame => '0' (1 chars) date => '0' (1 chars) recursive => '0' (1 chars) imageheight => '0' (1 chars) sys_language_uid => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3FlexForms> <
         data> <sheet index="sheet.tabGeneral"> <language index="
         lDEF"> <field index="settings.test"> <va
         lue index="vDEF">testen</value> </field> </langu
         age> </sheet> </data> </T3FlexForms>
' (352 chars) accessibility_title => '' (0 chars) accessibility_bypass => '0' (1 chars) accessibility_bypass_text => '' (0 chars) l18n_parent => '0' (1 chars) l18n_diffsource => 'a:8:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"spaceBefor
         e";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:11:"pi_flex
         form";N;}
' (161 chars) selected_categories => NULL category_field => '' (0 chars) categories => array(empty) tx_dce_dce => '42' (2 chars) tx_dce_index => NULL tx_dce_new_container => '0' (1 chars) editlock => '0' (1 chars) rowDescription => NULL table_caption => NULL table_delimiter => '124' (3 chars) table_enclosure => '0' (1 chars) table_header_position => '0' (1 chars) table_tfoot => '0' (1 chars) bullets_type => '0' (1 chars) uploads_description => '0' (1 chars) uploads_type => '0' (1 chars) assets => array(empty)
fields => array(1 item) test => 'testen' (6 chars) field => array(1 item) test => 'testen' (6 chars)
Extbase Variable Dump
array(7 items)
   dce => ArminVieweg\Dce\Domain\Model\Dceprototypemodified entity (uid=42, pid=0)
      fluidTemplateCache => array(2 items)
         29 => array(1 item)
            0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobject
               templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="None" />

<f:
                  section name="main"> <f:cObject typoscriptObjectPath="{field.script}" />
                  </f:section>
' (165 chars) templatePathAndFilename => NULL templateRootPaths => NULL partialRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Partials/
' (87 chars)
layoutRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Layouts/
' (86 chars)
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobject request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobject hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth format => 'html' (4 chars) method => 'GET' (3 chars) requestUri => 'https://www.seltamed.de/testen/test/' (36 chars) baseUri => 'https://www.seltamed.de/' (24 chars) isCached => FALSE configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars) namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars) pluginName => '' (0 chars) controllerExtensionName => NULL controllerVendorName => NULL controllerSubpackageKey => NULL controllerName => 'Standard' (8 chars) controllerActionName => 'index' (5 chars) arguments => array(empty)max depth internalArguments => array(empty)max depth dispatched => FALSE originalRequest => NULL originalRequestMappingResults => NULL response => NULL arguments => NULL uriBuilder => TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilderprototypeobject configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectmax depth contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above arguments => array(empty)max depth lastArguments => array(empty)max depth section => '' (0 chars) createAbsoluteUri => FALSE absoluteUriScheme => NULL addQueryString => FALSE addQueryStringMethod => NULL argumentsToBeExcludedFromQueryString => array(empty)max depth linkAccessRestrictedPages => FALSE targetPageUid => NULL targetPageType => 0 (integer) noCache => FALSE useCacheHash => TRUE format => '' (0 chars) argumentPrefix => NULL environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth flashMessageQueueDefaultIdentifier => NULL flashMessageService => TYPO3\CMS\Core\Messaging\FlashMessageServicesingletonobject flashMessageQueues => array(empty)max depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobject objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth targetPidPluginCache => array(empty)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered templateParser => TYPO3\CMS\Fluid\Core\Parser\TemplateParserprototypeobject SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
                     space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m
' (125 chars) SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars) SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/ ( (?: <\/? # Start dynamic tags
                      (?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
                     prefix and word characters (?: # Begi
                     n tag arguments \s*[a-zA-Z0-9:-]+ # Argument Keys
                      = # = (?>
                      # either... If we have found an argument, we will not back-track (That
                     does the Atomic Bracket) "(?:\\"|[^"])*" # a double-quot
                     ed string |'(?:\\'|[^'])*' # or a single quoted string )
                     \s* # )*
                      # Tag arguments can be replaced many times. \s* \/?>
                      # Closing tag ) |(?:
                      # Start match CDATA section <!\[CDATA\[.*?\]\]> ) )
                     /xs
' (915 chars) SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/ ^< # A Tag begins with <
                      (?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
                     ce prefix followed by a : (?P<MethodIdentifier>
                      # Now comes the Name of the ViewHelper [a-zA-Z0-9\.]+ ) (?P<Attribu
                     tes> # Begin Tag Attributes (?:
                      # A tag might have multiple attributes
                      \s* [a-zA-Z0-9:-]+ # The attribute name
                      = # = (?>
                      # either... # If we have found an argument, we will not ba
                     ck-track (That does the Atomic Bracket) "(?:\\"|[^"])*"
                      # a double-quoted string |'(?:\\'|[^'])*' # or a s
                     ingle quoted string ) # \s*
                      )* # A tag might have multiple
                      attributes ) # End Tag At
                     tributes \s* (?P<Selfclosing>\/?) # A tag m
                     ight be selfclosing >$/x
' (1166 chars) SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
                     \s*>$/
' (82 chars) SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars) SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars) SPLIT_PATTERN_TAGARGUMENTS => '/ (?: # \s*
                      # (?P<Argument>
                      # The attribute name [a-zA-Z0-9:-]+ # )
                      # =
                      # = (?> # If we
                     have found an argument, we will not back-track (That does the Atomic Bracket
                     ) (?P<ValueQuoted> # either... (?:"(?:\\"|[
                     ^"])*") # a double-quoted string |(?:'(?:\\'|[^'])*')
                      # or a single quoted string ) )\s* ) /xs
' (668 chars) SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars) SPLIT_PATTERN_SHORTHANDSYNTAX => '/ ( { # Start of shorthand syntax (?
                     : # Shorthand syntax is either composed of...
                     [a-zA-Z0-9\->_:,.()] # Various characters |"(?:\\"|[^"])*" #
                      Double-quoted strings |'(?:\\'|[^'])*' # Single-quoted strings
                     |(?R) # Other shorthand syntaxes inside, albeit not in a
                     quoted string |\s+ # Spaces )+ }
                      # End of shorthand syntax )/x
' (507 chars) SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/ ^{ # Start of short
                     hand syntax # A shorthand
                      syntax is either... (?P<Object>[a-zA-Z0-9\-_.]*)
                      # ... an object accessor \s*(?P<Delimiter>(?:->)?)\s* (?
                     P<ViewHelper> # ... a ViewHelper [a-zA-Z
                     0-9]+ # Namespace prefix of ViewHelper (as in
                      $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : [a-zA-Z0-9\.]+
                      # Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
                     TAG) \( # Opening parameter bra
                     ckets of ViewHelper (?P<ViewHelperArguments> # Start sub
                     match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
                     NTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The keys
                     of the array \s*:\s* # Key|Value delimite
                     r : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'
                     |[^'])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                      # variable identifiers |{(?P>ViewHelperArguments)} # Anothe
                     r sub-array ) # END possible value
                     options \s*,? # There might be a , to s
                     eparate different parts of the array )*
                      # The above cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper
                      )? (?P<AdditionalViewHelpers> # There can be more
                      than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
                     ely) (?: \s*->\s* (?P>ViewHelper) )* ) }$/x
' (1966 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/ (?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
                     elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : (?P<MethodIdentifie
                     r>[a-zA-Z0-9\.]+) \( # Opening pa
                     rameter brackets of ViewHelper (?P<ViewHelperArguments> #
                     Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
                     ORTHANDSYNTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The
                     keys of the array \s*:\s* # Key|Value delim
                     iter : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'|[^
                     '])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                     # variable identifiers |{(?P>ViewHelperArguments)} # Another sub-a
                     rray ) # END possible value options
                      \s*,? # There might be a , to separate dif
                     ferent parts of the array )* # The abov
                     e cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper /x
' (1279 chars) SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^ (?P<Recursion> # Start the recursive p
                     art of the regular expression - describing the array syntax {
                      # Each array needs to start with { (?P<Ar
                     ray> # Start submatch (?: \s*[a-zA-Z
                     0-9\-_]+ # The keys of the array \s*:\s*
                      # Key|Value delimiter : (?: # Poss
                     ible value options: "(?:\\"|[^"])*" # Double qouoted strin
                     g |'(?:\\'|[^'])*' # Single quoted string |[a-zA-Z0-9\-_.
                     ]+ # variable identifiers |(?P>Recursion) # Ano
                     ther sub-array ) # END possible value op
                     tions \s*,? # There might be a , to separate
                      different parts of the array )* # The
                      above cycle is repeated for all array elements )
                      # End array submatch }
                      # Each array ends with } )$/x
' (1103 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/ (?P<ArrayPart> # Start subma
                     tch (?P<Key>[a-zA-Z0-9\-_]+) # The keys of
                     the array \s*:\s* # Key
                     |Value delimiter : (?:
                      # Possible value options: (?P<QuotedString>
                      # Quoted string (?:"(?:\\"|[^"])*") |(?:'(?:\\'|[^'])*
                     ') ) |(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
                      identifiers have to start with a letter |(?P<Number>[0-9.]+)
                      # Number |{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
                     \s*)+)\s*} # Another sub-array )
                      # END possible value options )
                      # End array part submatch /x
' (908 chars) SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars) namespaces => array(2 items) f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars) dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars) objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configuration => TYPO3\CMS\Fluid\Core\Parser\Configurationprototypeobject interceptors => array(3 items)max depth settings => NULL viewHelperNameToImplementationClassNameRuntimeCache => array(1 item) f => array(3 items)max depth
templateCompiler => TYPO3\CMS\Fluid\Core\Compiler\TemplateCompilersingletonobject templateCache => TYPO3\CMS\Core\Cache\Frontend\PhpFrontendprototypeobject identifier => 'fluid_template' (14 chars) backend => TYPO3\CMS\Core\Cache\Backend\FileBackendprototypeobjectmax depth variableCounter => 11 (integer) syntaxTreeInstanceCache => array(6 items) Standalone_layout_None_792e599bdb5d512dca0dc265638fbd8a00b97c1e => FluidCache_Standalone_layout_None_792e599bdb5d512dca0dc265638fbd8a00b97c1eprototypeobjectmax depth Standalone_template_file_page_db6a743dd960c81391041b9b01365ec9312696ad => FluidCache_Standalone_template_file_page_db6a743dd960c81391041b9b01365ec9312696adprototypeobjectmax depth Standalone_layout_Default_70c0d6f6ce245ef7533a1c686da2408a48155f49 => FluidCache_Standalone_layout_Default_70c0d6f6ce245ef7533a1c686da2408a48155f49prototypeobjectmax depth Standalone_partial_Page_Navigation_Main_929e6460444ecb224ebaf0ac89354065a04c3514 => FluidCache_Standalone_partial_Page_Navigation_Main_929e6460444ecb224ebaf0ac89354065a04c3514prototypeobjectmax depth Standalone_template_source_27cc82878e375bf6ffc4d505afb5ab487de3eeed => FluidCache_Standalone_template_source_27cc82878e375bf6ffc4d505afb5ab487de3eeedprototypeobjectmax depth Standalone_template_source_2cb65f6ed8e79c06c15eab4f2e65d33ed3b67910 => FluidCache_Standalone_template_source_2cb65f6ed8e79c06c15eab4f2e65d33ed3b67910prototypeobjectmax depth baseRenderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobject templateVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainerprototypeobject reservedVariableNames => array(7 items)max depth variables => array(7 items)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above viewHelperVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainerprototypeobject objects => array(1 item)max depth view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above renderingStack => array(empty) partialIdentifierCache => array(empty)
42 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobject templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
                  >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
                  ser.user.company}</f:if> </div>
' (187 chars) templatePathAndFilename => NULL templateRootPaths => NULL partialRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Partials/
' (87 chars)
layoutRootPaths => array(1 item) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
                     e/Layouts/
' (86 chars)
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobject request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobject hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth format => 'html' (4 chars) method => 'GET' (3 chars) requestUri => 'https://www.seltamed.de/testen/test/' (36 chars) baseUri => 'https://www.seltamed.de/' (24 chars) isCached => FALSE configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars) namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars) pluginName => '' (0 chars) controllerExtensionName => NULL controllerVendorName => NULL controllerSubpackageKey => NULL controllerName => 'Standard' (8 chars) controllerActionName => 'index' (5 chars) arguments => array(empty)max depth internalArguments => array(empty)max depth dispatched => FALSE originalRequest => NULL originalRequestMappingResults => NULL response => NULL arguments => NULL uriBuilder => TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilderprototypeobject configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectsee above contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above arguments => array(empty)max depth lastArguments => array(empty)max depth section => '' (0 chars) createAbsoluteUri => FALSE absoluteUriScheme => NULL addQueryString => FALSE addQueryStringMethod => NULL argumentsToBeExcludedFromQueryString => array(empty)max depth linkAccessRestrictedPages => FALSE targetPageUid => NULL targetPageType => 0 (integer) noCache => FALSE useCacheHash => TRUE format => '' (0 chars) argumentPrefix => NULL environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth flashMessageQueueDefaultIdentifier => NULL flashMessageService => TYPO3\CMS\Core\Messaging\FlashMessageServicesingletonobjectsee above extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectsee above objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered templateParser => TYPO3\CMS\Fluid\Core\Parser\TemplateParserprototypeobject SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
                     space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m
' (125 chars) SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars) SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/ ( (?: <\/? # Start dynamic tags
                      (?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
                     prefix and word characters (?: # Begi
                     n tag arguments \s*[a-zA-Z0-9:-]+ # Argument Keys
                      = # = (?>
                      # either... If we have found an argument, we will not back-track (That
                     does the Atomic Bracket) "(?:\\"|[^"])*" # a double-quot
                     ed string |'(?:\\'|[^'])*' # or a single quoted string )
                     \s* # )*
                      # Tag arguments can be replaced many times. \s* \/?>
                      # Closing tag ) |(?:
                      # Start match CDATA section <!\[CDATA\[.*?\]\]> ) )
                     /xs
' (915 chars) SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/ ^< # A Tag begins with <
                      (?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
                     ce prefix followed by a : (?P<MethodIdentifier>
                      # Now comes the Name of the ViewHelper [a-zA-Z0-9\.]+ ) (?P<Attribu
                     tes> # Begin Tag Attributes (?:
                      # A tag might have multiple attributes
                      \s* [a-zA-Z0-9:-]+ # The attribute name
                      = # = (?>
                      # either... # If we have found an argument, we will not ba
                     ck-track (That does the Atomic Bracket) "(?:\\"|[^"])*"
                      # a double-quoted string |'(?:\\'|[^'])*' # or a s
                     ingle quoted string ) # \s*
                      )* # A tag might have multiple
                      attributes ) # End Tag At
                     tributes \s* (?P<Selfclosing>\/?) # A tag m
                     ight be selfclosing >$/x
' (1166 chars) SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
                     \s*>$/
' (82 chars) SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars) SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars) SPLIT_PATTERN_TAGARGUMENTS => '/ (?: # \s*
                      # (?P<Argument>
                      # The attribute name [a-zA-Z0-9:-]+ # )
                      # =
                      # = (?> # If we
                     have found an argument, we will not back-track (That does the Atomic Bracket
                     ) (?P<ValueQuoted> # either... (?:"(?:\\"|[
                     ^"])*") # a double-quoted string |(?:'(?:\\'|[^'])*')
                      # or a single quoted string ) )\s* ) /xs
' (668 chars) SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars) SPLIT_PATTERN_SHORTHANDSYNTAX => '/ ( { # Start of shorthand syntax (?
                     : # Shorthand syntax is either composed of...
                     [a-zA-Z0-9\->_:,.()] # Various characters |"(?:\\"|[^"])*" #
                      Double-quoted strings |'(?:\\'|[^'])*' # Single-quoted strings
                     |(?R) # Other shorthand syntaxes inside, albeit not in a
                     quoted string |\s+ # Spaces )+ }
                      # End of shorthand syntax )/x
' (507 chars) SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/ ^{ # Start of short
                     hand syntax # A shorthand
                      syntax is either... (?P<Object>[a-zA-Z0-9\-_.]*)
                      # ... an object accessor \s*(?P<Delimiter>(?:->)?)\s* (?
                     P<ViewHelper> # ... a ViewHelper [a-zA-Z
                     0-9]+ # Namespace prefix of ViewHelper (as in
                      $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : [a-zA-Z0-9\.]+
                      # Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
                     TAG) \( # Opening parameter bra
                     ckets of ViewHelper (?P<ViewHelperArguments> # Start sub
                     match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
                     NTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The keys
                     of the array \s*:\s* # Key|Value delimite
                     r : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'
                     |[^'])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                      # variable identifiers |{(?P>ViewHelperArguments)} # Anothe
                     r sub-array ) # END possible value
                     options \s*,? # There might be a , to s
                     eparate different parts of the array )*
                      # The above cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper
                      )? (?P<AdditionalViewHelpers> # There can be more
                      than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
                     ely) (?: \s*->\s* (?P>ViewHelper) )* ) }$/x
' (1966 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/ (?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
                     elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG) : (?P<MethodIdentifie
                     r>[a-zA-Z0-9\.]+) \( # Opening pa
                     rameter brackets of ViewHelper (?P<ViewHelperArguments> #
                     Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
                     ORTHANDSYNTAX_ARRAYS (?: \s*[a-zA-Z0-9\-_]+ # The
                     keys of the array \s*:\s* # Key|Value delim
                     iter : (?: # Possible value options:
                      "(?:\\"|[^"])*" # Double qouoted string |'(?:\\'|[^
                     '])*' # Single quoted string |[a-zA-Z0-9\-_.]+
                     # variable identifiers |{(?P>ViewHelperArguments)} # Another sub-a
                     rray ) # END possible value options
                      \s*,? # There might be a , to separate dif
                     ferent parts of the array )* # The abov
                     e cycle is repeated for all array elements )
                      # End ViewHelper Arguments submatch \)
                      # Closing parameter brackets of ViewHelper /x
' (1279 chars) SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^ (?P<Recursion> # Start the recursive p
                     art of the regular expression - describing the array syntax {
                      # Each array needs to start with { (?P<Ar
                     ray> # Start submatch (?: \s*[a-zA-Z
                     0-9\-_]+ # The keys of the array \s*:\s*
                      # Key|Value delimiter : (?: # Poss
                     ible value options: "(?:\\"|[^"])*" # Double qouoted strin
                     g |'(?:\\'|[^'])*' # Single quoted string |[a-zA-Z0-9\-_.
                     ]+ # variable identifiers |(?P>Recursion) # Ano
                     ther sub-array ) # END possible value op
                     tions \s*,? # There might be a , to separate
                      different parts of the array )* # The
                      above cycle is repeated for all array elements )
                      # End array submatch }
                      # Each array ends with } )$/x
' (1103 chars) SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/ (?P<ArrayPart> # Start subma
                     tch (?P<Key>[a-zA-Z0-9\-_]+) # The keys of
                     the array \s*:\s* # Key
                     |Value delimiter : (?:
                      # Possible value options: (?P<QuotedString>
                      # Quoted string (?:"(?:\\"|[^"])*") |(?:'(?:\\'|[^'])*
                     ') ) |(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
                      identifiers have to start with a letter |(?P<Number>[0-9.]+)
                      # Number |{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
                     \s*)+)\s*} # Another sub-array )
                      # END possible value options )
                      # End array part submatch /x
' (908 chars) SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars) namespaces => array(2 items) f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars) dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars) objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered configuration => TYPO3\CMS\Fluid\Core\Parser\Configurationprototypeobject interceptors => array(3 items)max depth settings => NULL viewHelperNameToImplementationClassNameRuntimeCache => array(1 item) f => array(2 items)max depth
templateCompiler => TYPO3\CMS\Fluid\Core\Compiler\TemplateCompilersingletonobjectsee above baseRenderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobject templateVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\TemplateVariableContainerprototypeobject reservedVariableNames => array(7 items)max depth variables => array(7 items)max depth objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above viewHelperVariableContainer => TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainerprototypeobject objects => array(empty)max depth view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above renderingStack => array(1 item) 0 => array(3 items) type => 1 (integer) parsedTemplate => FluidCache_Standalone_template_source_2cb65f6ed8e79c06c15eab4f2e65d33ed3b67910prototypeobjectmax depth renderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobjectsee above partialIdentifierCache => array(empty)
fieldsCache => array(2 items) 1701 => array(1 item) script => 'lib.formContact' (15 chars) 1645 => array(1 item) test => 'testen' (6 chars) contentElementRowsCache => array(empty) templateFields => array(4 items) 0 => array(3 items) type => 'template_type' (13 chars) inline => 'template_content' (16 chars) file => 'template_file' (13 chars) 3 => array(3 items) type => 'detailpage_template_type' (24 chars) inline => 'detailpage_template' (19 chars) file => 'detailpage_template_file' (24 chars) 4 => array(3 items) type => 'container_template_type' (23 chars) inline => 'container_template' (18 chars) file => 'container_template_file' (23 chars) 5 => array(3 items) type => 'backend_template_type' (21 chars) inline => 'backend_template_content' (24 chars) file => 'backend_template_file' (21 chars) fields => TYPO3\CMS\Extbase\Persistence\ObjectStorageprototypemodified object (1 items) 000000005a8aa018000000002227cc61 => ArminVieweg\Dce\Domain\Model\DceFieldprototypemodified entity (uid=255, pid=0) type => 0 (integer) title => 'test' (4 chars) variable => 'test' (4 chars) configuration => '<config> <type>input</type> <size>30</size> <eval>trim</eval> </confi
               g>
' (78 chars) mapTo => '' (0 chars) newTcaFieldName => '' (0 chars) newTcaFieldType => 'auto' (4 chars) sectionFields => NULL parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entity (uid=42, pid=0) fluidTemplateCache => array(2 items) 29 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above 42 => array(1 item) 0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above fieldsCache => array(2 items) 1701 => array(1 item) script => 'lib.formContact' (15 chars) 1645 => array(1 item) test => 'testen' (6 chars) contentElementRowsCache => array(empty) templateFields => array(4 items) 0 => array(3 items) type => 'template_type' (13 chars) inline => 'template_content' (16 chars) file => 'template_file' (13 chars) 3 => array(3 items) type => 'detailpage_template_type' (24 chars) inline => 'detailpage_template' (19 chars) file => 'detailpage_template_file' (24 chars) 4 => array(3 items) type => 'container_template_type' (23 chars) inline => 'container_template' (18 chars) file => 'container_template_file' (23 chars) 5 => array(3 items) type => 'backend_template_type' (21 chars) inline => 'backend_template_content' (24 chars) file => 'backend_template_file' (21 chars) fields => TYPO3\CMS\Extbase\Persistence\ObjectStorageprototypeobject (1 items) 000000005a8aa00b000000002227cc61 => ArminVieweg\Dce\Domain\Model\DceFieldprototypepersistent entity (uid=255, pid=0) type => 0 (integer) title => 'test' (4 chars) variable => 'test' (4 chars) configuration => '<config> <type>input</type> <size>30</size> <eval>trim</eval> </confi
                        g>
' (78 chars) mapTo => '' (0 chars) newTcaFieldName => '' (0 chars) newTcaFieldType => 'auto' (4 chars) sectionFields => NULL parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entitysee above (uid=42, pid=0) parentField => NULL value => '' (0 chars) uid => 255 (integer) _localizedUid => 255 (integer)modified _languageUid => NULL _versionedUid => 255 (integer)modified pid => 0 (integer)
containerIterator => NULL hidden => FALSE title => 'DCE:Debug' (9 chars) templateType => 'inline' (6 chars) templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
                  >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
                  ser.user.company}</f:if> </div>
' (186 chars) templateFile => '' (0 chars) templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars) templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars) useSimpleBackendView => TRUE backendViewHeader => '*dcetitle' (9 chars) backendViewBodytext => '' (0 chars) backendTemplateType => '' (0 chars) backendTemplateContent => ' {namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="BackendTemplate
                  " /> <f:section name="header"> <strong>{dce.title}</strong><br> </f:sectio
                  n> <f:section name="bodytext"> Your backend template goes here... </f:secti
                  on>
' (231 chars) backendTemplateFile => '' (0 chars) enableDetailpage => FALSE detailpageIdentifier => 'detailDceUid' (12 chars) detailpageTemplateType => '' (0 chars) detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce dce-detailpage">
                   Your detailpage template goes here... </div>
' (123 chars) detailpageTemplateFile => '' (0 chars) enableContainer => FALSE containerItemLimit => 0 (integer) containerTemplateType => '' (0 chars) containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="DefaultContainer
                  " /> <f:section name="main"> <f:render partial="Container/Dces" arguments=
                  "{dces:dces}" /> </f:section>
' (181 chars) containerTemplateFile => '' (0 chars) wizardEnable => TRUE wizardCategory => 'dce' (3 chars) wizardDescription => '' (0 chars) wizardIcon => 'content-header' (14 chars) wizardCustomIcon => '' (0 chars) contentObject => array(empty) uid => 42 (integer) _localizedUid => 42 (integer)modified _languageUid => NULL _versionedUid => 42 (integer)modified pid => 0 (integer)
parentField => NULL value => 'testen' (6 chars)modified uid => 255 (integer) _localizedUid => 255 (integer)modified _languageUid => NULL _versionedUid => 255 (integer)modified pid => 0 (integer)
modified containerIterator => NULL hidden => FALSE title => 'DCE:Debug' (9 chars) templateType => 'inline' (6 chars) templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce"> <f:debug
         >{_all}</f:debug> <f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
         ser.user.company}</f:if> </div>
' (186 chars) templateFile => '' (0 chars) templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars) templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars) useSimpleBackendView => TRUE backendViewHeader => '*dcetitle' (9 chars) backendViewBodytext => '' (0 chars) backendTemplateType => '' (0 chars) backendTemplateContent => ' {namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="BackendTemplate
         " /> <f:section name="header"> <strong>{dce.title}</strong><br> </f:sectio
         n> <f:section name="bodytext"> Your backend template goes here... </f:secti
         on>
' (231 chars) backendTemplateFile => '' (0 chars) enableDetailpage => FALSE detailpageIdentifier => 'detailDceUid' (12 chars) detailpageTemplateType => '' (0 chars) detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <div class="dce dce-detailpage">
          Your detailpage template goes here... </div>
' (123 chars) detailpageTemplateFile => '' (0 chars) enableContainer => FALSE containerItemLimit => 0 (integer) containerTemplateType => '' (0 chars) containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers} <f:layout name="DefaultContainer
         " /> <f:section name="main"> <f:render partial="Container/Dces" arguments=
         "{dces:dces}" /> </f:section>
' (181 chars) containerTemplateFile => '' (0 chars) wizardEnable => TRUE wizardCategory => 'dce' (3 chars) wizardDescription => '' (0 chars) wizardIcon => 'content-header' (14 chars) wizardCustomIcon => '' (0 chars) contentObject => array(89 items) uid => '1645' (4 chars) pid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654081045' (10 chars) crdate => '1654080825' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) sorting => '256' (3 chars) CType => 'dce_dceuid42' (12 chars) header => '' (0 chars) header_position => '' (0 chars) bodytext => NULL image => '0' (1 chars) imagewidth => '0' (1 chars) imageorient => '0' (1 chars) imagecols => '2' (1 chars) imageborder => '0' (1 chars) media => array(empty) layout => '0' (1 chars) deleted => '0' (1 chars) cols => '0' (1 chars) records => NULL pages => NULL starttime => '0' (1 chars) endtime => '0' (1 chars) colPos => '0' (1 chars) subheader => '' (0 chars) spaceBefore => '0' (1 chars) spaceAfter => '0' (1 chars) fe_group => '0' (1 chars) header_link => '' (0 chars) imagecaption_position => '' (0 chars) image_zoom => '0' (1 chars) image_noRows => '0' (1 chars) image_effects => '0' (1 chars) image_compression => '0' (1 chars) longdescURL => NULL header_layout => '0' (1 chars) menu_type => '0' (1 chars) list_type => '' (0 chars) table_border => '0' (1 chars) table_cellspacing => '0' (1 chars) table_cellpadding => '0' (1 chars) table_bgColor => '0' (1 chars) select_key => '' (0 chars) sectionIndex => '1' (1 chars) linkToTop => '0' (1 chars) file_collections => NULL filelink_size => '0' (1 chars) filelink_sorting => '' (0 chars) target => '' (0 chars) section_frame => '0' (1 chars) date => '0' (1 chars) recursive => '0' (1 chars) imageheight => '0' (1 chars) sys_language_uid => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3FlexForms> <
            data> <sheet index="sheet.tabGeneral"> <language index="
            lDEF"> <field index="settings.test"> <va
            lue index="vDEF">testen</value> </field> </langu
            age> </sheet> </data> </T3FlexForms>
' (352 chars) accessibility_title => '' (0 chars) accessibility_bypass => '0' (1 chars) accessibility_bypass_text => '' (0 chars) l18n_parent => '0' (1 chars) l18n_diffsource => 'a:8:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"spaceBefor
            e";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:11:"pi_flex
            form";N;}
' (161 chars) selected_categories => NULL category_field => '' (0 chars) categories => array(empty) tx_dce_dce => '42' (2 chars) tx_dce_index => NULL tx_dce_new_container => '0' (1 chars) editlock => '0' (1 chars) rowDescription => NULL table_caption => NULL table_delimiter => '124' (3 chars) table_enclosure => '0' (1 chars) table_header_position => '0' (1 chars) table_tfoot => '0' (1 chars) bullets_type => '0' (1 chars) uploads_description => '0' (1 chars) uploads_type => '0' (1 chars) assets => array(empty)
modified uid => 42 (integer) _localizedUid => 42 (integer)modified _languageUid => NULL _versionedUid => 42 (integer)modified pid => 0 (integer)
TSFE => TYPO3\CMS\Frontend\Controller\TypoScriptFrontendControllerprototypeobject id => 191 (integer) type => 0 (integer) cHash => NULL no_cache => FALSE rootLine => array(3 items) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
page => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) contentPid => 191 (integer) originalMountPointPage => NULL originalShortcutPage => NULL sys_page => TYPO3\CMS\Frontend\Page\PageRepositoryprototypeobject urltypes => array(5 items) 0 => '' (0 chars) 1 => 'http://' (7 chars) 2 => 'ftp://' (6 chars) 3 => 'mailto:' (7 chars) 4 => 'https://' (8 chars) where_hid_del => ' AND pages.deleted=0 AND pages.t3ver_state<=0 AND pages.hidden=0 AND pages.s
            tarttime<=1722092820 AND (pages.endtime=0 OR pages.endtime>1722092820) AND p
            ages.doktype<200
' (168 chars) where_groupAccess => ' AND (pages.fe_group='' OR pages.fe_group IS NULL OR pages.fe_group='0' OR F
            IND_IN_SET('0',pages.fe_group) OR FIND_IN_SET('-1',pages.fe_group))
' (143 chars) sys_language_uid => 0 (integer) versioningPreview => FALSE versioningPreview_where_hid_del => '' (0 chars) versioningWorkspaceId => NULL workspaceCache => array(empty) error_getRootLine => '' (0 chars) error_getRootLine_failPid => 0 (integer) cache_getRootLine => array(empty) cache_getPage => array(33 items) 191 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 190 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(empty) 44 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '44' (2 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1558533724' (10 chars) sorting => '528' (3 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240142' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Agenturlogin' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '1' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '4' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '60' (2 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => 'pagets__2' (9 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '1' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 45 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '45' (2 chars) pid => '8' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1583739058' (10 chars) sorting => '96' (2 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240142' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Logout' (6 chars) doktype => '3' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => 'index.php?logintype=logout' (26 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '0' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '1' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 10 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '10' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1547203258' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Reiseziele' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 11 => array(2 items) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '11' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1704460602' (10 chars) sorting => '1152' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Ihr Ratgeber' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '28' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Überblick, Programme, Kur' (51 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Ratgeber' (8 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) d9718b55523d92f0277fe3cdd61d9ea3 => array(74 items) uid => '11' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1704460602' (10 chars) sorting => '1152' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Ihr Ratgeber' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '28' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Überblick, Programme, Kur' (51 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Ratgeber' (8 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 90 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '90' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '66' (2 chars) tstamp => '1554122785' (10 chars) sorting => '128' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1504612015' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Gesamtübersicht' (16 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '11' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 215 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '215' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '162' (3 chars) tstamp => '1698840255' (10 chars) sorting => '224' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1698835292' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Selta Med - TOP-Reiseveranstalter' (33 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, aktuell' (37 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle wichtigen aktuellen Informationen.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle wichtigen aktuellen Informationen.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 66 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '66' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606129126' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494846611' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Länderinformationen' (20 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '31' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, Land, Urlaubsland, Destination' (60 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren Urlaubsländern.' (62 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren Urlaubsländern.' (62 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 75 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '75' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '33' (2 chars) tstamp => '1703149932' (10 chars) sorting => '352' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1497966628' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Ihre Rabatte' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, Rabatt, Ermäßigung' (50 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren Rabatten.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren Rabatten.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Rabatte' (7 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 105 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '105' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '76' (2 chars) tstamp => '1703077757' (10 chars) sorting => '368' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1540558031' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Ihre Vorteile' (13 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Vorteile' (43 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihren Vorteilen bei einer Reise mit un
                     s.
' (78 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihren Vorteilen bei einer Reise mit un
                     s.
' (78 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Vorteile' (8 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
104 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '104' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '29' (2 chars) tstamp => '1606129987' (10 chars) sorting => '576' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1540557497' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Krankenkassenzuschuss' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Krankenkasse, Zuschuss, Bezuschussung' (72 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen bezüglich der Bezuschussung durch Ihre K
                     rankenkasse.
' (88 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen bezüglich der Bezuschussung durch Ihre K
                     rankenkasse.
' (88 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
96 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '96' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '74' (2 chars) tstamp => '1606130074' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539611167' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Staatliche Anerkennung' (22 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, staatlich anerkannt, Kurort, Förderung' (74 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen bezüglich der staatlich anerkannten Kuro
                     rte.
' (80 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen bezüglich der staatlich anerkannten Kuro
                     rte.
' (80 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
98 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '98' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '77' (2 chars) tstamp => '1606130223' (10 chars) sorting => '1216' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539671356' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Natürliche Heilmittel' (22 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Kurort, natürlich, Heilmittel, natürlic
                     he Heilmittel, Heilklima, Moor, Schlamm, Mineralwasser, Heilgas
' (139 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu den natürlichen Heilmitteln in unsere
                     n Kurorten.
' (87 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu den natürlichen Heilmitteln in unsere
                     n Kurorten.
' (87 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
99 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '99' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '78' (2 chars) tstamp => '1606130497' (10 chars) sorting => '1984' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539685183' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Gut zu wissen' (13 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Kurort, Wissen, Wissenswert, A-Z, Anreise
                     , Einreise, Impfung, Hinweis, Haustier, Mobilität, Kuranwendungen, Kurtaxe,
                      Reisebetreuung, Unterlagen, Unterkunft, Verpflegung
' (204 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alles Wissenswerte rund um unsere Kurreisen und Ihren Aufent
                     halt vor Ort.
' (89 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alles Wissenswerte rund um unsere Kurreisen und Ihren Aufent
                     halt vor Ort.
' (89 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
218 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '218' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1703160137' (10 chars) sorting => '2496' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1703160137' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Indikationen' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Heilanzeigen' (12 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '0' (1 chars) sitemap_changefreq => '' (0 chars) 95 => array(2 items) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '95' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '33' (2 chars) tstamp => '1605867750' (10 chars) sorting => '1280' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539597139' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Anreisemöglichkeiten' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Busanreise, Haustürabholung, Kururlaub mit Abholung, kur in polen mit Abhol
                     ung, Flugreise,
' (92 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                     abholung, VIP-Transfer.
' (100 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                     abholung, VIP-Transfer.
' (100 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Anreise' (7 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
d9718b55523d92f0277fe3cdd61d9ea3 => array(74 items) uid => '95' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '33' (2 chars) tstamp => '1605867750' (10 chars) sorting => '1280' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539597139' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Anreisemöglichkeiten' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Busanreise, Haustürabholung, Kururlaub mit Abholung, kur in polen mit Abhol
                     ung, Flugreise,
' (92 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                     abholung, VIP-Transfer.
' (100 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                     abholung, VIP-Transfer.
' (100 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Anreise' (7 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
113 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '113' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1543487564' (10 chars) sorting => '64' (2 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543487535' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Gesamtübersicht' (16 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '95' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 112 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '112' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1659361223' (10 chars) sorting => '128' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543487275' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Busanreise' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Busanreise, Informationen zur Anreise, Busfahrt, Kurreise mit Bus, Haustürt
                     ransfer
' (83 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer Busanreise.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer Busanreise.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
108 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '108' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1605872267' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1542374980' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Fluganreise' (11 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Flugreise, Informationen zur Anreise, Flug, Kurreise mit Flugzeug, Transfer
                     zum Flughafen
' (89 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer Fluganreise.' (56 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer Fluganreise.' (56 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
116 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '116' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '108' (3 chars) tstamp => '1703143380' (10 chars) sorting => '384' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543580850' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Haustürtransfer' (16 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Haustürtransfer, Transfer ab Haustür, Kurreise ab Haustür, Urlaub ab Haus
                     tür, Haustürservice, Service ab der Haustür
' (122 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrem persönlichen Haustürtransfer.' (75 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrem persönlichen Haustürtransfer.' (75 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Haustürtransfer' (16 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
114 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '114' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '108' (3 chars) tstamp => '1605872728' (10 chars) sorting => '512' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543580450' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Zustiegsstellen' (15 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Zustiegsstellen, Zustieg, Zustieg Kurreise, Zustieg Kururlaub, angebotene Zu
                     stiege, Anreise ab, Abreise ab
' (106 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren angebotenen Zustiegsstellen.' (74 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren angebotenen Zustiegsstellen.' (74 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
118 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '118' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '117' (3 chars) tstamp => '1605872982' (10 chars) sorting => '1024' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543584939' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'VIP-Transfer' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'VIP, VIP-Transfer, exklusive Beförderung, persönliche Beförderung, Chauff
                     eur, bequeme Anreise, entspannte Anreise, ohne Umwege, entspannt zur Kur
' (148 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrem persönlichen VIP-Transfer. Exkl
                     usive & individuelle Beförderung.
' (110 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrem persönlichen VIP-Transfer. Exkl
                     usive & individuelle Beförderung.
' (110 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
119 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '119' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '118' (3 chars) tstamp => '1605874324' (10 chars) sorting => '1280' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543584959' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Individuelle Anreise' (20 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'PKW, Anreise mit PKW, Eigenanreise, individuelle Anreise, Kur mit PKW, indiv
                     iduelle Kurreise, Urlaub mit PKW
' (108 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer individuellen Anreise.' (66 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer individuellen Anreise.' (66 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
12 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '12' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1639243519' (10 chars) sorting => '2304' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '1' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Kataloge' (8 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '34' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1494239989' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 34 => array(2 items) d9718b55523d92f0277fe3cdd61d9ea3 => array(74 items) uid => '34' (2 chars) pid => '12' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606131847' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240019' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Onlinekataloge' (14 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Katalog, online, Onlinekatalog, Angebote, Kurreisen, Urlaub' (59 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                     Freude beim Stöbern.
' (97 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1718357977' (10 chars) abstract => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                     Freude beim Stöbern.
' (97 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '34' (2 chars) pid => '12' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606131847' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240019' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Onlinekataloge' (14 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Katalog, online, Onlinekatalog, Angebote, Kurreisen, Urlaub' (59 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                     Freude beim Stöbern.
' (97 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1718357977' (10 chars) abstract => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                     Freude beim Stöbern.
' (97 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
170 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '170' (3 chars) pid => '12' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632390220' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1617701850' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Katalogbestellung' (17 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '1' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1720599620' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 5 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '5' (1 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1554890121' (10 chars) sorting => '2816' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1480502896' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Partnerbereich' (14 chars) doktype => '4' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '7' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1480503351' (10 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 7 => array(2 items) d9718b55523d92f0277fe3cdd61d9ea3 => array(74 items) uid => '7' (1 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606132424' (10 chars) sorting => '512' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1480503397' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Agenturpartner werden' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '6' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Agentur, Partner, Agenturpartner, Reisebüropartner, Zusammenarbeit, Koopera
                     tion
' (80 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                      dazu.
' (82 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                      dazu.
' (82 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '7' (1 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606132424' (10 chars) sorting => '512' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1480503397' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Agenturpartner werden' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '6' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Agentur, Partner, Agenturpartner, Reisebüropartner, Zusammenarbeit, Koopera
                     tion
' (80 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                      dazu.
' (82 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                      dazu.
' (82 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
121 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '121' (3 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '7' (1 chars) tstamp => '1606132463' (10 chars) sorting => '520' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1546586832' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Hotelpartner werden' (19 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '7' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Agentur, Partner, Hotelpartner, Zusammenarbeit, Kooperation' (59 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Werden Sie Hotelpartner bei Selta Med - hier finden Sie alle Informationen d
                     azu.
' (80 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Werden Sie Hotelpartner bei Selta Med - hier finden Sie alle Informationen d
                     azu.
' (80 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
164 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '164' (3 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632376797' (10 chars) sorting => '3072' (4 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1595929333' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Newsletter' (10 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '85' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '1' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 85 => array(2 items) d9718b55523d92f0277fe3cdd61d9ea3 => array(74 items) uid => '85' (2 chars) pid => '13' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632376905' (10 chars) sorting => '1024' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1498657839' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Newsletter' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Newsletter, Angebote, Kurreise, Reise, Urlaub, Wellnessreise, Busreise, Flug
                     reise, regelmäßig, Informationen, Info
' (116 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                      zu unseren Reisen.
' (95 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                      zu unseren Reisen.
' (95 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '85' (2 chars) pid => '13' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632376905' (10 chars) sorting => '1024' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1498657839' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Newsletter' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Newsletter, Angebote, Kurreise, Reise, Urlaub, Wellnessreise, Busreise, Flug
                     reise, regelmäßig, Informationen, Info
' (116 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                      zu unseren Reisen.
' (95 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                      zu unseren Reisen.
' (95 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
1 => array(1 item) a232770772a9140840fc9bd35f30cd2f => array(74 items) uid => '1' (1 chars) pid => '0' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1653374940' (10 chars) sorting => '0' (1 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '19' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1479991106' (10 chars) cruser_id => '0' (1 chars) hidden => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                      4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                      addItems { 4 = fluid-container 5 = container } }
' (219 chars) is_siteroot => '1' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '0' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '1653375000' (10 chars) keywords => 'kuren und gesundheit, kuren, kurreisen, kururlaub,kurlaub, gesundheit, heilk
                     ur, kurzuschuss, thermalferien, fango, kneipp, thalasso, kurklinik, kurhotel
                     , kurort, kurreisen, kur urlaub, kur ferien, kur im Urlaub
' (210 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Kurreisen, Kururlaub und Wellness für Körper, Geist und Seele. Entdecken S
                     ie Heilkuren und Wellnessreisen in Deutschland, Tschechien, Polen, Ungarn uv
                     m.
' (154 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1721136637' (10 chars) abstract => 'Kurreisen, Kururlaub und Wellness für Körper, Geist und Seele. Entdecken S
                     ie Heilkuren und Wellnessreisen in Deutschland, Tschechien, Polen, Ungarn uv
                     m.
' (154 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => 'reservierung@seltamed.de' (24 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => 'pagets__1' (9 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
cache_getPage_noCheck => array(32 items) 44 => array(74 items) uid => '44' (2 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1558533724' (10 chars) sorting => '528' (3 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240142' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Agenturlogin' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '1' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '4' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '60' (2 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => 'pagets__2' (9 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '1' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 45 => array(74 items) uid => '45' (2 chars) pid => '8' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1583739058' (10 chars) sorting => '96' (2 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240142' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Logout' (6 chars) doktype => '3' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => 'index.php?logintype=logout' (26 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '0' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '1' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 10 => array(74 items) uid => '10' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1547203258' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '0' (1 chars) perms_groupid => '0' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Reiseziele' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 11 => array(74 items) uid => '11' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1704460602' (10 chars) sorting => '1152' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Ihr Ratgeber' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '28' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Überblick, Programme, Kur' (51 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle wichtigen Informationen im Überblick.' (59 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Ratgeber' (8 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 90 => array(74 items) uid => '90' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '66' (2 chars) tstamp => '1554122785' (10 chars) sorting => '128' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1504612015' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Gesamtübersicht' (16 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '11' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 215 => array(74 items) uid => '215' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '162' (3 chars) tstamp => '1698840255' (10 chars) sorting => '224' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1698835292' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Selta Med - TOP-Reiseveranstalter' (33 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, aktuell' (37 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle wichtigen aktuellen Informationen.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle wichtigen aktuellen Informationen.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 66 => array(74 items) uid => '66' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606129126' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494846611' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Länderinformationen' (20 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '31' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, Land, Urlaubsland, Destination' (60 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren Urlaubsländern.' (62 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren Urlaubsländern.' (62 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 75 => array(74 items) uid => '75' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '33' (2 chars) tstamp => '1703149932' (10 chars) sorting => '352' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1497966628' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Ihre Rabatte' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kur, Rabatt, Ermäßigung' (50 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren Rabatten.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren Rabatten.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Rabatte' (7 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 105 => array(74 items) uid => '105' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '76' (2 chars) tstamp => '1703077757' (10 chars) sorting => '368' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1540558031' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Ihre Vorteile' (13 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Vorteile' (43 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihren Vorteilen bei einer Reise mit un
                  s.
' (78 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihren Vorteilen bei einer Reise mit un
                  s.
' (78 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Vorteile' (8 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
104 => array(74 items) uid => '104' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '29' (2 chars) tstamp => '1606129987' (10 chars) sorting => '576' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1540557497' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Krankenkassenzuschuss' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Krankenkasse, Zuschuss, Bezuschussung' (72 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen bezüglich der Bezuschussung durch Ihre K
                  rankenkasse.
' (88 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen bezüglich der Bezuschussung durch Ihre K
                  rankenkasse.
' (88 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
96 => array(74 items) uid => '96' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '74' (2 chars) tstamp => '1606130074' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539611167' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Staatliche Anerkennung' (22 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, staatlich anerkannt, Kurort, Förderung' (74 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen bezüglich der staatlich anerkannten Kuro
                  rte.
' (80 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen bezüglich der staatlich anerkannten Kuro
                  rte.
' (80 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
98 => array(74 items) uid => '98' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '77' (2 chars) tstamp => '1606130223' (10 chars) sorting => '1216' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539671356' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Natürliche Heilmittel' (22 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Kurort, natürlich, Heilmittel, natürlic
                  he Heilmittel, Heilklima, Moor, Schlamm, Mineralwasser, Heilgas
' (139 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu den natürlichen Heilmitteln in unsere
                  n Kurorten.
' (87 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu den natürlichen Heilmitteln in unsere
                  n Kurorten.
' (87 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
99 => array(74 items) uid => '99' (2 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '78' (2 chars) tstamp => '1606130497' (10 chars) sorting => '1984' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539685183' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Gut zu wissen' (13 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Informationen, Ratgeber, Kurreise, Kurort, Wissen, Wissenswert, A-Z, Anreise
                  , Einreise, Impfung, Hinweis, Haustier, Mobilität, Kuranwendungen, Kurtaxe,
                   Reisebetreuung, Unterlagen, Unterkunft, Verpflegung
' (204 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alles Wissenswerte rund um unsere Kurreisen und Ihren Aufent
                  halt vor Ort.
' (89 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alles Wissenswerte rund um unsere Kurreisen und Ihren Aufent
                  halt vor Ort.
' (89 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
218 => array(74 items) uid => '218' (3 chars) pid => '11' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1703160137' (10 chars) sorting => '2496' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1703160137' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Indikationen' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Heilanzeigen' (12 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '0' (1 chars) sitemap_changefreq => '' (0 chars) 95 => array(74 items) uid => '95' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '33' (2 chars) tstamp => '1605867750' (10 chars) sorting => '1280' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1539597139' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Anreisemöglichkeiten' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '1' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Busanreise, Haustürabholung, Kururlaub mit Abholung, kur in polen mit Abhol
                  ung, Flugreise,
' (92 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                  abholung, VIP-Transfer.
' (100 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Informationen der Anreisemöglichkeiten. Bus-, Flug-, Eigenanreise, Haustür
                  abholung, VIP-Transfer.
' (100 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Anreise' (7 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
113 => array(74 items) uid => '113' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1543487564' (10 chars) sorting => '64' (2 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543487535' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Gesamtübersicht' (16 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '95' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => '' (0 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => '' (0 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 112 => array(74 items) uid => '112' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1659361223' (10 chars) sorting => '128' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543487275' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Busanreise' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Busanreise, Informationen zur Anreise, Busfahrt, Kurreise mit Bus, Haustürt
                  ransfer
' (83 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer Busanreise.' (55 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer Busanreise.' (55 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
108 => array(74 items) uid => '108' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1605872267' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1542374980' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Fluganreise' (11 chars) doktype => '1' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Flugreise, Informationen zur Anreise, Flug, Kurreise mit Flugzeug, Transfer
                  zum Flughafen
' (89 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer Fluganreise.' (56 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer Fluganreise.' (56 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
116 => array(74 items) uid => '116' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '108' (3 chars) tstamp => '1703143380' (10 chars) sorting => '384' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543580850' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Haustürtransfer' (16 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Haustürtransfer, Transfer ab Haustür, Kurreise ab Haustür, Urlaub ab Haus
                  tür, Haustürservice, Service ab der Haustür
' (122 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrem persönlichen Haustürtransfer.' (75 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrem persönlichen Haustürtransfer.' (75 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => 'Haustürtransfer' (16 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
114 => array(74 items) uid => '114' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '108' (3 chars) tstamp => '1605872728' (10 chars) sorting => '512' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543580450' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Zustiegsstellen' (15 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Zustiegsstellen, Zustieg, Zustieg Kurreise, Zustieg Kururlaub, angebotene Zu
                  stiege, Anreise ab, Abreise ab
' (106 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu unseren angebotenen Zustiegsstellen.' (74 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu unseren angebotenen Zustiegsstellen.' (74 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
118 => array(74 items) uid => '118' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '117' (3 chars) tstamp => '1605872982' (10 chars) sorting => '1024' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543584939' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'VIP-Transfer' (12 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'VIP, VIP-Transfer, exklusive Beförderung, persönliche Beförderung, Chauff
                  eur, bequeme Anreise, entspannte Anreise, ohne Umwege, entspannt zur Kur
' (148 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrem persönlichen VIP-Transfer. Exkl
                  usive & individuelle Beförderung.
' (110 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrem persönlichen VIP-Transfer. Exkl
                  usive & individuelle Beförderung.
' (110 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
119 => array(74 items) uid => '119' (3 chars) pid => '95' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '118' (3 chars) tstamp => '1605874324' (10 chars) sorting => '1280' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1543584959' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Individuelle Anreise' (20 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '2' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'PKW, Anreise mit PKW, Eigenanreise, individuelle Anreise, Kur mit PKW, indiv
                  iduelle Kurreise, Urlaub mit PKW
' (108 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Hier finden Sie alle Informationen zu Ihrer individuellen Anreise.' (66 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Hier finden Sie alle Informationen zu Ihrer individuellen Anreise.' (66 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
12 => array(74 items) uid => '12' (2 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1639243519' (10 chars) sorting => '2304' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '1' (1 chars) crdate => '1494239624' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Kataloge' (8 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '34' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1494239989' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 34 => array(74 items) uid => '34' (2 chars) pid => '12' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606131847' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1494240019' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Onlinekataloge' (14 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Katalog, online, Onlinekatalog, Angebote, Kurreisen, Urlaub' (59 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                  Freude beim Stöbern.
' (97 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1718357977' (10 chars) abstract => 'Blättern Sie hier in unseren aktuellen Katalogen! Wir wünschen Ihnen viel
                  Freude beim Stöbern.
' (97 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
170 => array(74 items) uid => '170' (3 chars) pid => '12' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632390220' (10 chars) sorting => '768' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1617701850' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Katalogbestellung' (17 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '1' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1720599620' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 5 => array(74 items) uid => '5' (1 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1554890121' (10 chars) sorting => '2816' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1480502896' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Partnerbereich' (14 chars) doktype => '4' (1 chars) TSconfig => '' (0 chars) is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '7' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1480503351' (10 chars) abstract => '' (0 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 7 => array(74 items) uid => '7' (1 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1606132424' (10 chars) sorting => '512' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '27' (2 chars) perms_group => '27' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1480503397' (10 chars) cruser_id => '1' (1 chars) hidden => '0' (1 chars) title => 'Agenturpartner werden' (21 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '6' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Agentur, Partner, Agenturpartner, Reisebüropartner, Zusammenarbeit, Koopera
                  tion
' (80 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                   dazu.
' (82 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Werden Sie Agenturpartner bei Selta Med - hier finden Sie alle Informationen
                   dazu.
' (82 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
121 => array(74 items) uid => '121' (3 chars) pid => '5' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '7' (1 chars) tstamp => '1606132463' (10 chars) sorting => '520' (3 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1546586832' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Hotelpartner werden' (19 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '7' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Agentur, Partner, Hotelpartner, Zusammenarbeit, Kooperation' (59 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Werden Sie Hotelpartner bei Selta Med - hier finden Sie alle Informationen d
                  azu.
' (80 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Werden Sie Hotelpartner bei Selta Med - hier finden Sie alle Informationen d
                  azu.
' (80 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
164 => array(74 items) uid => '164' (3 chars) pid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632376797' (10 chars) sorting => '3072' (4 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1595929333' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'Newsletter' (10 chars) doktype => '4' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '85' (2 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '0' (1 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '1' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 85 => array(74 items) uid => '85' (2 chars) pid => '13' (2 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1632376905' (10 chars) sorting => '1024' (4 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1498657839' (10 chars) cruser_id => '3' (1 chars) hidden => '0' (1 chars) title => 'Newsletter' (10 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => 'Newsletter, Angebote, Kurreise, Reise, Urlaub, Wellnessreise, Busreise, Flug
                  reise, regelmäßig, Informationen, Info
' (116 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                   zu unseren Reisen.
' (95 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => 'Bestellen Sie unseren Newsletter und erhalten Sie regelmäßig Informationen
                   zu unseren Reisen.
' (95 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
191 => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) 1 => array(74 items) uid => '1' (1 chars) pid => '0' (1 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1653374940' (10 chars) sorting => '0' (1 chars) deleted => '0' (1 chars) perms_userid => '3' (1 chars) perms_groupid => '1' (1 chars) perms_user => '19' (2 chars) perms_group => '31' (2 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1479991106' (10 chars) cruser_id => '0' (1 chars) hidden => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) is_siteroot => '1' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '0' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '' (0 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '1653375000' (10 chars) keywords => 'kuren und gesundheit, kuren, kurreisen, kururlaub,kurlaub, gesundheit, heilk
                  ur, kurzuschuss, thermalferien, fango, kneipp, thalasso, kurklinik, kurhotel
                  , kurort, kurreisen, kur urlaub, kur ferien, kur im Urlaub
' (210 chars) cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => 'Kurreisen, Kururlaub und Wellness für Körper, Geist und Seele. Entdecken S
                  ie Heilkuren und Wellnessreisen in Deutschland, Tschechien, Polen, Ungarn uv
                  m.
' (154 chars) no_search => '0' (1 chars) SYS_LASTCHANGED => '1721136637' (10 chars) abstract => 'Kurreisen, Kururlaub und Wellness für Körper, Geist und Seele. Entdecken S
                  ie Heilkuren und Wellnessreisen in Deutschland, Tschechien, Polen, Ungarn uv
                  m.
' (154 chars) module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => 'reservierung@seltamed.de' (24 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => 'pagets__1' (9 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars)
cache_getPageIdFromAlias => array(empty) cache_getMountPointInfo => array(73 items) 44 => FALSE 45 => FALSE 1 => FALSE 2 => FALSE 10 => FALSE 11 => FALSE 95 => FALSE 92 => FALSE 12 => FALSE 93 => FALSE 5 => FALSE 164 => FALSE 172 => FALSE 175 => FALSE 171 => FALSE 179 => FALSE 180 => FALSE 182 => FALSE 189 => FALSE 192 => FALSE 193 => FALSE 203 => FALSE 194 => FALSE 207 => FALSE 208 => FALSE 201 => FALSE 181 => FALSE 202 => FALSE 184 => FALSE 205 => FALSE 206 => FALSE 204 => FALSE 212 => FALSE 214 => FALSE 185 => FALSE 200 => FALSE 90 => FALSE 215 => FALSE 66 => FALSE 69 => FALSE 80 => FALSE 107 => FALSE 81 => FALSE 83 => FALSE 79 => FALSE 84 => FALSE 195 => FALSE 196 => FALSE 75 => FALSE 105 => FALSE 104 => FALSE 96 => FALSE 98 => FALSE 99 => FALSE 161 => FALSE 218 => FALSE 113 => FALSE 112 => FALSE 108 => FALSE 116 => FALSE 114 => FALSE 118 => FALSE 119 => FALSE 34 => FALSE 183 => FALSE 176 => FALSE 197 => FALSE 170 => FALSE 7 => FALSE 121 => FALSE 85 => FALSE 190 => FALSE 191 => FALSE tableNamesAllowedOnRootLevel => array(2 items) 0 => 'sys_file_metadata' (17 chars) 1 => 'sys_category' (12 chars) computedPropertyNames => array(7 items) 0 => '_LOCALIZED_UID' (14 chars) 1 => '_MP_PARAM' (9 chars) 2 => '_ORIG_uid' (9 chars) 3 => '_ORIG_pid' (9 chars) 4 => '_PAGES_OVERLAY' (14 chars) 5 => '_PAGES_OVERLAY_UID' (18 chars) 6 => '_PAGES_OVERLAY_LANGUAGE' (23 chars)
jumpurl => NULL activeUrlHandlers => array(empty) pageNotFound => 0 (integer) domainStartPage => '1' (1 chars) pageAccessFailureHistory => array(empty) MP => '' (0 chars) RDCT => NULL page_cache_reg1 => 0 (integer) siteScript => 'testen/test/' (12 chars) fe_user => TYPO3\CMS\Frontend\Authentication\FrontendUserAuthenticationprototypeobject formfield_permanent => 'permalogin' (10 chars) sessionDataLifetime => 86400 (integer) usergroup_column => 'usergroup' (9 chars) usergroup_table => 'fe_groups' (9 chars) groupData => array(3 items) title => array(empty) uid => array(empty) pid => array(empty) TSdataArray => array(1 item) 0 => '' (0 chars) userTS => array(empty) userTSUpdated => FALSE sesData => array(empty) sesData_change => FALSE userData_change => FALSE is_permanent => 0 (integer) sessionDataTimestamp => NULL loginHidden => FALSE session_table => 'fe_sessions' (11 chars) name => 'fe_typo_user' (12 chars) get_name => 'ftu' (3 chars) user_table => 'fe_users' (8 chars) username_column => 'username' (8 chars) userident_column => 'password' (8 chars) userid_column => 'uid' (3 chars) lastLogin_column => 'lastlogin' (9 chars) enablecolumns => array(4 items) deleted => 'deleted' (7 chars) disabled => 'disable' (7 chars) starttime => 'starttime' (9 chars) endtime => 'endtime' (7 chars) showHiddenRecords => FALSE formfield_uname => 'user' (4 chars) formfield_uident => 'pass' (4 chars) formfield_status => 'logintype' (9 chars) auth_timeout_field => 6000 (integer) lifetime => 0 (integer) gc_time => 6000 (integer) gc_probability => 1 (integer) writeStdLog => FALSE writeAttemptLog => FALSE sendNoCacheHeaders => FALSE getFallBack => TRUE hash_length => 32 (integer) getMethodEnabled => TRUE lockIP => 2 (integer) lockHashKeyWords => 'useragent' (9 chars) warningEmail => '' (0 chars) warningPeriod => 3600 (integer) warningMax => 3 (integer) checkPid => TRUE checkPid_value => 0 (integer) id => '352baec97ae86951b416f87031c0671c' (32 chars) loginFailure => FALSE loginSessionStarted => FALSE user => NULL get_URL_ID => '&ftu=352baec97ae86951b416f87031c0671c' (37 chars) newSessionID => TRUE forceSetCookie => FALSE dontSetCookie => TRUE cookieWasSetOnCurrentRequest => FALSE loginType => 'FE' (2 chars) svConfig => NULL writeDevLog => FALSE uc => NULL db => TYPO3\CMS\Core\Database\DatabaseConnectionprototypeobject debugOutput => 1 (integer) debug_lastBuiltQuery => 'SELECT content FROM cf_extbase_reflection WHERE identifier = 'ReflectionData
               _Dce' AND cf_extbase_reflection.expires >= 1722092874 LIMIT 1
' (137 chars) store_lastBuiltQuery => FALSE explainOutput => 0 (integer) databaseHost => 'localhost' (9 chars) databasePort => 3306 (integer) databaseSocket => '' (0 chars) databaseName => 'typo3_7LTS_seltamed' (19 chars) databaseUsername => 'satzart' (7 chars) databaseUserPassword => 'ED7Jc0BVApmiNzVHsmdF' (20 chars) persistentDatabaseConnection => FALSE connectionCompression => FALSE connectionCharset => 'utf8' (4 chars) initializeCommandsAfterConnect => array(empty) isConnected => TRUE link => mysqliprototypeobject affected_rows => 1 (integer) client_info => 'mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e657
                  9 $
' (79 chars) client_version => 50012 (integer) connect_errno => 0 (integer) connect_error => NULL errno => 0 (integer) error => '' (0 chars) error_list => array(empty) field_count => 1 (integer) host_info => 'Localhost via UNIX socket' (25 chars) info => NULL insert_id => 0 (integer) server_info => '5.5.5-10.5.23-MariaDB' (21 chars) server_version => 100523 (integer) stat => 'Uptime: 15387409 Threads: 202 Questions: 11757927054 Slow queries: 67528
                   Opens: 3285111 Open tables: 2000 Queries per second avg: 764.126
' (143 chars) sqlstate => '00000' (5 chars) protocol_version => 10 (integer) thread_id => 213829472 (integer) warning_count => 0 (integer)
default_charset => 'utf8' (4 chars) preProcessHookObjects => array(empty) postProcessHookObjects => array(empty) dateTimeFormats => array(2 items) date => array(2 items) empty => '0000-00-00' (10 chars) format => 'Y-m-d' (5 chars) datetime => array(2 items) empty => '0000-00-00 00:00:00' (19 chars) format => 'Y-m-d H:i:s' (11 chars)
loginUser => FALSE gr_list => '0,-1' (4 chars) beUserLogin => FALSE workspacePreview => 0 (integer) loginAllowedInBranch => TRUE loginAllowedInBranch_mode => '' (0 chars) ADMCMD_preview_BEUSER_uid => 0 (integer) fePreview => 0 (integer) showHiddenPage => FALSE showHiddenRecords => FALSE simUserGroup => 0 (integer) TYPO3_CONF_VARS => array(15 items) GFX => array(20 items) image_processing => 1 (integer) thumbnails => TRUE thumbnails_png => 0 (integer) gif_compress => TRUE imagefile_ext => 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai,svg,webp' (53 chars) gdlib => TRUE gdlib_png => FALSE im => 1 (integer) im_path => '/usr/bin/' (9 chars) im_path_lzw => '/usr/bin/' (9 chars) im_version_5 => 'im6' (3 chars) im_v5effects => 1 (integer) im_mask_temp_ext_gif => 1 (integer) im_noScaleUp => FALSE im_noFramePrepended => FALSE im_stripProfileCommand => '+profile '*'' (12 chars) im_useStripProfileByDefault => TRUE jpg_quality => '75' (2 chars) png_truecolor => TRUE colorspace => 'sRGB' (4 chars) SYS => array(73 items) lang => array(2 items) format => array(1 item) priority => 'xlf,xml' (7 chars) parser => array(2 items) xml => 'TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser' (53 chars) xlf => 'TYPO3\CMS\Core\Localization\Parser\XliffParser' (46 chars) fileCreateMask => '0664' (4 chars) folderCreateMask => '2775' (4 chars) createGroup => '' (0 chars) sitename => 'New TYPO3 site' (14 chars) encryptionKey => '4eda22e9f402918aa25f037d90ba09726dd8af4c1615dc8ec74be310250683b79787c060fdaa
               93b80a4674ee043d8628
' (96 chars) cookieDomain => '' (0 chars) cookieSecure => 0 (integer) cookieHttpOnly => TRUE doNotCheckReferer => FALSE recursiveDomainSearch => FALSE trustedHostsPattern => 'SERVER_NAME' (11 chars) devIPmask => '*' (1 chars) ipAnonymization => 1 (integer) sqlDebug => 1 (integer) enable_DLOG => FALSE ddmmyy => 'd-m-y' (5 chars) hhmm => 'H:i' (3 chars) USdateFormat => FALSE loginCopyrightWarrantyProvider => '' (0 chars) loginCopyrightWarrantyURL => '' (0 chars) curlUse => FALSE curlProxyNTLM => FALSE curlProxyServer => '' (0 chars) curlProxyTunnel => FALSE curlProxyUserPass => '' (0 chars) curlTimeout => 0 (integer) textfile_ext => 'txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf' (54 chars) mediafile_ext => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,webm,youtube,vimeo' (62 chars) binPath => '' (0 chars) binSetup => '' (0 chars) t3lib_cs_convMethod => 'mbstring' (8 chars) t3lib_cs_utils => 'mbstring' (8 chars) no_pconnect => TRUE dbClientCompress => FALSE setDBinit => '' (0 chars) setMemoryLimit => 0 (integer) phpTimeZone => '' (0 chars) systemLog => '' (0 chars) systemLogLevel => 0 (integer) enableDeprecationLog => '' (0 chars) maxFileNameLength => 60 (integer) UTF8filesystem => FALSE systemLocale => '' (0 chars) lockingMode => 'simple' (6 chars) reverseProxyIP => '' (0 chars) reverseProxyHeaderMultiValue => 'none' (4 chars) reverseProxyPrefix => '' (0 chars) reverseProxySSL => '' (0 chars) reverseProxyPrefixSSL => '' (0 chars) caching => array(1 item) cacheConfigurations => array(16 items) cache_core => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars) options => array(1 item)max depth groups => array(1 item)max depth cache_hash => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(empty)max depth groups => array(2 items)max depth cache_pages => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(2 items)max depth cache_pagesection => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(2 items)max depth groups => array(2 items)max depth cache_phpcode => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars) options => array(1 item)max depth groups => array(1 item)max depth cache_runtime => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend' (51 chars) options => array(empty)max depth groups => array(empty)max depth cache_rootline => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(2 items)max depth cache_imagesizes => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(1 item)max depth l10n => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars) options => array(1 item)max depth groups => array(1 item)max depth fluid_template => array(3 items) backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars) frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars) groups => array(1 item)max depth extbase_object => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\ApcuBackend' (40 chars) options => array(1 item)max depth groups => array(1 item)max depth extbase_reflection => array(4 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) options => array(1 item)max depth groups => array(1 item)max depth extbase_typo3dbbackend_tablecolumns => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\NullBackend' (40 chars) groups => array(1 item)max depth extbase_typo3dbbackend_queries => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) groups => array(1 item)max depth extbase_datamapfactory_datamap => array(3 items) frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars) backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars) groups => array(1 item)max depth sitemap_generator => array(empty) defaultCategorizedTables => 'pages,tt_content,sys_file_metadata' (34 chars) displayErrors => 1 (integer) productionExceptionHandler => 'TYPO3\CMS\Core\Error\ProductionExceptionHandler' (47 chars) debugExceptionHandler => 'TYPO3\CMS\Core\Error\DebugExceptionHandler' (42 chars) errorHandler => 'TYPO3\CMS\Core\Error\ErrorHandler' (33 chars) errorHandlerErrors => 30466 (integer) exceptionalErrors => 28674 (integer) enable_errorDLOG => 0 (integer) enable_exceptionDLOG => 0 (integer) syslogErrorReporting => 30711 (integer) belogErrorReporting => 30711 (integer) locallangXMLOverride => array(1 item) EXT:femanager/Resources/Private/Language/locallang.xlf => array(1 item) 0 => 'fileadmin/seltamed.de/template/bootstrap/femanager/Resources/Private/Languag
                     e/locallang.xlf
' (91 chars)
generateApacheHtaccess => 1 (integer) Objects => array(1 item) TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch => array(1 item) className => 'ArminVieweg\Dce\XClass\LiveSearchCompatibility' (46 chars) fal => array(5 items) registeredDrivers => array(1 item) Local => array(4 items) class => 'TYPO3\CMS\Core\Resource\Driver\LocalDriver' (42 chars) shortName => 'Local' (5 chars) flexFormDS => 'FILE:EXT:core/Configuration/Resource/Driver/LocalDriverFlexForm.xml' (67 chars) label => 'Local filesystem' (16 chars) defaultFilterCallbacks => array(1 item) 0 => array(2 items) 0 => 'TYPO3\CMS\Core\Resource\Filter\FileNameFilter' (45 chars) 1 => 'filterHiddenFilesAndFolders' (27 chars) processingTaskTypes => array(2 items) Image.Preview => 'TYPO3\CMS\Core\Resource\Processing\ImagePreviewTask' (51 chars) Image.CropScaleMask => 'TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask' (57 chars) registeredCollections => array(3 items) static => 'TYPO3\CMS\Core\Resource\Collection\StaticFileCollection' (55 chars) folder => 'TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection' (60 chars) category => 'TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection' (62 chars) onlineMediaHelpers => array(2 items) youtube => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\YouTubeHelper' (57 chars) vimeo => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\VimeoHelper' (55 chars) IconFactory => array(2 items) recordStatusMapping => array(10 items) hidden => 'overlay-hidden' (14 chars) fe_group => 'overlay-restricted' (18 chars) starttime => 'overlay-scheduled' (17 chars) endtime => 'overlay-scheduled' (17 chars) futureendtime => 'overlay-scheduled' (17 chars) readonly => 'overlay-readonly' (16 chars) deleted => 'overlay-deleted' (15 chars) missing => 'overlay-missing' (15 chars) translated => 'overlay-translated' (18 chars) protectedSection => 'overlay-includes-subpages' (25 chars) overlayPriorities => array(6 items) 0 => 'hidden' (6 chars) 1 => 'starttime' (9 chars) 2 => 'endtime' (7 chars) 3 => 'futureendtime' (13 chars) 4 => 'protectedSection' (16 chars) 5 => 'fe_group' (8 chars) FileInfo => array(1 item) fileExtensionToMimeType => array(3 items) svg => 'image/svg+xml' (13 chars) youtube => 'video/youtube' (13 chars) vimeo => 'video/vimeo' (11 chars) livesearch => array(2 items) page => 'pages' (5 chars) content => 'tt_content' (10 chars) isInitialInstallationInProgress => FALSE isInitialDatabaseImportDone => TRUE clearCacheSystem => TRUE formEngine => array(3 items) nodeRegistry => array(2 items) 1436965601 => array(3 items) nodeName => 'rsaInput' (8 chars) priority => '70' (2 chars) class => 'TYPO3\CMS\Rsaauth\Form\Element\RsaInputElement' (46 chars) 1433089350 => array(3 items) nodeName => 't3editor' (8 chars) priority => 40 (integer) class => 'TYPO3\CMS\T3editor\Form\Element\T3editorElement' (47 chars) nodeResolver => array(1 item) 1433167475 => array(3 items) nodeName => 'text' (4 chars) priority => 40 (integer) class => 'TYPO3\CMS\Rtehtmlarea\Form\Resolver\RichTextNodeResolver' (56 chars) formDataGroup => array(4 items) tcaDatabaseRecord => array(44 items) TYPO3\CMS\Backend\Form\FormDataProvider\ReturnUrl => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseParentPageRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUserPermissionCheck => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageRootline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\UserTsConfig => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfig => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\ParentPageTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowInitializeNew => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUniqueUidNewRow => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDateTimeFields => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseSystemLanguageRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageLanguageOverlayRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseLanguageRows => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfigMerged => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsOverrides => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessRecordTitle => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessPlaceholders => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessShowitem => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaTypesShowitem => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRecordTitle => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\EvaluateDisplayConditions => array(1 item)max depth flexFormSegment => array(11 items) TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth tcaInputPlaceholderRecord => array(13 items) TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth inlineParentRecord => array(8 items) TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(empty)max depth TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
EXT => array(6 items) allowGlobalInstall => FALSE allowLocalInstall => TRUE allowSystemInstall => FALSE excludeForPackaging => '(?:\..*(?!htaccess)|.*~|.*\.swp|.*\.bak|\.sass-cache|node_modules|bower_comp
               onents)
' (83 chars) extConf => array(18 items) saltedpasswords => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\CMS\Saltedpassw
                  ords\Salt\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12
                  :"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingM
                  ethod";s:41:"TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt";s:11:"forceSalted";i
                  :0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}
' (360 chars) bootstrap_package => 'a:9:{s:21:"disableLessProcessing";s:1:"0";s:16:"disablePageTsRTE";s:1:"0";s:
                  20:"disablePageTsTCEFORM";s:1:"0";s:20:"disablePageTsTCEMAIN";s:1:"0";s:21:"
                  disablePageTsAdmPanel";s:1:"0";s:27:"disablePageTsBackendLayouts";s:1:"0";s:
                  18:"disableBackendSkin";s:1:"0";s:4:"Logo";s:84:"../typo3conf/ext/bootstrap_
                  package/Resources/Public/Images/Backend/TopBarLogo@2x.png";s:9:"LoginLogo";s
                  :80:"../typo3conf/ext/bootstrap_package/Resources/Public/Images/Backend/Logi
                  nLogo.png";}
' (468 chars) cewrap => 'a:1:{s:17:"l10n_mode_exclude";s:1:"0";}' (39 chars) dce => 'a:5:{s:29:"disableAutoClearFrontendCache";s:1:"0";s:17:"disableCodemirror";s
                  :1:"0";s:17:"enableUpdateCheck";s:1:"0";s:16:"filebasedDcePath";s:0:"";s:21:
                  "disableAutoClearCache";s:1:"0";}
' (185 chars) femanager => 'a:2:{s:13:"disableModule";s:1:"0";s:10:"disableLog";s:1:"0";}' (61 chars) fluid_styled_content => 'a:1:{s:32:"loadContentElementWizardTsConfig";s:1:"1";}' (54 chars) form => 'a:0:{}' (6 chars) http2 => 'a:0:{}' (6 chars) introduction => 'a:0:{}' (6 chars) kb_nescefe => 'a:5:{s:13:"copyRecursive";s:1:"1";s:17:"localizeRecursive";s:1:"1";s:16:"tem
                  platesOnPages";s:1:"0";s:21:"templateSoftReference";s:1:"0";s:22:"containerE
                  lementColPos";s:2:"10";}
' (176 chars) owl_slider => 'a:0:{}' (6 chars) realurl => 'a:7:{s:10:"configFile";s:36:"typo3conf/ext/xtoura/realurlconf.php";s:14:"ena
                  bleAutoConf";s:1:"0";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";
                  s:0:"";s:12:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";s:19:"enableCha
                  shUrlDebug";s:1:"1";}
' (249 chars) rsaauth => 'a:1:{s:18:"temporaryDirectory";s:0:"";}' (39 chars) satzart_template => 'a:0:{}' (6 chars) scheduler => 'a:5:{s:11:"maxLifetime";s:4:"1440";s:11:"enableBELog";s:1:"1";s:15:"showSamp
                  leTasks";s:1:"1";s:11:"useAtdaemon";s:1:"0";s:30:"listShowTaskDescriptionAsH
                  over";s:1:"1";}
' (167 chars) sitemap_generator => 'a:0:{}' (6 chars) xtoura => 'a:0:{}' (6 chars) xtoura_finder_module => 'a:0:{}' (6 chars)
runtimeActivatedPackages => array(empty)
BE => array(48 items) lang => array(1 item) debug => FALSE unzip_path => '' (0 chars) fileadminDir => 'fileadmin/' (10 chars) RTE_imageStorageDir => 'uploads/' (8 chars) lockRootPath => '' (0 chars) userHomePath => '' (0 chars) groupHomePath => '' (0 chars) userUploadDir => '' (0 chars) warning_email_addr => '' (0 chars) warning_mode => '' (0 chars) lockIP => 4 (integer) sessionTimeout => 3600 (integer) IPmaskList => '' (0 chars) lockBeUserToDBmounts => TRUE lockSSL => 0 (integer) lockSSLPort => 0 (integer) enabledBeUserIPLock => TRUE lockHashKeyWords => 'useragent' (9 chars) cookieDomain => '' (0 chars) cookieName => 'be_typo_user' (12 chars) loginSecurityLevel => 'rsa' (3 chars) showRefreshLoginPopup => FALSE adminOnly => 0 (integer) disable_exec_function => FALSE compressionLevel => 0 (integer) installToolPassword => '$P$CcwWoELIWlseDY2qk5hp4wOaWE9njs1' (34 chars) pageTree => array(1 item) preloadLimit => 50 (integer) defaultUserTSconfig => 'options.enableBookmarks=1 options.file_list.enableDisplayBigControlPanel=
               selectable options.file_list.enableDisplayThumbnails=selectable option
               s.file_list.enableClipBoard=selectable options.pageTree { doktypesToS
               howInNewPageDragArea = 1,6,4,7,3,254,255,199 } options.contextMenu.op
               tions.leftIcons = 1 options.contextMenu { table { virtual_root {
                disableItems = items { 100 = ITEM 100 {
               name = history label = LLL:EXT:lang/locallang_misc.xlf:CM_history
                iconName = actions-document-history-open displayCondition = ca
               nShowHistory != 0 callbackAction = openHistoryPopUp } }
                } pages_root { disableItems = items { 100 =
               ITEM 100 { name = view label = LLL:EXT:lang/locallang
               _core.xlf:cm.view iconName = actions-document-view displayCo
               ndition = canBeViewed != 0 callbackAction = viewPage }
                200 = ITEM 200 { name = new label = LLL:EXT:lang/lo
               callang_core.xlf:cm.new iconName = actions-page-new displayC
               ondition = canCreateNewPages != 0 callbackAction = newPageWizard
                } 300 = DIVIDER 400 = ITEM 400 { name = h
               istory label = LLL:EXT:lang/locallang_misc.xlf:CM_history ic
               onName = actions-document-history-open displayCondition = canShowHis
               tory != 0 callbackAction = openHistoryPopUp } } }
                pages { disableItems = items { 100 = ITEM 1
               00 { name = view label = LLL:EXT:lang/locallang_core.xlf:cm.
               view iconName = actions-document-view displayCondition = can
               BeViewed != 0 callbackAction = viewPage } 200 = DIVID
               ER 300 = ITEM 300 { name = disable label = LL
               L:EXT:lang/locallang_common.xlf:disable iconName = actions-edit-hide
                displayConditio...
' (7027 chars) defaultPageTSconfig => 'mod.web_list.enableDisplayBigControlPanel=selectable mod.web_list.enableC
               lipBoard=selectable mod.web_list.enableLocalizationView=selectable mod
               .web_list.tableDisplayOrder { be_users.after = be_groups sys_filemou
               nts.after = be_users sys_file_storage.after = sys_filemounts sys_lan
               guage.after = sys_file_storage pages_language_overlay.before = pages
                fe_users.after = fe_groups fe_users.before = pages sys_template.aft
               er = pages backend_layout.after = pages sys_domain.after = sys_templ
               ate tt_content.after = pages,backend_layout,sys_template sys_categor
               y.after = tt_content } mod.wizards.newRecord.pages.show.pageInside=1
                mod.wizards.newRecord.pages.show.pageAfter=1 mod.wizards.newRecord.page
               s.show.pageSelectPosition=1 mod.web_view.previewFrameWidths { 1280.la
               bel = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
                1024.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:tabl
               et 960.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf
               :mobile 800.label = LLL:EXT:viewpage/Resources/Private/Language/locallan
               g.xlf:computer 768.label = LLL:EXT:viewpage/Resources/Private/Language/l
               ocallang.xlf:tablet 600.label = LLL:EXT:viewpage/Resources/Private/Langu
               age/locallang.xlf:tablet 640.label = LLL:EXT:viewpage/Resources/Private/
               Language/locallang.xlf:mobile 480.label = LLL:EXT:viewpage/Resources/Pri
               vate/Language/locallang.xlf:mobile 400.label = LLL:EXT:viewpage/Resource
               s/Private/Language/locallang.xlf:mobile 360.label = LLL:EXT:viewpage/Res
               ources/Private/Language/locallang.xlf:mobile 300.label = LLL:EXT:viewpag
               e/Resources/Private/Language/locallang.xlf:mobile } [GLOBAL] <INCLUDE_
               TYPOSCRIPT: source="FILE:EXT:backend/Configuration/PageTSconfig/NewContentEl
               ementWizard.ts"> [GLOBAL] RTE.default.skin = EXT:t3skin/rtehtmlarea/htmlar
               ea.css RTE.default.FE.skin = EXT:t3skin/rtehtmlarea/htmlarea.css [GLOBAL]
               <INCLUDE_TYPOSCRIPT: sou...
' (31162 chars) defaultPermissions => array(empty) defaultUC => array(empty) fileExtensions => array(2 items) webspace => array(2 items) allow => '' (0 chars) deny => 'php,php3,php4,php5,php6,php7,phpsh,inc,phtml,pht' (48 chars) ftpspace => array(2 items) allow => '*' (1 chars) deny => '' (0 chars) customPermOptions => array(empty) fileDenyPattern => '\.(php[3-7]?|phpsh|phtml|pht)(\..*)?$|^\.htaccess$' (50 chars) interfaces => 'backend' (7 chars) notificationPrefix => '[TYPO3 Note]' (12 chars) explicitADmode => 'explicitAllow' (13 chars) niceFlexFormXMLtags => TRUE compactFlexFormXML => 0 (integer) flexformForceCDATA => 0 (integer) explicitConfirmationOfTranslation => FALSE versionNumberInFilename => '0' (1 chars) spriteIconGenerator_handler => 'TYPO3\CMS\Backend\Sprite\SimpleSpriteHandler' (44 chars) debug => TRUE AJAX => array(empty) toolbarItems => array(empty) HTTP => array(1 item) Response => array(1 item) Headers => array(1 item) clickJackingProtection => 'X-Frame-Options: SAMEORIGIN' (27 chars) XCLASS => array(empty)
FE => array(50 items) enableRecordRegistration => FALSE addAllowedPaths => '' (0 chars) debug => TRUE noPHPscriptInclude => FALSE strictFormmail => TRUE secureFormmail => TRUE formmailMaxAttachmentSize => 250000 (integer) compressionLevel => 0 (integer) pageNotFound_handling => 'https://www.seltamed.de/404' (27 chars) pageNotFound_handling_statheader => 'HTTP/1.0 404 Not Found' (22 chars) pageNotFoundOnCHashError => TRUE pageUnavailable_handling => 'https://www.seltamed.de/404' (27 chars) pageUnavailable_handling_statheader => 'HTTP/1.0 503 Service Temporarily Unavailable' (44 chars) pageUnavailable_force => FALSE addRootLineFields => 'tx_realurl_pathsegment,tx_realurl_exclude,tx_realurl_pathoverride' (65 chars) checkFeUserPid => TRUE lockIP => 2 (integer) loginSecurityLevel => 'normal' (6 chars) lifetime => 0 (integer) sessionDataLifetime => 86400 (integer) permalogin => 0 (integer) maxSessionDataSize => 10000 (integer) cookieDomain => '' (0 chars) cookieName => 'fe_typo_user' (12 chars) lockHashKeyWords => 'useragent' (9 chars) defaultUserTSconfig => '' (0 chars) defaultTypoScript_constants => '' (0 chars) defaultTypoScript_constants. => array(1 item) defaultContentRendering => ' [GLOBAL] ############################################# ## TypoScript added
                   by extension "TYPO3.CMS.Felogin" ##########################################
                  ### styles.content.loginform { # cat=content/cLogin; type=int+; label=
                   PID of user archive: Enter the page-uid number (PID) of the folder where yo
                  u keep your fe_users that are supposed to login on this site. This setting i
                  s necessary, if login is going to work! pid = # cat=content/cLogin; ty
                  pe=; label= Login template: Enter the path for the HTML template to be used
                   templateFile = EXT:felogin/Resources/Private/Templates/FrontendLogin.html
                  }
' (610 chars)
defaultTypoScript_setup => '' (0 chars) defaultTypoScript_setup. => array(1 item) defaultContentRendering => ' [GLOBAL] ############################################# ## TypoScript added
                   by extension "rtehtmlarea" ############################################# <
                  INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/Configuration/TypoScript/Im
                  ageRendering/setup.txt"> [GLOBAL] #########################################
                  #### ## TypoScript added by extension "TYPO3.CMS.Felogin" ##################
                  ########################### # Setting "felogin" plugin TypoScript tt_conte
                  nt.login = COA tt_content.login { 10 =< lib.stdheader 20 > 20 =< plugin.t
                  x_felogin_pi1 } [GLOBAL] ############################################# ##
                  TypoScript added by extension "Form" #######################################
                  ###### # Setting Form plugin TypoScript tt_content.list.20.form_form = USE
                  R tt_content.list.20.form_form { userFunc = TYPO3\CMS\Extbase\Core\Bootstra
                  p->run extensionName = Form pluginName = Form vendorName = TYPO3\CMS } [
                  GLOBAL] ############################################# ## TypoScript added by
                   extension "Dce" ############################################# # Setting D
                  ce plugin TypoScript tt_content.list.20.dce_dce = USER tt_content.list.20.dc
                  e_dce { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = D
                  ce pluginName = Dce vendorName = ArminVieweg } [GLOBAL] #################
                  ############################ ## TypoScript added by extension "Dce" ########
                  ##################################### # Setting Dce plugin TypoScript tt_c
                  ontent.dce_dceuid50 = COA tt_content.dce_dceuid50 { 10 = < lib.stdheader 2
                  0 = USER 20 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensio
                  nName = Dce pluginName = dceuid50 vendorName = ArminVieweg } } [GLOBAL
                  ] ############################################# ## TypoScript added by exten
                  sion "dce" ############################################# # Hide lib.stdhead
                  er for DCE with uid 50 tt_content.dce_dceuid50.10 > [GLOBAL] ##
                  ########################################### ## TypoScript added by extension
                   "Dce" #################...
' (37058 chars)
additionalAbsRefPrefixDirectories => '' (0 chars) IPmaskMountGroups => array(empty) get_url_id_token => '#get_URL_ID_TOK#' (16 chars) content_doktypes => '1,2,5,7' (7 chars) enable_mount_pids => TRUE pageOverlayFields => 'uid,doktype,title,subtitle,nav_title,media,keywords,description,abstract,aut
               hor,author_email,url,urltype,shortcut,shortcut_mode,tx_realurl_pathsegment
' (150 chars) hidePagesIfNotTranslatedByDefault => FALSE eID_include => array(9 items) dumpFile => 'TYPO3\CMS\Core\Controller\FileDumpController::dumpAction' (56 chars) tx_cms_showpic => 'TYPO3\CMS\Frontend\Controller\ShowImageController::processRequest' (65 chars) ExtDirect => 'TYPO3\CMS\Frontend\Controller\ExtDirectEidController::processRequest' (68 chars) rtehtmlarea_spellchecker => 'TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::processRequest' (72 chars) RsaPublicKeyGenerationController => 'TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::processReques
                  t
' (77 chars) femanagerFileUpload => 'EXT:femanager/Classes/Eid/FileUploadEid.php' (43 chars) femanagerFileDelete => 'EXT:femanager/Classes/Eid/FileDeleteEid.php' (43 chars) femanagerValidate => 'EXT:femanager/Classes/Eid/ValidateEid.php' (41 chars) femanagerLoginAs => 'EXT:femanager/Classes/Eid/LoginAsEid.php' (40 chars)
disableNoCacheParameter => FALSE cacheHash => array(5 items) cachedParametersWhiteList => array(empty) excludedParameters => array(10 items) 0 => 'L' (1 chars) 1 => 'pk_campaign' (11 chars) 2 => 'pk_kwd' (6 chars) 3 => 'utm_source' (10 chars) 4 => 'utm_medium' (10 chars) 5 => 'utm_campaign' (12 chars) 6 => 'utm_term' (8 chars) 7 => 'utm_content' (11 chars) 8 => 'fbclid' (6 chars) 9 => 'gclid' (5 chars) requireCacheHashPresenceParameters => array(empty) includePageId => '1' (1 chars) excludedParametersIfEmpty => array(empty) cHashIncludePageId => '1' (1 chars) cHashExcludedParameters => 'L, pk_campaign, pk_kwd, utm_source, utm_medium, utm_campaign, utm_term, utm_
               content, fbclid, gclid
' (98 chars) cHashOnlyForParameters => '' (0 chars) cHashRequiredParameters => '' (0 chars) cHashExcludedParametersIfEmpty => '' (0 chars) workspacePreviewLogoutTemplate => '' (0 chars) versionNumberInFilename => 'querystring' (11 chars) contentRenderingTemplates => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'cssstyledcontent/static/v6.2/' (29 chars) 2 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) ContentObjects => array(19 items) TEXT => 'TYPO3\CMS\Frontend\ContentObject\TextContentObject' (50 chars) CASE => 'TYPO3\CMS\Frontend\ContentObject\CaseContentObject' (50 chars) COA => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject' (64 chars) COA_INT => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayInternalContentObject' (72 chars) USER => 'TYPO3\CMS\Frontend\ContentObject\UserContentObject' (50 chars) USER_INT => 'TYPO3\CMS\Frontend\ContentObject\UserInternalContentObject' (58 chars) FILE => 'TYPO3\CMS\Frontend\ContentObject\FileContentObject' (50 chars) FILES => 'TYPO3\CMS\Frontend\ContentObject\FilesContentObject' (51 chars) IMAGE => 'TYPO3\CMS\Frontend\ContentObject\ImageContentObject' (51 chars) IMG_RESOURCE => 'TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject' (59 chars) CONTENT => 'TYPO3\CMS\Frontend\ContentObject\ContentContentObject' (53 chars) RECORDS => 'TYPO3\CMS\Frontend\ContentObject\RecordsContentObject' (53 chars) HMENU => 'TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject' (62 chars) LOAD_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject' (58 chars) RESTORE_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\RestoreRegisterContentObject' (61 chars) TEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\TemplateContentObject' (54 chars) FLUIDTEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject' (59 chars) SVG => 'TYPO3\CMS\Frontend\ContentObject\ScalableVectorGraphicsContentObject' (68 chars) EDITPANEL => 'TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject' (55 chars) XCLASS => array(empty)
MAIL => array(9 items) transport => 'mail' (4 chars) transport_smtp_server => 'localhost:25' (12 chars) transport_smtp_encrypt => '' (0 chars) transport_smtp_username => '' (0 chars) transport_smtp_password => '' (0 chars) transport_sendmail_command => '/usr/sbin/sendmail -t -i' (24 chars) transport_mbox_file => '' (0 chars) defaultMailFromAddress => '' (0 chars) defaultMailFromName => '' (0 chars) HTTP => array(19 items) adapter => 'socket' (6 chars) connect_timeout => 10 (integer) timeout => 0 (integer) protocol_version => '1.1' (3 chars) follow_redirects => FALSE max_redirects => 5 (integer) strict_redirects => FALSE proxy_host => '' (0 chars) proxy_port => '' (0 chars) proxy_user => '' (0 chars) proxy_password => '' (0 chars) proxy_auth_scheme => 'basic' (5 chars) ssl_verify_peer => FALSE ssl_verify_host => TRUE ssl_cafile => '' (0 chars) ssl_capath => '' (0 chars) ssl_local_cert => '' (0 chars) ssl_passphrase => '' (0 chars) userAgent => 'TYPO3' (5 chars) LOG => array(3 items) writerConfiguration => array(1 item) 4 => array(1 item) TYPO3\CMS\Core\Log\Writer\FileWriter => array(empty) TYPO3 => array(1 item) CMS => array(1 item) Core => array(1 item) Resource => array(1 item)max depth DmitryDulepov => array(1 item) Realurl => array(1 item) writerConfiguration => array(1 item) 7 => array(1 item)max depth MODS => array(empty) USER => array(empty) SC_OPTIONS => array(24 items) GLOBAL => array(3 items) softRefParser => array(11 items) substitute => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) notify => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) images => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) typolink => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) typolink_tag => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) TSconfig => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) TStemplate => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) ext_fileref => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) email => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) url => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars) rtehtmlarea_images => 'TYPO3\CMS\Rtehtmlarea\Hook\SoftReferenceHook' (44 chars) softRefParser_GL => array(empty) cliKeys => array(1 item) scheduler => array(2 items) 0 => Closuremax depth 1 => '_CLI_scheduler' (14 chars) scheduler => array(1 item) tasks => array(12 items) TYPO3\CMS\Extensionmanager\Task\UpdateExtensionListTask => array(4 items) extension => 'extensionmanager' (16 chars) title => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
                        eExtensionListTask.name
' (99 chars) description => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
                        eExtensionListTask.description
' (106 chars) additionalFields => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask => array(4 items) extension => 'saltedpasswords' (15 chars) title => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
                        asswords.tasks.bulkupdate.name
' (106 chars) description => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
                        asswords.tasks.bulkupdate.description
' (113 chars) additionalFields => 'TYPO3\CMS\Saltedpasswords\Task\BulkUpdateFieldProvider' (54 chars)
TYPO3\CMS\Reports\Task\SystemStatusUpdateTask => array(4 items) extension => 'reports' (7 chars) title => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
                        teTaskTitle
' (87 chars) description => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
                        teTaskDescription
' (93 chars) additionalFields => 'TYPO3\CMS\Reports\Task\SystemStatusUpdateTaskNotificationEmailField' (67 chars)
TYPO3\CMS\Scheduler\Example\TestTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.name' (72 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.descript
                        ion
' (79 chars) additionalFields => 'TYPO3\CMS\Scheduler\Example\TestTaskAdditionalFieldProvider' (59 chars)
TYPO3\CMS\Scheduler\Example\SleepTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.name' (73 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.descrip
                        tion
' (80 chars) additionalFields => 'TYPO3\CMS\Scheduler\Example\SleepTaskAdditionalFieldProvider' (60 chars)
TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
                        arbageCollection.name
' (97 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
                        arbageCollection.description
' (104 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionAdditionalFieldPro
                        vider
' (81 chars)
TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
                        ng.name
' (83 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
                        ng.description
' (90 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageIndexingAdditionalFieldProvider' (67 chars)
TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
                        tion.name
' (85 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
                        tion.description
' (92 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageExtractionAdditionalFieldProvider' (69 chars)
TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
                        llection.name
' (89 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
                        llection.description
' (96 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionAdditionalFieldProvider' (73 chars)
TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask => array(5 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
                        ction.name
' (86 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
                        ction.description
' (93 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\TableGarbageCollectionAdditionalFieldProvider' (70 chars) options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\IpAnonymizationTask => array(5 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.n
                        ame
' (79 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.d
                        escription
' (86 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\IpAnonymizationAdditionalFieldProvider' (63 chars) options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask => array(4 items) extension => 'scheduler' (9 chars) title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
                        able.name
' (85 chars) description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
                        able.description
' (92 chars) additionalFields => 'TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableAdditionalFieldProvider' (69 chars)
extbase => array(1 item) commandControllers => array(2 items) 0 => 'TYPO3\CMS\Lang\Command\LanguageCommandController' (48 chars) 1 => 'Markussom\SitemapGenerator\Command\TaskCommandController' (56 chars) tce => array(1 item) formevals => array(5 items) TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator => '' (0 chars) TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator => '' (0 chars) ArminVieweg\Dce\UserFunction\CustomFieldValidation\LowerCamelCaseValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/LowerCamelCaseValidator.p
                     hp
' (78 chars) ArminVieweg\Dce\UserFunction\CustomFieldValidation\NoLeadingNumberValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/NoLeadingNumberValidator.
                     php
' (79 chars) DmitryDulepov\Realurl\Evaluator\SegmentFieldCleaner => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/realurl/Classes/Eval
                     uator/SegmentFieldCleaner.php
' (105 chars)
ext/saltedpasswords => array(1 item) saltMethods => array(empty) t3lib/class.t3lib_tsfebeuserauth.php => array(1 item) frontendEditingController => array(1 item) default => 'TYPO3\CMS\Core\FrontendEditing\FrontendEditingController' (56 chars) t3lib/class.t3lib_tcemain.php => array(3 items) processDatamapClass => array(4 items) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\DecryptionHook' (37 chars) dce => 'ArminVieweg\Dce\Hooks\AfterSaveHook' (35 chars) realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars) processCmdmapClass => array(2 items) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars) moveRecordClass => array(1 item) 0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars) tslib/class.tslib_fe.php => array(3 items) hook_previewInfo => array(1 item) cms => 'TYPO3\CMS\Frontend\Hooks\FrontendHooks->hook_previewInfo' (56 chars) contentPostProc-output => array(1 item) b13/http2 => 'B13\Http2\ResourcePusher->pushForFrontend' (41 chars) checkAlternativeIdMethods-PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl' (51 chars) urlProcessing => array(1 item) urlHandlers => array(1 item) frontendExternalUrl => array(1 item) handler => 'TYPO3\CMS\Frontend\Page\ExternalPageUrlHandler' (46 chars) ext/install => array(1 item) update => array(23 items) accessRightParameters => 'TYPO3\CMS\Install\Updates\AccessRightParametersUpdate' (53 chars) backendUserStartModule => 'TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate' (54 chars) languageIsoCode => 'TYPO3\CMS\Install\Updates\LanguageIsoCodeUpdate' (47 chars) PageShortcutParent => 'TYPO3\CMS\Install\Updates\PageShortcutParentUpdate' (50 chars) backendShortcuts => 'TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate' (56 chars) processedFilesChecksum => 'TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate' (53 chars) filesReplacePermission => 'TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate' (54 chars) tableCType => 'TYPO3\CMS\Install\Updates\TableFlexFormToTtContentFieldsUpdate' (62 chars) TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 'TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate' (58 chars) TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 'TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate' (53 chars) textmediaCType => 'TYPO3\CMS\Install\Updates\ContentTypesToTextMediaUpdate' (55 chars) TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate => 'TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate' (62 chars) textmediaAssets => 'TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe' (60 chars) compatibility6Extension => 'TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate' (56 chars) mediaceExtension => 'TYPO3\CMS\Install\Updates\MediaceExtractionUpdate' (49 chars) openidExtension => 'TYPO3\CMS\Install\Updates\OpenidExtractionUpdate' (48 chars) TYPO3\CMS\Install\Updates\ExtensionManagerTables => 'TYPO3\CMS\Install\Updates\ExtensionManagerTables' (48 chars) checkForDeprecatedRtePageTSConfigProperties => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\DeprecatedRteProperties' (58 chars) checkForRteAcronymButtonRenamedToAbbreviation => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\RteAcronymButtonRenamedToAbbreviation' (72 chars) dceMigrateOldNamespacesInFluidTemplateUpdate => 'ArminVieweg\Dce\Updates\MigrateOldNamespacesInFluidTemplateUpdate' (65 chars) dceMigrateDceFieldDatabaseRelationUpdate => 'ArminVieweg\Dce\Updates\MigrateDceFieldDatabaseRelationUpdate' (61 chars) dceMigrateFlexformSheetIdentifierUpdate => 'ArminVieweg\Dce\Updates\MigrateFlexformSheetIdentifierUpdate' (60 chars) dceFixMalformedDceFieldVariableNamesUpdate => 'ArminVieweg\Dce\Updates\FixMalformedDceFieldVariableNamesUpdate' (63 chars) ext/setup/mod/index.php => array(2 items) setupScriptHook => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->getLoginScripts' (53 chars) modifyUserDataBeforeSave => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->decryptPassword' (53 chars) t3lib/class.t3lib_befunc.php => array(1 item) displayWarningMessages => array(2 items) rsaauth => 'TYPO3\CMS\Rsaauth\BackendWarnings' (33 chars) tx_reports_WarningMessagePostProcessor => 'TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor' (59 chars) t3lib/class.t3lib_userauth.php => array(1 item) logoff_pre_processing => array(1 item) 0 => 'TYPO3\CMS\Beuser\Hook\SwitchBackUserHook->switchBack' (52 chars) cms/layout/class.tx_cms_layout.php => array(1 item) tt_content_drawItem => array(6 items) image => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer' (68 chars) textpic => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer' (70 chars) text => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer' (67 chars) felogin => 'TYPO3\CMS\Felogin\Hooks\CmsLayout' (33 chars) textmedia => 'TYPO3\CMS\FluidStyledContent\Hooks\TextmediaPreviewRenderer' (59 chars) dce => 'ArminVieweg\Dce\Hooks\PageLayoutViewDrawItemHook' (48 chars) tslib/class.tslib_content.php => array(2 items) cObjTypeAndClass => array(2 items) 0 => array(2 items) 0 => 'FORM' (4 chars) 1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars) 1 => array(2 items) 0 => 'FORM_INT' (8 chars) 1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars) typoLink_PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->postProcessEncodedUrl' (63 chars) typo3/backend.php => array(1 item) constructPostProcess => array(1 item) 0 => 'TYPO3\CMS\Impexp\Hook\BackendControllerHook->addJavaScript' (58 chars) recordlist/Modules/Recordlist/index.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\RecordListHook->render' (45 chars) cms/layout/db_layout.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\PageHook->render' (39 chars) cms/web_info/class.tx_cms_webinfo.php => array(1 item) drawFooterHook => array(1 item) sys_note => 'TYPO3\CMS\SysNote\Hook\InfoModuleHook->render' (45 chars) ext/impexp/class.tx_impexp.php => array(2 items) before_setRelation => array(1 item) dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeSetRelation' (57 chars) before_writeRecordsRecords => array(1 item) dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeWriteRecordsRecords' (65 chars) Backend\Template\Components\ButtonBar => array(1 item) getButtonsHook => array(1 item) Dce => 'ArminVieweg\Dce\Hooks\DocHeaderButtonsHook->addDcePopupButton' (61 chars) t3lib/class.t3lib_pagerenderer.php => array(1 item) render-postProcess => array(1 item) b13/http2 => 'B13\Http2\PageRendererHook->accumulateResources' (47 chars) t3lib/class.t3lib_tstemplate.php => array(1 item) linkData-PostProc => array(1 item) realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->encodeUrl' (51 chars) realurl => array(1 item) cacheImplementation => 'DmitryDulepov\Realurl\Cache\DatabaseCache' (41 chars)
EXTCONF => array(6 items) cms => array(1 item) db_layout => array(1 item) addTables => array(1 item) fe_users => array(1 item)max depth lang => array(1 item) availableLanguages => array(1 item) 0 => 'de' (2 chars) extbase => array(2 items) typeConverters => array(16 items) 0 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ArrayConverter' (55 chars) 1 => 'TYPO3\CMS\Extbase\Property\TypeConverter\BooleanConverter' (57 chars) 2 => 'TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter' (58 chars) 3 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter' (55 chars) 4 => 'TYPO3\CMS\Extbase\Property\TypeConverter\IntegerConverter' (57 chars) 5 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectStorageConverter' (63 chars) 6 => 'TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter' (66 chars) 7 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter' (56 chars) 8 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StringConverter' (56 chars) 9 => 'TYPO3\CMS\Extbase\Property\TypeConverter\CoreTypeConverter' (58 chars) 10 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileConverter' (54 chars) 11 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileReferenceConverter' (63 chars) 12 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderBasedFileCollectionConverter' (75 chars) 13 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StaticFileCollectionConverter' (70 chars) 14 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderConverter' (56 chars) 15 => 'TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConvert
                     er
' (78 chars)
extensions => array(5 items) Form => array(1 item) plugins => array(1 item)max depth SysNote => array(1 item) modules => array(1 item)max depth Dce => array(2 items) plugins => array(47 items)max depth modules => array(1 item)max depth Femanager => array(1 item) plugins => array(1 item)max depth SitemapGenerator => array(1 item) plugins => array(1 item)max depth
felogin => array(2 items) password_changed => array(1 item) 0 => 'TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility->feloginForgotPassw
                     ordHook
' (83 chars)
loginFormOnSubmitFuncs => array(1 item) rsaauth => 'TYPO3\CMS\Rsaauth\Hook\FrontendLoginHook->loginFormHook' (55 chars)
rtehtmlarea => array(6 items) version => '7.6.32' (6 chars) defaultConfiguration => 'Typical' (7 chars) plugins => array(30 items) EditorMode => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditorMode' (42 chars) EditElement => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditElement' (43 chars) disableInFE => 0 (integer) MicrodataSchema => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\MicroDataSchema' (47 chars) disableInFE => 0 (integer) DefaultInline => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline' (45 chars) BlockElements => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockElements' (45 chars) DefinitionList => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefinitionList' (46 chars) BlockStyle => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle' (42 chars) CharacterMap => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CharacterMap' (44 chars) Abbreviation => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Abbreviation' (44 chars) disableInFE => 1 (integer) UserElements => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UserElements' (44 chars) disableInFE => 1 (integer) TextStyle => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextStyle' (41 chars) DefaultLink => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink' (43 chars) TYPO3Link => array(3 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Link' (41 chars) disableInFE => 1 (integer) additionalAttributes => 'rel' (3 chars) TYPO3Color => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Color' (42 chars) disableInFE => 0 (integer) SelectFont => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\SelectFont' (42 chars) disableInFE => 0 (integer) TextIndicator => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextIndicator' (45 chars) disableInFE => 0 (integer) InsertSmiley => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley' (44 chars) disableInFE => 0 (integer) Language => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Language' (40 chars) disableInFE => 0 (integer) SpellChecker => array(5 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Spellchecker' (44 chars) disableInFE => 0 (integer) AspellDirectory => '/usr/bin/aspell' (15 chars) noSpellCheckLanguages => 'ja,km,ko,lo,th,zh,b5,gb' (23 chars) forceCommandMode => 0 (integer) FindReplace => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\FindReplace' (43 chars) disableInFE => 0 (integer) RemoveFormat => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\RemoveFormat' (44 chars) disableInFE => 0 (integer) PlainText => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Plaintext' (41 chars) disableInFE => 0 (integer) DefaultClean => array(1 item) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultClean' (44 chars) TYPO3HtmlParser => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3HtmlParser' (47 chars) disableInFE => 1 (integer) QuickTag => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\QuickTag' (40 chars) disableInFE => 0 (integer) TableOperations => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TableOperations' (47 chars) disableInFE => 0 (integer) AboutEditor => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\AboutEditor' (43 chars) disableInFE => 0 (integer) ContextMenu => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\ContextMenu' (43 chars) disableInFE => 0 (integer) UndoRedo => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UndoRedo' (40 chars) disableInFE => 0 (integer) CopyPaste => array(2 items) objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CopyPaste' (41 chars) disableInFE => 0 (integer) enableImages => 0 (integer) enableAccessibilityIcons => 0 (integer) allowStyleAttribute => 1 (integer) realurl => array(1 item) _DEFAULT => array(7 items) init => array(2 items) enableCHashCache => '1' (1 chars) appendMissingSlash => 'ifNotFile' (9 chars) redirects => array(empty) preVars => array(3 items) 0 => array(3 items)max depth 1 => array(3 items)max depth 2 => array(3 items)max depth pagePath => array(6 items) type => 'user' (4 chars) userFunc => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main' (68 chars) spaceCharacter => '-' (1 chars) languageGetVar => 'L' (1 chars) expireDays => '7' (1 chars) rootpage_id => NULL fixedPostVars => array(empty) postVarSets => array(1 item) _DEFAULT => array(4 items)max depth fileName => array(2 items) defaultToHTMLsuffixOnPrev => FALSE index => array(5 items)max depth
SVCONF => array(empty) DB => array(6 items) database => 'typo3_7LTS_seltamed' (19 chars) extTablesDefinitionScript => 'extTables.php' (13 chars) host => 'localhost' (9 chars) password => 'ED7Jc0BVApmiNzVHsmdF' (20 chars) socket => '' (0 chars) username => 'satzart' (7 chars) INSTALL => array(1 item) wizardDone => array(6 items) TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 1 (integer) TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate => 1 (integer) TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe => 1 (integer) TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate => 1 (integer)
config => array(4 items) config => array(20 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) htmlTag_stdWrap. => array(2 items) cObject. => array(1 item) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars)
cObject => 'TEXT' (4 chars)
absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) tx_extbase. => array(4 items) mvc. => array(2 items) requestHandlers. => array(4 items) TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars) TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars) TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars) TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars) throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) persistence. => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes. => array(16 items) TYPO3\CMS\Extbase\Domain\Model\FileMount. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FileReference. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\File. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUser. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUser. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup. => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\Category. => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUser. => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup. => array(1 item)max depth TYPO3\CMS\SysNote\Domain\Model\SysNote. => array(1 item)max depth In2code\Femanager\Domain\Model\User. => array(1 item)max depth In2code\Femanager\Domain\Model\UserGroup. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\Alias. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry. => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\PathCacheEntry. => array(1 item)max depth features. => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects. => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. => array(1 item) className => 'In2code\Femanager\Persistence\Generic\Mapper\DataMap' (52 chars) additionalHeaders. => array(1 item) 3000. => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) no_cache => '0' (1 chars) removeDefaultJS => 'external' (8 chars) xhtmlDoctype => NULL
rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
mainScript => 'index.php' (9 chars) INTincScript => array(6 items) INT_SCRIPT.58e2ce0422ca93bee4ed224917618ad2 => array(4 items) file => NULL conf => array(6 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'TSFE:fe_user|user|company' (25 chars) wrap => '<a style="color:white" href="/intern/agenturbereich/startseite.html">Agentur
                        bereich: <span class="fa fa-user""></span> <strong> | </strong></a>
' (143 chars)
20 => 'TEXT' (4 chars) 20. => array(2 items) data => 'TSFE:fe_user|user|username' (26 chars) stdWrap. => array(2 items)max depth 40 => 'TEXT' (4 chars) 40. => array(2 items) value => 'TEST' (4 chars) wrap => '<script>XTouraUtils.runJS("$.getJSON('/ajax_call/Agenturen/externalAgencyCod
                        e/', { agency_code: fe_agency_id},function(data){ if(data.agency_code == fe_
                        agency_id) { console.log('agency registered') } else { console.log('agency i
                        nvalid') } })", ["jQuery"]);</script><!-- | -->
' (276 chars)
cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (11418 chars) type => 'COA' (3 chars)
INT_SCRIPT.cc454bf36ba039819f98496bbc5014ae => array(4 items) file => NULL conf => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid34' (8 chars) vendorName => 'ArminVieweg' (11 chars) cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (12697 chars) type => 'FUNC' (4 chars)
INT_SCRIPT.53e8bdf03d7700e2d8e946dd184166fb => array(4 items) file => NULL conf => array(7 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'submenu' (7 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) ignore_filter => '1' (1 chars) cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (11211 chars) type => 'FUNC' (4 chars)
INT_SCRIPT.366a76463a72fc5f511a8bc9435a8f97 => array(4 items) file => NULL conf => array(7 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'submenu' (7 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) ignore_filter => '1' (1 chars) cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (11211 chars) type => 'FUNC' (4 chars)
INT_SCRIPT.97ae086b3af1d86a839456172ef59c05 => array(4 items) file => NULL conf => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Content/' (23 chars) template => 'ReiseartMenuHeader' (18 chars) set_meta => '0' (1 chars) cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (9212 chars) type => 'FUNC' (4 chars)
INT_SCRIPT.0cf754ef7a72a329a3444b02f3bdda9f => array(4 items) file => NULL conf => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Fulltext/' (24 chars) set_meta => '0' (1 chars) cObj => 'O:54:"TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer":33:{s:5:"align
                  ";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";
                  a:165:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"
                  setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s
                  :16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:1
                  0:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"
                  array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fie
                  ldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";
                  s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numR
                  ows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:
                  "preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"ove
                  rride";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7
                  :"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s
                  :7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"arra
                  y";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"
                  listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5
                  :"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.
                  ";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";
                  s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"
                  fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"
                  csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5
                  :"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:
                  "split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"
                  boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char."
                  ;s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash"
                  ;s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round."
                  ;s:5:"array";s:13:"numbe...
' (9212 chars) type => 'FUNC' (4 chars)
tmpl => TYPO3\CMS\Core\TypoScript\TemplateServiceprototypeobject verbose => FALSE tt_track => FALSE forceTemplateParsing => FALSE matchAlternative => array(empty) matchAll => FALSE backend_info => FALSE ext_constants_BRP => 0 (integer) ext_config_BRP => 0 (integer) ext_regLinenumbers => FALSE ext_regComments => FALSE tempPath => 'typo3temp/' (10 chars) whereClause => 'AND deleted=0 AND hidden=0 AND (starttime<=1722092820) AND (endtime=0 OR end
            time>1722092820)
' (92 chars) debug => FALSE allowedPaths => array(6 items) 0 => 'fileadmin/' (10 chars) 1 => 'uploads/' (8 chars) 2 => 'typo3temp/' (10 chars) 3 => 'typo3/ext/' (10 chars) 4 => 'typo3/sysext/' (13 chars) 5 => 'typo3conf/ext/' (14 chars) simulationHiddenOrTime => 0 (integer) loaded => TRUE setup => array(20 items) lib. => array(142 items) parseFunc. => array(8 items) makelinks => '1' (1 chars) makelinks. => array(2 items) http. => array(3 items)max depth mailto. => array(1 item)max depth tags. => array(2 items) link => 'TEXT' (4 chars) link. => array(3 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                     ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                      footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                     nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                     trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                     , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(2 items) HTMLparser => '1' (1 chars) HTMLparser. => array(2 items)max depth
parseFunc_RTE. => array(10 items) makelinks => '1' (1 chars) makelinks. => array(2 items) http. => array(3 items)max depth mailto. => array(1 item)max depth tags. => array(4 items) link => 'TEXT' (4 chars) link. => array(3 items)max depth img => 'TEXT' (4 chars) img. => array(2 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                     ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                      footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                     nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                     trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                     , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(3 items) HTMLparser => '1' (1 chars) HTMLparser. => array(3 items)max depth encapsLines. => array(5 items)max depth externalBlocks => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
                     able, ul, pre
' (89 chars) externalBlocks. => array(14 items) blockquote. => array(2 items)max depth table. => array(4 items)max depth div. => array(2 items)max depth article. => array(2 items)max depth aside. => array(2 items)max depth footer. => array(2 items)max depth header. => array(2 items)max depth nav. => array(2 items)max depth section. => array(2 items)max depth dl. => array(2 items)max depth dd. => array(2 items)max depth ol. => array(2 items)max depth ul. => array(2 items)max depth li. => array(1 item)max depth
fluidContent => 'FLUIDTEMPLATE' (13 chars) fluidContent. => array(5 items) templateName => 'Default' (7 chars) templateRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars) 10 => '' (0 chars) partialRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars) 10 => '' (0 chars) layoutRootPaths. => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars) 10 => '' (0 chars) settings. => array(2 items) defaultHeaderType => '{$styles.content.defaultHeaderType}' (35 chars) media. => array(2 items)max depth stdheader => 'COA' (3 chars) stdheader. => array(13 items) templateName => 'HeaderOnly' (10 chars) 3 => 'LOAD_REGISTER' (13 chars) 3. => array(1 item) headerClass. => array(2 items)max depth 5 => 'TEXT' (4 chars) 5. => array(5 items) field => 'date' (4 chars) if. => array(3 items)max depth strftime => '%x' (2 chars) wrap => '<p class="csc-header-date">|</p>' (32 chars) prefixComment => '2 | Header date:' (16 chars) 10 => 'CASE' (4 chars) 10. => array(12 items) setCurrent. => array(3 items)max depth key. => array(3 items)max depth 1 => 'TEXT' (4 chars) 1. => array(2 items)max depth 2 => 'TEXT' (4 chars) 2. => array(2 items)max depth 3 => 'TEXT' (4 chars) 3. => array(2 items)max depth 4 => 'TEXT' (4 chars) 4. => array(2 items)max depth 5 => 'TEXT' (4 chars) 5. => array(2 items)max depth 20 => 'CASE' (4 chars) 20. => array(14 items) key. => array(3 items)max depth default => 'TEXT' (4 chars) default. => array(3 items)max depth 1 => 'TEXT' (4 chars) 1. => array(3 items)max depth 2 => 'TEXT' (4 chars) 2. => array(3 items)max depth 3 => 'TEXT' (4 chars) 3. => array(3 items)max depth 4 => 'TEXT' (4 chars) 4. => array(3 items)max depth 5 => 'TEXT' (4 chars) 5. => array(3 items)max depth if. => array(3 items)max depth 40 => 'COA' (3 chars) 40. => array(4 items) stdWrap. => array(3 items)max depth 10 => 'TEXT' (4 chars) 10. => array(2 items)max depth if. => array(3 items)max depth 98 => 'RESTORE_REGISTER' (16 chars) stdWrap. => array(7 items) fieldRequired => 'header' (6 chars) if. => array(3 items)max depth editIcons => 'tt_content : header, [header_layout | header_position], [header_link|date]' (74 chars) editIcons. => array(2 items)max depth dataWrap => '<div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div>' (69 chars) dataWrap. => array(2 items)max depth prefixComment => '2 | Header:' (11 chars) parseTarget. => array(2 items) override => '' (0 chars) override. => array(1 item) if. => array(1 item)max depth logo => 'IMAGE' (5 chars) logo. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/logo-2021-2.svg' (60 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(empty)max depth facebook => 'IMAGE' (5 chars) facebook. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/facebook.svg' (57 chars) altText => 'Seltamed bei Facebook' (21 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth instagram => 'IMAGE' (5 chars) instagram. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/instagram.svg' (58 chars) altText => 'Seltamed bei Instagram' (22 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth youtube => 'IMAGE' (5 chars) youtube. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/youtube.svg' (56 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth whatsapp => 'IMAGE' (5 chars) whatsapp. => array(5 items) file => 'EXT:satzart_template/Resources/Public/Images/whatsapp.svg' (57 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(4 items)max depth Adressblock => 'COA' (3 chars) Adressblock. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <h2>Selta Med GmbH</h2><br> Gottschaldstraße 1a<br> 08
                        523 Plauen / Vogtland<br><br> Tel.: +49 3741 - 14 85 27-0 <br>
                         Fax: +49 3741 - 14 85 27-18<br><br> <a class="primary" href="
                        mailto:reservierung@seltamed.de"><span class="fa fa-envelope"></span> reserv
                        ierung@seltamed.de</a>
' (331 chars)
AdressblockFooter => 'COA' (3 chars) AdressblockFooter. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <strong>Selta Med GmbH, Sitz Niederstetten</strong><br> <small>Im
                         Ganswasen 22 · D-97996 Niederstetten · Tel.: 07932/ 503 </small>
' (152 chars)
Chat => 'COA' (3 chars) Chat. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value__ => ' <script type="text/javascript" id="zsiqchat"> var $zoho=$zoho
                         || {}; $zoho.salesiq = $zoho.salesiq || {widgetcode: "454ac7aa39aae
                        044e0d40200e98a6ae19f9f7cae0f5172d1b9d35993ea9fe543", values:{},ready:functi
                        on(){}};var d=document;s=d.createElement("script");s.type="text/javascript";
                        s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.ge
                        tElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>
' (452 chars)
logoFooter => 'IMAGE' (5 chars) logoFooter. => array(5 items) file => 'fileadmin/xtoura_assets/SeltaMedResponsive/images/logo.svg' (58 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout. => array(1 item) responsive. => array(1 item)max depth stdWrap. => array(1 item) typolink. => array(3 items)max depth hotline => 'COA' (3 chars) hotline. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <div style="padding: 1em;"> <div class="header-hotline"
                        > <div class="h4"><a href="tel:+49 3741 - 14 85 27-0" target
                        ="_blank">+49 3741 - 14 85 27-0</a><br><small>Mo - Fr: 8 – 19 Uhr / Sa: 9
                        – 14 Uhr</small></div> </div> </div>
' (287 chars)
hotlineheader => 'CONTENT' (7 chars) hotlineheader. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '163' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) headernav => 'COA' (3 chars) headernav. => array(3 items) 10 => 'HMENU' (5 chars) 10. => array(4 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item) wrap => '<div class="container"><div class="col-sm-6 col-sm-offset-6 text-right" data
                        -type="list"> | </div></div>
' (104 chars)
formContact => 'TEXT' (4 chars) formContact. => array(6 items) value => 'Sorry, dieses Formular wird derzeit überarbeitet.' (50 chars) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth _formContact => 'FORM' (4 chars) _formContact. => array(26 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTLINE' (8 chars) 5. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'contact-phone' (13 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'subject' (7 chars) label => 'Betreff*' (8 chars) type => 'text' (4 chars) id => 'contact-subject' (15 chars) class => 'form-control' (12 chars) 50 => 'TEXTAREA' (8 chars) 50. => array(4 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) 55 => 'TEXTBLOCK' (9 chars) 55. => array(1 item) content => ' <div class="_form-group-submit col-sm-12"><small>* Diese Felder müssen a
                        usgefüllt werden</small><br></div>
' (111 chars)
60 => 'CHECKBOX' (8 chars) 60. => array(5 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                        rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                        >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars) 70. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-default' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(12 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'email' (5 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formIndividualTravelOffer => 'FORM' (4 chars) formIndividualTravelOffer. => array(32 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTLINE' (8 chars) 5. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'phonenumber' (11 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'contact-phonenumber' (19 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'termin' (6 chars) label => 'Wunschtermin*' (13 chars) type => 'text' (4 chars) id => 'contact-termin' (14 chars) class => 'form-control' (12 chars) 49 => 'TEXTAREA' (8 chars) 49. => array(4 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) 50 => 'TEXTBLOCK' (9 chars) 50. => array(1 item) content => ' <div class="col-sm-12"><br> <div class="whatsapp alert ale
                        rt-success" style="display:inline-block !important;"><span style="margin-bot
                        tom:none !important; font-size:1rem;">Sie können uns auch gern per WhatsApp
                         kontaktieren <strong><a style="color:#3c763d;" target="_blank" href="https:
                        //wa.me/4915208734120"><span class="fa fa-whatsapp"></span> 015208734120</a
                        ></strong></span></div></div>
' (409 chars)
51 => 'TEXTLINE' (8 chars) 51. => array(4 items) name => 'hotelname' (9 chars) type => 'text' (4 chars) id => 'hotelname' (9 chars) class => 'hidden' (6 chars) 52 => 'CHECKBOX' (8 chars) 52. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 55 => 'TEXTBLOCK' (9 chars) 55. => array(1 item) content => ' <div class="_form-group-submit col-sm-12 margin-top-2"><
                        small>* Diese Felder müssen ausgefüllt werden</small><br></div>
' (141 chars)
60 => 'CHECKBOX' (8 chars) 60. => array(5 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                        rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                        >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars) 70. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top-1' (28 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(14 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'email' (5 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(6 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(6 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formCoachHire => 'FORM' (4 chars) formCoachHire. => array(34 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) class => '_container' (10 chars) form. => array(1 item) layout. => array(11 items)max depth 11 => 'FIELDSET' (8 chars) 11. => array(20 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 10 => 'TEXTBLOCK' (9 chars) 10. => array(1 item)max depth 20 => 'SELECT' (6 chars) 20. => array(9 items)max depth 30 => 'TEXTLINE' (8 chars) 30. => array(6 items)max depth 40 => 'TEXTLINE' (8 chars) 40. => array(6 items)max depth 50 => 'TEXTLINE' (8 chars) 50. => array(6 items)max depth 60 => 'TEXTLINE' (8 chars) 60. => array(6 items)max depth 70 => 'TEXTLINE' (8 chars) 70. => array(6 items)max depth 80 => 'TEXTLINE' (8 chars) 80. => array(6 items)max depth 90 => 'TEXTLINE' (8 chars) 90. => array(6 items)max depth 20 => 'FIELDSET' (8 chars) 20. => array(28 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 100 => 'TEXTBLOCK' (9 chars) 100. => array(1 item)max depth 110 => 'TEXTLINE' (8 chars) 110. => array(6 items)max depth 120 => 'TEXTLINE' (8 chars) 120. => array(6 items)max depth 130 => 'TEXTLINE' (8 chars) 130. => array(6 items)max depth 140 => 'TEXTLINE' (8 chars) 140. => array(6 items)max depth 150 => 'TEXTLINE' (8 chars) 150. => array(6 items)max depth 170 => 'TEXTBLOCK' (9 chars) 170. => array(empty)max depth 180 => 'TEXTLINE' (8 chars) 180. => array(6 items)max depth 190 => 'TEXTLINE' (8 chars) 190. => array(6 items)max depth 200 => 'TEXTLINE' (8 chars) 200. => array(6 items)max depth 210 => 'TEXTBLOCK' (9 chars) 210. => array(1 item)max depth 220 => 'TEXTLINE' (8 chars) 220. => array(6 items)max depth 230 => 'TEXTLINE' (8 chars) 230. => array(6 items)max depth 240 => 'TEXTBLOCK' (9 chars) 240. => array(1 item) content => '<div class="form-group"><div class="col-xs-12"><h2>Sonstige Angaben</h2></di
                        v></div>
' (84 chars)
250 => 'TEXTLINE' (8 chars) 250. => array(6 items) name => 'persons' (7 chars) label => 'Anzahl Personen' (15 chars) type => 'text' (4 chars) id => 'coach-hire-persons' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                        group"> <label /> <div class
                        ="input-group"> <div class="input-group-addon"><
                        span class="fa fa-users"></span></div> <input />
                         </div> </div> <
                        /div>
' (385 chars)
260 => 'SELECT' (6 chars) 260. => array(13 items) name => 'coach-type' (10 chars) label => 'Veranstaltung' (13 chars) id => 'coach-hire-coach_type' (21 chars) class => 'form-control' (12 chars) 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth layout => ' <div class="col-sm-6"> <div class="form-
                        group"> <label /> <sele
                        ct> <elements /> </selec
                        t> </div> </div>
' (295 chars)
270 => 'CHECKBOX' (8 chars) 270. => array(6 items) name => 'coach_on_site' (13 chars) label => 'Bus wird vor Ort benötigt' (26 chars) id => 'contact-coach_on_site' (21 chars) value => 'Bus wird vor Ort benötigt' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                        &nbsp; Bus wird vor Ort benötigt </div> </div>
' (150 chars)
280 => 'CHECKBOX' (8 chars) 280. => array(6 items) name => 'transfer_only' (13 chars) label => 'nur Hin- und Rücktransfer' (26 chars) id => 'contact-transfer_only' (21 chars) value => 'nur Hin- und Rücktransfer' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                        &nbsp; nur Hin- und Rücktransfer </div> </div>
' (150 chars)
290 => 'TEXTAREA' (8 chars) 290. => array(5 items) name => 'program' (7 chars) label => 'Reiseprogramm' (13 chars) id => 'coach-hire-program' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <div class="form
                        -group"> <label /> <div class="input-group"> <div class="
                        input-group-addon"><span class="fa fa-comment"></span></div> <textare
                        a /> </div> </div> </div>
' (280 chars)
300 => 'CHECKBOX' (8 chars) 300. => array(6 items) name => 'privacy_policy' (14 chars) label => 'Datenschutzerklärung*' (22 chars) id => 'coach-hire-privacy_policy' (25 chars) value => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-12"> <label /> <div class="form-group">
                         <input />&nbsp; Ich habe die <a href="/datenschutz/" target="_b
                        lank">Datenschutzerklärung</a> gelesen und akzeptiere diese. </div>
                         </div>
' (248 chars)
305 => 'CHECKBOX' (8 chars) 305. => array(6 items) name => 'response' (8 chars) label => 'Rückantwort erwünscht:' (24 chars) id => 'contact-response' (16 chars) value => 'Ich bin mit einer Rückantwort per Email einverstanden.' (55 chars) checked => '0' (1 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <label /> <
                        
                        
' (222 chars)
310 => 'SUBMIT' (6 chars) 310. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-secondary' (17 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(22 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 50 => 'email' (5 chars) 50. => array(4 items)max depth 51 => 'required' (8 chars) 51. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth postProcessor. => array(4 items) 1 => 'mailXtoura' (10 chars) 1. => array(6 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item) value => '4' (1 chars) footerSection_02 => 'COA' (3 chars) footerSection_02. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:16:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth tourTypeMenueConfig. => array(3 items) type => 'xtoura/widgets/TravelTheme/' (27 chars) set_meta => '0' (1 chars) settings. => array(3 items) template => 'menu' (4 chars) limit => '10' (2 chars) set_meta => '0' (1 chars) footerSection_03 => 'COA' (3 chars) footerSection_03. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:17:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth footerSection_04 => 'COA' (3 chars) footerSection_04. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'DB:pages:48:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(5 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth stdWrap. => array(1 item)max depth defaultSliderText => 'COA' (3 chars) defaultSliderText. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <div class="h2">Selta Med GmbH</div> <h3>Kurreisen & Wellness
                        </h3>
' (90 chars)
xtouraLogo => 'IMAGE' (5 chars) xtouraLogo. => array(3 items) file => 'EXT:satzart_template/Resources/Public/Images/footer_xtoura_logo.png' (67 chars) altText => 'xtoura logo' (11 chars) stdWrap. => array(1 item) typolink. => array(4 items)max depth year => 'TEXT' (4 chars) year. => array(2 items) data => 'date:U' (6 chars) strftime => '%Y' (2 chars) MAILLOGO => 'TEXT' (4 chars) MAILLOGO. => array(1 item) value => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 533.5 92.3"><defs><styl
                     e>.cls-1{fill:#3c6660;}.cls-1,.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-2
                     ,.cls-3{fill:#a29c87;}.cls-4{fill:#e2e1de;}.cls-5{fill:#fff;}</style></defs>
                     <g id="Ebene_2" data-name="Ebene 2"><g id="Isolationsmodus"><path id="green"
                      class="cls-1" d="M360.6,38.2a2.8,2.8,0,0,1-3-2.8h0a3,3,0,0,1,3-2.9h0a3.1,3.
                     1,0,0,1,3.1,2.8h0a3.1,3.1,0,0,1-3.1,2.9Zm2.5-2.9a2.5,2.5,0,0,0-2.5-2.4h0a2.4
                     ,2.4,0,0,0-2.5,2.2v.2a2.4,2.4,0,0,0,2.4,2.4h.1a2.5,2.5,0,0,0,2.5-2.3Zm-3.8,1
                     .3c-.1,0-.2-.1,0-.2a.5.5,0,0,0,.4-.5V34.6c0-.3-.1-.4-.3-.4s-.2-.3-.1-.3h1.4a
                     1.1,1.1,0,0,1,1.2.8h0a1,1,0,0,1-.5.6h-.1l.9,1.1a.2.2,0,0,1,.2.2H362a.7.7,0,0
                     ,1-.7-.4l-.5-.7c-.1-.1-.2-.2-.3-.1s-.2,0-.2.1v.2c0,.4.1.4.5.6s.1.2,0,.2Zm1.1
                     -1.6c0,.1,0,.1.2.1s.4,0,.5-.3h0a.7.7,0,0,0-.4-.6h-.1c-.2,0-.2.1-.2.2V35ZM338
                     .3,60.8l-9.4-.3h-3.2c-1,0-1.5-.4-1.5-.7a1.3,1.3,0,0,1,1.2-.8c2.9-.3,3.1-.9,3
                     .3-4.9.1-2.4.1-4.1.1-6s0-7.2-.2-10.1-.3-3.5-2.8-3.8a1.2,1.2,0,0,1-1.1-.8,1,1
                     ,0,0,1,1.2-.6h2.5c2.2,0,7.6-.4,11.1-.4A19.5,19.5,0,0,1,352,36.6a13.5,13.5,0,
                     0,1,4.4,9.5A14.4,14.4,0,0,1,349,58.4,24.6,24.6,0,0,1,338.3,60.8Zm8-23.7a13.3
                     ,13.3,0,0,0-8.9-3.1,4.7,4.7,0,0,0-2.4.4.7.7,0,0,0-.4.6c-.1,1.1-.2,3.9-.2,7.7
                     V49c0,3,0,5.3.2,7.2a2.5,2.5,0,0,0,.9,1.9,6.9,6.9,0,0,0,3.1,1.2,12.1,12.1,0,0
                     ,0,7.1-2.6c2.8-2.2,4.3-6.4,4.3-10.6a13.1,13.1,0,0,0-3.7-9ZM319.9,60a1.4,1.4,
                     0,0,1-1.1.6l-15.6-.2c-3.1,0-3.6.2-5.3.2s-1.6-.1-1.6-.6.6-.7,1.4-.8c2.4-.6,3-
                     1,3.2-3.4s.4-5.1.4-10.5,0-7.2-.1-8.4-.5-2.5-2.5-2.8-1.5-.4-1.5-.8.8-.7,1.5-.
                     7l8.5.2h7a28.3,28.3,0,0,0,4.1-.3.9.9,0,0,1,.6.6v4.6a1.1,1.1,0,0,1-.7,1.3,1.3
                     ,1.3,0,0,1-.9-1.1c-.6-2.5-1.9-3.1-3-3.3l-6.5-.3c-.2,0-.6.2-.6,1.3s-.3,7.1-.2
                     ,9.5a.4.4,0,0,0,.4.4h3.8c3.3,0,3.2-.1,4.1-2a1.5,1.5,0,0,1,1-1.2c.4,0,.6.8.5,
                     1.2s-.2,2-.2,3.1.1,1.9.2,2.9-.2,1.3-.6,1.3a1.2,1.2,0,0,1-.9-.9c-.6-1.9-1.2-2
                     .3-3-2.4h-4.7a1,1,0,0,0-.6.5,41.2,41.2,0,0,0-.1,6.1,20,20,0,0,0,.2,3.5,1.6,1
                     .6,0,0,0,1,1.1,16.2,16.2,0,0,0,3.8.2,15.6,15.6,0,0,0,4.3-.3,7,7,0,0,0,3.7-3.
                     3c.7-1.1,1.1-1.5,1.4-1.5...
' (24843 chars)
newstest => 'USER' (4 chars) newstest. => array(6 items) userFunc => 'tx_extbase_core_bootstrap->run' (30 chars) extensionName => 'News' (4 chars) pluginName => 'Pi1' (3 chars) switchableControllerActions. => array(1 item) News. => array(1 item)max depth settings. => array(9 items) limit => '5' (1 chars) orderBy => 'datetime' (8 chars) orderDirection => 'desc' (4 chars) detailPid => '{$pidNachrichtenDetail}' (23 chars) overrideFlexformSettingsIfEmpty => 'detailPid' (9 chars) startingpoint => '{$pidNachrichtenRecords}' (24 chars) useStdWrap => 'categories' (10 chars) categories. => array(1 item)max depth categoryConjunction => 'or' (2 chars) view => '< plugin.tx_news.view' (21 chars) footerForm => 'CONTENT' (7 chars) footerForm. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '102' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) formAgencyOrder => 'FORM' (4 chars) formAgencyOrder. => array(36 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 1 => 'TEXTLINE' (8 chars) 1. => array(7 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
2 => 'TEXTLINE' (8 chars) 2. => array(6 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
10 => 'TEXTBLOCK' (9 chars) 10. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/sommerkatalo
                        g.jpg"> </div>
' (169 chars)
20 => 'SELECT' (6 chars) 20. => array(29 items) name => 'catalog_summer' (14 chars) label => 'Katalog Kurreisen & Wellness 2021' (33 chars) id => 'agencyorder-catalog_summer' (26 chars) class => 'form-control' (12 chars) placeholder => 'Bitte Auswählen' (16 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 5 => 'OPTION' (6 chars) 5. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 50 => 'OPTION' (6 chars) 50. => array(1 item)max depth 60 => 'OPTION' (6 chars) 60. => array(1 item)max depth 70 => 'OPTION' (6 chars) 70. => array(1 item)max depth 80 => 'OPTION' (6 chars) 80. => array(1 item)max depth 90 => 'OPTION' (6 chars) 90. => array(1 item)max depth 100 => 'OPTION' (6 chars) 100. => array(1 item)max depth 30 => 'TEXTBLOCK' (9 chars) 30. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/SeltaMed_Wik
                        at2021_2022.jpg"> </div>
' (179 chars)
40 => 'SELECT' (6 chars) 40. => array(28 items) name => 'catalog_winter' (14 chars) label => 'Katalog Winter-Sonderangebote 2021/ 2022 inkl. Weihnachten & Silvester' (70 chars) id => 'agencyorder-catalog_winter' (26 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 5 => 'OPTION' (6 chars) 5. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 50 => 'OPTION' (6 chars) 50. => array(1 item)max depth 60 => 'OPTION' (6 chars) 60. => array(1 item)max depth 70 => 'OPTION' (6 chars) 70. => array(1 item)max depth 80 => 'OPTION' (6 chars) 80. => array(1 item)max depth 90 => 'OPTION' (6 chars) 90. => array(1 item)max depth 100 => 'OPTION' (6 chars) 100. => array(1 item)max depth 60 => 'TEXTBLOCK' (9 chars) 60. => array(1 item) content => '<div class="col-sm-12 margin-top-1"><h3>Unsere aktuellen Selta Med Werbemitt
                        el:</h3></div>
' (90 chars)
70 => 'TEXTBLOCK' (9 chars) 70. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/smed_blanko_
                        flyerpapier_sommer.jpg"> </div>
' (186 chars)
80 => 'SELECT' (6 chars) 80. => array(14 items) name => 'flyer_summer' (12 chars) label => 'Blanko-Flyerpapier Sommer' (25 chars) id => 'agencyorder-flyer_summer' (24 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                        min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/HV-Winter-Bl
                        anko-Eindruck-DIN-A4.jpg"> </div>
' (188 chars)
100 => 'SELECT' (6 chars) 100. => array(14 items) name => 'flyer_winter' (12 chars) label => 'Blanko-Flyerpapier Winter' (25 chars) id => 'agencyorder-flyer_sinter' (24 chars) class => 'form-control' (12 chars) 1 => 'OPTION' (6 chars) 1. => array(1 item)max depth 10 => 'OPTION' (6 chars) 10. => array(1 item)max depth 20 => 'OPTION' (6 chars) 20. => array(1 item)max depth 30 => 'OPTION' (6 chars) 30. => array(1 item)max depth 40 => 'OPTION' (6 chars) 40. => array(1 item)max depth 110 => 'CHECKBOX' (8 chars) 110. => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 115 => 'TEXTBLOCK' (9 chars) 115. => array(1 item) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                        nschutzerklaerung.html">Datenschutzerklärung einsehen »</a><br><br></div>
' (151 chars)
120 => 'SUBMIT' (6 chars) 120. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) rules. => array(8 items) 5 => 'email' (5 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(6 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formAgencyOrder2021 => 'FORM' (4 chars) formAgencyOrder2021. => array(20 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'agency_order' (12 chars) confirmation => '0' (1 chars) id => 'form-agency-order' (17 chars) form. => array(1 item) layout. => array(11 items)max depth 1 => 'TEXTLINE' (8 chars) 1. => array(8 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
2 => 'TEXTLINE' (8 chars) 2. => array(7 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                        /div>
' (81 chars)
3 => 'TEXTLINE' (8 chars) 3. => array(5 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'agencyorder-message' (19 chars) layout => ' <input />' (21 chars) 110 => 'CHECKBOX' (8 chars) 110. => array(7 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) required => 'required' (8 chars) checked => '0' (1 chars) 115 => 'TEXTBLOCK' (9 chars) 115. => array(1 item) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                        nschutzerklaerung/">Datenschutzerklärung einsehen »</a><br><br></div>
' (147 chars)
120 => 'SUBMIT' (6 chars) 120. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) rules. => array(10 items) 5 => 'email' (5 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
navigation. => array(4 items) xtouraNavMain => 'COA' (3 chars) xtouraNavMain. => array(5 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => 'TEXT' (4 chars) 10. => array(4 items)max depth 20 => 'HMENU' (5 chars) 20. => array(6 items)max depth main => 'COA' (3 chars) main. => array(5 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => 'TEXT' (4 chars) 10. => array(4 items)max depth 20 => 'HMENU' (5 chars) 20. => array(6 items)max depth footerMenue => 'COA' (3 chars) footerMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(3 items) data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) data. => array(1 item)max depth wrap => '<h3> | </h3>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(4 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth sidebarMenue => 'COA' (3 chars) sidebarMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(3 items) data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) data. => array(1 item)max depth wrap => '<h3> | </h3>' (12 chars) 20 => 'HMENU' (5 chars) 20. => array(6 items) special => 'directory' (9 chars) special. => array(1 item)max depth 1 => 'TMENU' (5 chars) 1. => array(5 items)max depth 2 => 'TMENU' (5 chars) 2. => array(5 items)max depth contentSlider => 'COA' (3 chars) contentSlider. => array(6 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(1 item) colPos. => array(2 items)max depth 10 => 'CONTENT' (7 chars) 10. => array(4 items) table => 'tt_content' (10 chars) select. => array(4 items)max depth renderObj => 'COA' (3 chars) renderObj. => array(2 items)max depth 20 => 'RESTORE_REGISTER' (16 chars) stdWrap. => array(1 item) wrap => '<div class="owl-carousel owl-theme owl-home" data-type="slider"> | </div>' (73 chars) sitemap => 'COA' (3 chars) sitemap. => array(5 items) wrap => '<ul class="sitemap">|</ul>' (26 chars) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => '<li><a href="\">Home</a></li>' (29 chars) 20 => 'HMENU' (5 chars) 20. => array(6 items) 1 => 'TMENU' (5 chars) 1. => array(3 items)max depth 2 => 'TMENU' (5 chars) 2. => array(4 items)max depth 3 => 'TMENU' (5 chars) 3. => array(4 items)max depth xtouraContent. => array(2 items) get => 'COA' (3 chars) get. => array(5 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(1 item)max depth 10 => 'CONTENT' (7 chars) 10. => array(4 items)max depth 1000 => 'RESTORE_REGISTER' (16 chars) formGetAccount => 'FORM' (4 chars) formGetAccount. => array(42 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                        ng><br><br></p>
' (91 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'company' (7 chars) label => 'Firma*' (6 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) 80 => 'TEXTLINE' (8 chars) 80. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) 85 => 'TEXTLINE' (8 chars) 85. => array(5 items) name => 'kooperation' (11 chars) label => 'Kooperation/Kettenzugehörigkeit:' (33 chars) type => 'text' (4 chars) id => 'account-kooperation' (19 chars) class => 'form-control' (12 chars) 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <div class="agency-form-info form-group-submit col-sm-offset-3 col-s
                        m-9" style="white-space: normal;"> <p>Nutzen Sie bereits Vertriebsplattfo
                        rmen wie Amadeus, JackPlus oder Merlin? Bitte kreuzen Sie die Plattformen an
                        , mit denen Sie bereits arbeiten.</p> </div>
' (280 chars)
100 => 'CHECKBOX' (8 chars) 100. => array(5 items) name => 'amadeus' (7 chars) label => 'Amadeus' (7 chars) id => 'account-amadeus' (15 chars) value => 'Ich nutze Amadeus' (17 chars) checked => '0' (1 chars) 110 => 'CHECKBOX' (8 chars) 110. => array(5 items) name => 'merlin' (6 chars) label => 'Merlin' (6 chars) id => 'account-merlin' (14 chars) value => 'Ich nutze Merlin' (16 chars) checked => '0' (1 chars) 120 => 'CHECKBOX' (8 chars) 120. => array(5 items) name => 'jackplus' (8 chars) label => 'JackPlus' (8 chars) id => 'account-jackplus' (16 chars) value => 'Ich nutze JackPlus' (18 chars) checked => '0' (1 chars) 125 => 'TEXTBLOCK' (9 chars) 125. => array(1 item) content => ' <div class="clearfix"></div><br><br>' (39 chars) 130 => 'CHECKBOX' (8 chars) 130. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 140 => 'SUBMIT' (6 chars) 140. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'email' (5 chars) 9. => array(4 items)max depth 10 => 'required' (8 chars) 10. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formGetAccountHotel => 'FORM' (4 chars) formGetAccountHotel. => array(40 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                        ng><br><br></p>
' (91 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'company' (7 chars) label => 'Hotelname*' (10 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) 25 => 'TEXTLINE' (8 chars) 25. => array(5 items) name => 'homepage' (8 chars) label => 'Homepage' (8 chars) type => 'text' (4 chars) id => 'account-homepage' (16 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) 55 => 'TEXTLINE' (8 chars) 55. => array(5 items) name => 'country' (7 chars) label => 'Land*' (5 chars) type => 'text' (4 chars) id => 'account-country' (15 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) 80 => 'TEXTLINE' (8 chars) 80. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) 90 => 'TEXTBLOCK' (9 chars) 90. => array(1 item) content => ' <br><br>' (11 chars) 100 => 'CHECKBOXGROUP' (13 chars) 100. => array(6 items) class => '' (0 chars) name => '' (0 chars) 10 => 'CHECKBOX' (8 chars) 10. => array(1 item)max depth 20 => 'CHECKBOX' (8 chars) 20. => array(1 item)max depth 120 => 'TEXTBLOCK' (9 chars) 120. => array(1 item) content => ' <br><br>' (11 chars) 130 => 'CHECKBOX' (8 chars) 130. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 140 => 'SUBMIT' (6 chars) 140. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(22 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'required' (8 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9 => 'required' (8 chars) 9. => array(4 items)max depth 10 => 'email' (5 chars) 10. => array(4 items)max depth 11 => 'required' (8 chars) 11. => array(4 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(4 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth
formCatalogOrder => 'FORM' (4 chars) formCatalogOrder. => array(40 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) form. => array(1 item) layout. => array(11 items)max depth 5 => 'TEXTBLOCK' (9 chars) 5. => array(1 item) content => '<h1 class="first-headline">Katalogbestellung</h1><p>Partneragenturen nutzen
                        bitte das Formular im Agenturbereich.<br><br></p>
' (125 chars)
10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) 70 => 'CHECKBOX' (8 chars) 70. => array(5 items) name => 'catalog_a' (9 chars) label => 'Senden Sie mir bitte den aktuellen Hauptkatalog Kurreisen & Wellness zu.' (72 chars) id => 'catalogorder-catalog_a' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 80 => 'CHECKBOX' (8 chars) 80. => array(5 items) name => 'catalog_b' (9 chars) label => 'Senden Sie mir bitte den aktuellen Winter-Sonderangebotskatalog inkl. Weihna
                        chten & Silvester zu.
' (97 chars) id => 'catalogorder-catalog_b' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars)
81 => 'CHECKBOX' (8 chars) 81. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 90 => 'CHECKBOX' (8 chars) 90. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 95 => 'TEXTBLOCK' (9 chars) 95. => array(1 item) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                        ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                        g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                        >
' (229 chars)
100 => 'SUBMIT' (6 chars) 100. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'email' (5 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth __ALT__postProcessor. => array(4 items) 1 => 'mail' (4 chars) 1. => array(5 items)max depth 2 => 'redirect' (8 chars) 2. => array(1 item)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
formCatalogOrder2021 => 'FORM' (4 chars) formCatalogOrder2021. => array(38 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) id => 'form-catalogue-order' (20 chars) form. => array(1 item) layout. => array(11 items)max depth 10 => 'TEXTLINE' (8 chars) 10. => array(5 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) 15 => 'TEXTLINE' (8 chars) 15. => array(5 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) 20 => 'TEXTLINE' (8 chars) 20. => array(5 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) 30 => 'TEXTLINE' (8 chars) 30. => array(5 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) 40 => 'TEXTLINE' (8 chars) 40. => array(5 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) 50 => 'TEXTLINE' (8 chars) 50. => array(5 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) 60 => 'TEXTLINE' (8 chars) 60. => array(5 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) 70 => 'TEXTLINE' (8 chars) 70. => array(5 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'catalogueorder-message' (22 chars) layout => ' <input />' (21 chars) 81 => 'CHECKBOX' (8 chars) 81. => array(5 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) 90 => 'CHECKBOX' (8 chars) 90. => array(5 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) 95 => 'TEXTBLOCK' (9 chars) 95. => array(1 item) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                        ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                        g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                        >
' (229 chars)
100 => 'SUBMIT' (6 chars) 100. => array(5 items) name => 'button' (6 chars) label. => array(1 item)max depth class => 'btn btn-primary' (15 chars) value => 'Bestellung absenden' (19 chars) type => 'submit' (6 chars) 101 => 'TEXTBLOCK' (9 chars) 101. => array(1 item) content => '<div class="clearfix form-group"></div>' (39 chars) rules. => array(20 items) 1 => 'required' (8 chars) 1. => array(4 items)max depth 2 => 'required' (8 chars) 2. => array(4 items)max depth 3 => 'required' (8 chars) 3. => array(4 items)max depth 4 => 'required' (8 chars) 4. => array(4 items)max depth 5 => 'required' (8 chars) 5. => array(4 items)max depth 6 => 'required' (8 chars) 6. => array(4 items)max depth 7 => 'email' (5 chars) 7. => array(4 items)max depth 8 => 'required' (8 chars) 8. => array(4 items)max depth 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth postProcessor. => array(6 items) 1 => 'mailXtoura' (10 chars) 1. => array(5 items)max depth 2 => 'mailXtoura' (10 chars) 2. => array(5 items)max depth 3 => 'redirect' (8 chars) 3. => array(1 item)max depth 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars)
Hotline => 'CONTENT' (7 chars) Hotline. => array(5 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => ' <h3>Hotline</h3> <h4>+49 3741 - 14 85 27-0</h4> ' (71 chars) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '111' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) honeypot. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCallBack. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCoachHireMin. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formCoupon. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formIndividualRequest. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formClass. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formGroup. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth formIndividual. => array(3 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth callback. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth contact. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth catalog. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth coupon. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth rentbus. => array(5 items) 9000 => 'HIDDEN' (6 chars) 9000. => array(2 items) name => '_email_' (7 chars) id => '_email_' (7 chars) 9001 => 'HIDDEN' (6 chars) 9001. => array(2 items) name => '_token_' (7 chars) id => '_token_' (7 chars) rules. => array(4 items) 9000 => 'length' (6 chars) 9000. => array(3 items)max depth 9001 => 'regexp' (6 chars) 9001. => array(2 items)max depth math => 'TEXT' (4 chars) math. => array(2 items) current => '1' (1 chars) prioriCalc => '1' (1 chars) mainmenuSize => 'TEXT' (4 chars) mainmenuSize. => array(1 item) value => '{$mainmenuSize}' (15 chars) dynamicContent => 'COA' (3 chars) dynamicContent. => array(5 items) 5 => 'LOAD_REGISTER' (13 chars) 5. => array(4 items) colPos. => array(2 items)max depth pageUid. => array(2 items)max depth contentFromPid. => array(2 items)max depth wrap. => array(2 items)max depth 20 => 'CONTENT' (7 chars) 20. => array(3 items) table => 'tt_content' (10 chars) select. => array(5 items)max depth stdWrap. => array(2 items)max depth 90 => 'RESTORE_REGISTER' (16 chars) xtouraInterface => 'USER_INT' (8 chars) xtouraInterface. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) searchFulltext => 'USER_INT' (8 chars) searchFulltext. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Fulltext/' (24 chars) set_meta => '0' (1 chars) searchTourfinder => 'USER_INT' (8 chars) searchTourfinder. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) searchTourfinderVertical => 'USER_INT' (8 chars) searchTourfinderVertical. => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) template => 'vertical' (8 chars) meta => 'USER_INT' (8 chars) meta. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'meta' (4 chars) touroperator_id => '68' (2 chars) assets => 'USER_INT' (8 chars) assets. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) assets_footer => 'USER_INT' (8 chars) assets_footer. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) xtouraFooter => 'COA' (3 chars) xtouraFooter. => array(4 items) 100 => 'USER_INT' (8 chars) 100. => array(4 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Copyright/' (25 chars) set_meta => '0' (1 chars) 101 => 'USER_INT' (8 chars) 101. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) tx_sitemapgenerator => 'USER' (4 chars) tx_sitemapgenerator. => array(8 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) controller => 'Sitemap' (7 chars) action => 'list' (4 chars) switchableControllerActions. => array(1 item) Sitemap. => array(1 item)max depth view. => array(3 items) templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth contentElement. => array(1 item) templateRootPaths. => array(1 item) 1 => 'EXT:dce/Resources/Private/Templates' (35 chars) tourtypeStaticMenu => 'CONTENT' (7 chars) tourtypeStaticMenu. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) renderObj => 'COA' (3 chars) renderObj. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item)max depth xtouraTourTypeMenueFrontpage => 'CONTENT' (7 chars) xtouraTourTypeMenueFrontpage. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) renderObj => 'COA' (3 chars) renderObj. => array(2 items) 10 => 'TEXT' (4 chars) 10. => array(1 item)max depth xtouraTourTypeMenueHeader => 'USER_INT' (8 chars) xtouraTourTypeMenueHeader. => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Content/' (23 chars) template => 'ReiseartMenuHeader' (18 chars) set_meta => '0' (1 chars) xtouraCountryMenue => 'USER_INT' (8 chars) xtouraCountryMenue. => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'menu' (4 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) tourTypeMenue => 'COA' (3 chars) tourTypeMenue. => array(4 items) 10 => 'TEXT' (4 chars) 10. => array(1 item) value => '<h3>Reisethemen</h3>' (20 chars) 20 => 'CONTENT' (7 chars) 20. => array(4 items) table => 'tt_content' (10 chars) select. => array(3 items)max depth renderObj => 'COA' (3 chars) renderObj. => array(2 items)max depth HotlineAgency => 'CONTENT' (7 chars) HotlineAgency. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '158' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) linkeSpalte => 'CONTENT' (7 chars) linkeSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '144' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) mittlereSpalte => 'CONTENT' (7 chars) mittlereSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '145' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) rechteSpalte => 'CONTENT' (7 chars) rechteSpalte. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '146' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) Angebote => 'CONTENT' (7 chars) Angebote. => array(3 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select. => array(4 items) pidInList => '147' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars)
styles. => array(1 item) content. => array(13 items) get => 'CONTENT' (7 chars) get. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getLeft => 'CONTENT' (7 chars) getLeft. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getRight => 'CONTENT' (7 chars) getRight. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getBorder => 'CONTENT' (7 chars) getBorder. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items)max depth getNews => 'CONTENT' (7 chars) getNews. => array(2 items) table => 'tt_content' (10 chars) select. => array(3 items)max depth editPanelPage => 'COA' (3 chars) editPanelPage. => array(2 items) 10 => 'EDITPANEL' (9 chars) 10. => array(2 items)max depth parseFunc. => array(8 items) makelinks => '1' (1 chars) makelinks. => array(2 items)max depth tags. => array(2 items)max depth allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                        ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                         footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                        nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                        trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                        , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) nonTypoTagStdWrap. => array(2 items)max depth
config. => array(18 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) htmlTag_stdWrap. => array(1 item) cObject. => array(empty) absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) tx_extbase. => array(4 items) mvc. => array(2 items) requestHandlers. => array(4 items)max depth throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) persistence. => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes. => array(16 items)max depth features. => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects. => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. => array(1 item)max depth additionalHeaders. => array(1 item) 3000. => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) no_cache => '0' (1 chars) tt_content => 'CASE' (4 chars) tt_content. => array(140 items) key. => array(1 item) field => 'CType' (5 chars) stdWrap. => array(8 items) innerWrap. => array(2 items) cObject => 'CASE' (4 chars) cObject. => array(23 items)max depth innerWrap2 => '| <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EX
                     T:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</
                     a></p>
' (158 chars) innerWrap2. => array(2 items) insertData => '1' (1 chars) fieldRequired => 'linkToTop' (9 chars) prepend => 'TEXT' (4 chars) prepend. => array(2 items) dataWrap => '<a id="c{field:_LOCALIZED_UID}"></a>' (36 chars) if. => array(1 item)max depth editPanel => '1' (1 chars) editPanel. => array(6 items) allow => 'move,new,edit,hide,delete' (25 chars) line => '5' (1 chars) label => '%s' (2 chars) onlyCurrentPid => '1' (1 chars) previewBorder => '4' (1 chars) edit. => array(1 item)max depth prefixComment => '1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType}' (50 chars)
header => 'COA' (3 chars) header. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(8 items) field => 'subheader' (9 chars) required => '1' (1 chars) dataWrap => '<p class="csc-subheader csc-subheader-{field:layout}">|</p>' (59 chars) htmlSpecialChars => '1' (1 chars) if. => array(3 items)max depth editIcons => 'tt_content:subheader,layout' (27 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Subheader:' (14 chars) text => 'COA' (3 chars) text. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(6 items) field => 'bodytext' (8 chars) required => '1' (1 chars) parseFunc => '< lib.parseFunc_RTE' (19 chars) editIcons => 'tt_content:bodytext' (19 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Text:' (9 chars) image => 'COA' (3 chars) image. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'USER' (4 chars) 20. => array(41 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tex
                        tpic
' (80 chars) preRenderRegisters. => array(1 item)max depth imgList. => array(2 items)max depth imgPath => 'uploads/pics/' (13 chars) imgListContainsReferenceUids => '1' (1 chars) imgObjNum => '1' (1 chars) 1. => array(14 items)max depth textPos. => array(1 item)max depth maxW => '600' (3 chars) maxW. => array(1 item)max depth maxWInText => '' (0 chars) maxWInText. => array(1 item)max depth equalH. => array(1 item)max depth image_compression. => array(1 item)max depth image_effects. => array(1 item)max depth noRows. => array(1 item)max depth cols. => array(1 item)max depth border. => array(1 item)max depth caption. => array(4 items)max depth captionAlign. => array(1 item)max depth imageTextSplit => '1' (1 chars) borderThick => '2' (1 chars) borderClass => 'csc-textpic-border' (18 chars) colSpace => '10' (2 chars) textMargin => '10' (2 chars) borderSpace => '0' (1 chars) separateRows => '1' (1 chars) addClasses => '' (0 chars) addClassesCol => '' (0 chars) addClassesCol. => array(3 items)max depth addClassesImage => 'csc-textpic-first |*| |*| csc-textpic-last' (42 chars) imageStdWrap. => array(empty)max depth imageStdWrapNoWidth. => array(1 item)max depth imageColumnStdWrap. => array(empty)max depth rendering. => array(5 items)max depth renderMethod => 'noWraps' (7 chars) editIcons => 'tt_content : image [imageorient|imagewidth|imageheight],[imagecols|image_noR
                        ows|imageborder],[image_zoom],[image_compression|image_effects|image_frames]
                        ,[imagecaption_position]
' (176 chars) editIcons. => array(1 item)max depth stdWrap. => array(1 item)max depth layout => 'CASE' (4 chars) layout. => array(3 items)max depth
textpic => 'COA' (3 chars) textpic. => array(4 items) 10 => 'COA' (3 chars) 10. => array(2 items) if. => array(2 items)max depth 10 => '< lib.stdheader' (15 chars) 20 => '< tt_content.image.20' (21 chars) 20. => array(1 item) text. => array(4 items)max depth bullets => 'COA' (3 chars) bullets. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'TEXT' (4 chars) 20. => array(7 items) field => 'bodytext' (8 chars) trim => '1' (1 chars) split. => array(4 items)max depth dataWrap => '<ul class="csc-bulletlist csc-bulletlist-{field:layout}">|</ul>' (63 chars) editIcons => 'tt_content: bodytext, [layout]' (30 chars) editIcons. => array(2 items)max depth prefixComment => '2 | Bullet list:' (16 chars) uploads => 'COA' (3 chars) uploads. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'FILES' (5 chars) 20. => array(7 items) references. => array(2 items)max depth collections. => array(1 item)max depth folders. => array(1 item)max depth sorting. => array(1 item)max depth renderObj => 'COA' (3 chars) renderObj. => array(11 items)max depth stdWrap. => array(4 items)max depth table => 'COA' (3 chars) table. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'USER' (4 chars) 20. => array(9 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tab
                        le
' (78 chars) field => 'bodytext' (8 chars) color. => array(9 items)max depth tableParams_0. => array(3 items)max depth tableParams_1. => array(3 items)max depth tableParams_2. => array(3 items)max depth tableParams_3. => array(3 items)max depth innerStdWrap. => array(3 items)max depth stdWrap. => array(3 items)max depth
menu => 'COA' (3 chars) menu. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'CASE' (4 chars) 20. => array(24 items) key. => array(1 item)max depth default => 'HMENU' (5 chars) default. => array(5 items)max depth 1 => 'HMENU' (5 chars) 1. => array(5 items)max depth 2 => 'HMENU' (5 chars) 2. => array(15 items)max depth 3 => 'HMENU' (5 chars) 3. => array(5 items)max depth 4 => 'HMENU' (5 chars) 4. => array(5 items)max depth 5 => 'HMENU' (5 chars) 5. => array(5 items)max depth 6 => 'HMENU' (5 chars) 6. => array(5 items)max depth 7 => 'HMENU' (5 chars) 7. => array(7 items)max depth 8 => 'HMENU' (5 chars) 8. => array(17 items)max depth categorized_pages => 'HMENU' (5 chars) categorized_pages. => array(5 items)max depth categorized_content => 'RECORDS' (7 chars) categorized_content. => array(4 items)max depth stdWrap. => array(4 items)max depth shortcut => 'COA' (3 chars) shortcut. => array(2 items) 20 => 'RECORDS' (7 chars) 20. => array(3 items) source. => array(1 item)max depth tables => 'tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_
                        news,tt_rating,tt_poll
' (98 chars) stdWrap. => array(3 items)max depth
list => 'COA' (3 chars) list. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'CASE' (4 chars) 20. => array(10 items) key. => array(1 item)max depth stdWrap. => array(3 items)max depth form_form => 'USER' (4 chars) form_form. => array(4 items)max depth dce_dce => 'USER' (4 chars) dce_dce. => array(4 items)max depth femanager_pi1 => 'USER' (4 chars) femanager_pi1. => array(4 items)max depth sitemapgenerator_pi1 => 'USER' (4 chars) sitemapgenerator_pi1. => array(4 items)max depth div => 'TEXT' (4 chars) div. => array(5 items) value => '<hr>' (4 chars) override => '<hr />' (6 chars) override. => array(1 item) if. => array(1 item)max depth wrap => '<div class="divider">|</div>' (28 chars) prefixComment => '2 | Div element' (15 chars) html => 'TEXT' (4 chars) html. => array(4 items) field => 'bodytext' (8 chars) editIcons => 'tt_content:bodytext' (19 chars) editIcons. => array(2 items) beforeLastTag => '1' (1 chars) iconTitle. => array(1 item)max depth prefixComment => '2 | Raw HTML content:' (21 chars) default => 'TEXT' (4 chars) default. => array(4 items) field => 'CType' (5 chars) wrap => '<p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|"
                     has no rendering definition!</p>
' (108 chars) htmlSpecialChars => '1' (1 chars) prefixComment => '2 | Unknown element message:' (28 chars)
login => 'COA' (3 chars) login. => array(2 items) 10 => '< lib.stdheader' (15 chars) 20 => '< plugin.tx_felogin_pi1' (23 chars) dce_dceuid50 => 'COA' (3 chars) dce_dceuid50. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid50' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid47 => 'COA' (3 chars) dce_dceuid47. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid47' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid46 => 'COA' (3 chars) dce_dceuid46. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid46' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid45 => 'COA' (3 chars) dce_dceuid45. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid45' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid44 => 'COA' (3 chars) dce_dceuid44. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid44' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid43 => 'COA' (3 chars) dce_dceuid43. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid43' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid42 => 'COA' (3 chars) dce_dceuid42. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid42' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid41 => 'COA' (3 chars) dce_dceuid41. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid41' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid40 => 'COA' (3 chars) dce_dceuid40. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid40' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid39 => 'COA' (3 chars) dce_dceuid39. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid39' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid38 => 'COA' (3 chars) dce_dceuid38. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid38' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid36 => 'COA' (3 chars) dce_dceuid36. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid36' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid35 => 'COA' (3 chars) dce_dceuid35. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid35' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid34 => 'COA' (3 chars) dce_dceuid34. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid34' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid33 => 'COA' (3 chars) dce_dceuid33. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid33' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid32 => 'COA' (3 chars) dce_dceuid32. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid32' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid31 => 'COA' (3 chars) dce_dceuid31. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid31' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid30 => 'COA' (3 chars) dce_dceuid30. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid30' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid29 => 'COA' (3 chars) dce_dceuid29. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid29' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid28 => 'COA' (3 chars) dce_dceuid28. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid28' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid27 => 'COA' (3 chars) dce_dceuid27. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid27' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid26 => 'COA' (3 chars) dce_dceuid26. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid26' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid25 => 'COA' (3 chars) dce_dceuid25. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid25' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid24 => 'COA' (3 chars) dce_dceuid24. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid24' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid23 => 'COA' (3 chars) dce_dceuid23. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid23' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid22 => 'COA' (3 chars) dce_dceuid22. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid22' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid21 => 'COA' (3 chars) dce_dceuid21. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid21' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid20 => 'COA' (3 chars) dce_dceuid20. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid20' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid19 => 'COA' (3 chars) dce_dceuid19. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid19' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid18 => 'COA' (3 chars) dce_dceuid18. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid18' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid15 => 'COA' (3 chars) dce_dceuid15. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid15' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid14 => 'COA' (3 chars) dce_dceuid14. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid14' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid13 => 'COA' (3 chars) dce_dceuid13. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid13' (8 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid12 => 'COA' (3 chars) dce_dceuid12. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid12' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid11 => 'COA' (3 chars) dce_dceuid11. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid11' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid10 => 'COA' (3 chars) dce_dceuid10. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid10' (8 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid9 => 'COA' (3 chars) dce_dceuid9. => array(3 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid9' (7 chars) vendorName => 'ArminVieweg' (11 chars) templateName => 'DceContainerElement' (19 chars) dce_dceuid8 => 'COA' (3 chars) dce_dceuid8. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid8' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid7 => 'COA' (3 chars) dce_dceuid7. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid7' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid5 => 'COA' (3 chars) dce_dceuid5. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid5' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid6 => 'COA' (3 chars) dce_dceuid6. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid6' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid4 => 'COA' (3 chars) dce_dceuid4. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid4' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid1 => 'COA' (3 chars) dce_dceuid1. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid1' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid2 => 'COA' (3 chars) dce_dceuid2. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid2' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid3 => 'COA' (3 chars) dce_dceuid3. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid3' (7 chars) vendorName => 'ArminVieweg' (11 chars) dce_dceuid17 => 'COA' (3 chars) dce_dceuid17. => array(2 items) 20 => 'USER' (4 chars) 20. => array(4 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid17' (8 chars) vendorName => 'ArminVieweg' (11 chars) mailform => 'COA' (3 chars) mailform. => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => 'FORM' (4 chars) 20. => array(1 item) stdWrap. => array(4 items)max depth xtoura_all => 'USER_INT' (8 chars) xtoura_all. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_fullpage => 'USER_INT' (8 chars) xtoura_fullpage. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_slider => 'USER_INT' (8 chars) xtoura_slider. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) xtoura_search => 'USER_INT' (8 chars) xtoura_search. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/fulltext_search' (22 chars) quantity => '0' (1 chars) xtoura_teaser => 'USER_INT' (8 chars) xtoura_teaser. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/topoffer_content' (23 chars) quantity => '6' (1 chars) xtoura_content => 'USER_INT' (8 chars) xtoura_content. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'xtoura/widgets/Content/' (23 chars) quantity => '0' (1 chars) xtoura_menu => 'USER_INT' (8 chars) xtoura_menu. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/sidebar_price_filter_nav' (31 chars) quantity => '5' (1 chars) xtoura_dashboard_elements => 'USER_INT' (8 chars) xtoura_dashboard_elements. => array(2 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings. => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/price_filter_box' (23 chars) quantity => '3' (1 chars)
plugin. => array(7 items) tx_cssstyledcontent. => array(1 item) _CSS_DEFAULT_STYLE => ' /* Headers */ .csc-header-alignment-center { text-align: center; } .csc-h
                     eader-alignment-right { text-align: right; } .csc-header-alignment-left { t
                     ext-align: left; } div.csc-textpic-responsive, div.csc-textpic-responsive
                     * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:
                      border-box; } /* Clear floats after csc-textpic and after csc-textpic-im
                     agerow */ div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc
                     -uploads li { overflow: hidden; } /* Set padding for tables */ div.csc-te
                     xtpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spaci
                     ng: 0; } div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; v
                     ertical-align: top; } /* Settings for figure and figcaption (HTML5) */ di
                     v.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-text
                     pic-imagewrap { margin: 0; display: table; } /* Captions */ figcaption.cs
                     c-textpic-caption { display: table-caption; } .csc-textpic-caption { text-a
                     lign: left; caption-side: bottom; } div.csc-textpic-caption-c .csc-textpic-
                     caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center;
                      } div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .
                     csc-textpic-caption-r { text-align: right; } div.csc-textpic-caption-l .csc
                     -textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align
                     : left; } /* Float the columns */ div.csc-textpic div.csc-textpic-imageco
                     lumn { float: left; } /* Border just around the image */ div.csc-textpic-
                     border div.csc-textpic-imagewrap img { border: 2px solid black; padding:
                      0px 0px; } div.csc-textpic .csc-textpic-imagewrap img { border: none; di
                     splay: block; } /* Space below each image (also in-between rows) */ div.c
                     sc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px;
                     } div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-te
                     xtpic-image { margin-bottom: 0; } /* colSpace around image columns, except
                      for last column */ div...
' (4789 chars)
tx_form. => array(4 items) view. => array(4 items) elementPartials. => array(23 items)max depth templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth settings. => array(3 items) registeredElements. => array(27 items)max depth registeredFilters. => array(12 items)max depth registeredValidators. => array(20 items)max depth features. => array(1 item) skipDefaultArguments => '1' (1 chars) _CSS_DEFAULT_STYLE => ' div.csc-mailform ol, div.csc-mailform ol li { margin: 0; padding:
                     0; } div.csc-mailform ol li { overflow: hidden; } div.csc-mailf
                     orm fieldset { margin: 0; padding: 0; position: relative; } di
                     v.csc-mailform legend { margin-left: 1em; color: #000000; font-weig
                     ht: bold; } div.csc-mailform fieldset ol { padding: 1em 1em 0 1em;
                      } div.csc-mailform fieldset li { padding: 0.5em; margin-bottom: 0.
                     5em; list-style: none; } div.csc-mailform fieldset.submit { borde
                     r-style: none; } /** * Normal label * Left aligned, in front of i
                     nput */ div.csc-mailform li label { float: left; width: 13em;
                     margin-right: 1em; vertical-align: baseline; } div.csc-mailform li i
                     nput + label, div.csc-mailform li textarea + label, div.csc-mailform li
                     select + label { float: none; width: auto; margin-right: 0; marg
                     in-left: 1em; } div.csc-mailform li textarea + label { vertical-alig
                     n: top; } label em, legend em { display: block; color: #060;
                      font-size: 85%; font-style: normal; text-transform: uppercase; }
                      legend em { position: absolute; } label strong, legend strong {
                      display: block; color: #C00; font-size: 85%; font-weight: normal;
                      text-transform: uppercase; } legend strong { position: absolute;
                      top: 1.4em; } /** * Labels alignment right */ .labels-align
                     ment-right label, .labels-alignment-right .fieldset-subgroup legend, .la
                     bels-alignment-right.fieldset-subgroup legend { text-align: right; }
                      /** * Horizontal fieldset */ fieldset.fieldset-horizontal { bord
                     er-width: 0; } fieldset.fieldset-horizontal ol { padding: 0; }
                     fieldset.fieldset-horizontal li { float: left; padding: 0; margin-r
                     ight: 1em; } fieldset.fieldset-horizontal.label-below label { displa
                     y: block; margin-left: 0; margin-top: 0.2em; font-size: 90%; col
                     or: #999999; text-ali...
' (3502 chars)
tx_femanager. => array(4 items) view. => array(3 items) templateRootPaths. => array(2 items)max depth partialRootPaths. => array(2 items)max depth layoutRootPaths. => array(2 items)max depth persistence. => array(1 item) storagePid => '' (0 chars) features. => array(1 item) rewrittenPropertyMapper => '1' (1 chars) settings. => array(9 items) new. => array(8 items)max depth edit. => array(5 items)max depth invitation. => array(5 items)max depth delete. => array(empty)max depth list. => array(1 item)max depth loginAs. => array(empty)max depth misc. => array(4 items)max depth finishers. => array(2 items)max depth _TypoScriptIncluded => '1' (1 chars) tx_sitemapgenerator. => array(4 items) view. => array(3 items) templateRootPaths. => array(1 item)max depth partialRootPaths. => array(1 item)max depth layoutRootPaths. => array(1 item)max depth urlEntries. => array(4 items) pages => '1' (1 chars) pages. => array(4 items)max depth news => '1' (1 chars) news. => array(6 items)max depth googleNewsUrlEntry => '0' (1 chars) googleNewsUrlEntry. => array(13 items) hideIfNotTranslated => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) name => 'title' (5 chars) language => 'TEXT' (4 chars) language. => array(1 item)max depth access => '' (0 chars) genres => 'tags' (4 chars) publicationDate => 'datetime' (8 chars) title => 'title' (5 chars) keywords => 'keywords' (8 chars) stockTickers => '' (0 chars) url => 'TEXT' (4 chars) url. => array(1 item)max depth tx_felogin_pi1 => 'USER_INT' (8 chars) tx_felogin_pi1. => array(47 items) userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars) storagePid => '' (0 chars) recursive => '' (0 chars) templateFile => 'fileadmin/seltamed.de/template/felogin/Resources/Private/Templates/FrontendL
                     ogin.html
' (85 chars) feloginBaseURL => 'https://www.seltamed.de/' (24 chars) wrapContentInBaseClass => '1' (1 chars) linkConfig. => array(2 items) target => '' (0 chars) ATagParams => 'rel="nofollow"' (14 chars) preserveGETvars => 'all' (3 chars) showForgotPasswordLink => '' (0 chars) showPermaLogin => '' (0 chars) forgotLinkHashValidTime => '12' (2 chars) newPasswordMinLength => '6' (1 chars) welcomeHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) welcomeMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) successHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) successMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) logoutHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) logoutMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) errorHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) errorMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) forgotMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotErrorMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotResetMessageEmailSentMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotValidMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordTooShortMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotEqualMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordHeader_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) changePasswordMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordDoneMessage_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) cookieWarning_stdWrap. => array(3 items) required => '1' (1 chars) wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars) htmlSpecialChars => '1' (1 chars) userfields. => array(1 item) username. => array(2 items)max depth redirectMode => '' (0 chars) redirectFirstMethod => '' (0 chars) redirectPageLogin => '' (0 chars) redirectPageLoginError => '' (0 chars) redirectPageLogout => '' (0 chars) redirectDisable => '' (0 chars) email_from => '' (0 chars) email_fromName => '' (0 chars) replyTo => '' (0 chars) domains => '' (0 chars) showLogoutFormAfterLogin => '' (0 chars) dateFormat => 'Y-m-d H:i' (9 chars) exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars) _CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label { display: block; }' (48 chars) _LOCAL_LANG. => array(1 item) de. => array(2 items)max depth
tx_dce. => array(1 item) persistence. => array(1 item) storagePid => '0' (1 chars)
page. => array(14 items) includeJSFooter. => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) 10 => 'FLUIDTEMPLATE' (13 chars) 10. => array(6 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file. => array(1 item) stdWrap. => array(2 items)max depth dataProcessing. => array(10 items) 10 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 10. => array(3 items)max depth 20 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20. => array(5 items)max depth 30 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30. => array(5 items)max depth 40 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40. => array(4 items)max depth 50 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50. => array(5 items)max depth variables. => array(30 items) slider => 'CONTENT' (7 chars) slider. => array(2 items)max depth filter => 'CONTENT' (7 chars) filter. => array(2 items)max depth reisearten => 'CONTENT' (7 chars) reisearten. => array(2 items)max depth main => 'CONTENT' (7 chars) main. => array(2 items)max depth header => 'CONTENT' (7 chars) header. => array(3 items)max depth rootLine => 'TEXT' (4 chars) rootLine. => array(1 item)max depth pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item)max depth tourtypeMenuHeadline => 'TEXT' (4 chars) tourtypeMenuHeadline. => array(1 item)max depth feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item)max depth feUserLogin => 'TEXT' (4 chars) feUserLogin. => array(2 items)max depth feUserName => 'COA_INT' (7 chars) feUserName. => array(6 items)max depth feUserLogout => 'TEXT' (4 chars) feUserLogout. => array(2 items)max depth feUser => 'TEXT' (4 chars) feUser. => array(1 item)max depth showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item)max depth showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item)max depth meta. => array(5 items) X-UA-Compatible => 'IE=edge,chrome=1' (16 chars) X-UA-Compatible. => array(1 item) httpEquivalent => '1' (1 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description. => array(1 item) field => 'description' (11 chars) keywords. => array(1 item) field => 'keywords' (8 chars) includeJS. => array(empty) config. => array(1 item) htmlTag_stdWrap. => array(2 items) cObject => 'TEXT' (4 chars) cObject. => array(1 item)max depth shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) headerData. => array(2 items) 1010 => 'USER_INT' (8 chars) 1010. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items)max depth type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) includeCSS. => array(empty) includeCSSLibs. => array(empty) includeJSLibs. => array(empty) variables. => array(8 items) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars) footerData. => array(2 items) 20 => 'TEXT' (4 chars) 20. => array(1 item) value => ' ' (4 chars) touroperator => 'COA' (3 chars) touroperator. => array(15 items) FIRMA => 'Selta Med GmbH' (14 chars) INHABER => 'Zuzana Tatikova' (15 chars) SLOGAN => 'Kurreisen & Wellness' (20 chars) PLZ_ORT => '08523 Plauen / Vogtland' (23 chars) STRASSE => 'Gottschaldstraße 1a' (20 chars) LAND => 'Deutschland' (11 chars) TEL => '+49 3741 - 14 85 27-0' (21 chars) FAX => '+49 3741 - 14 85 27-18' (22 chars) MAIL => 'reservierung@seltamed.de' (24 chars) HOTLINE_TITLE => 'Hotline' (7 chars) HOTLINE => '+49 3741 - 14 85 27-0' (21 chars) asset_path => 'SeltaMedResponsive' (18 chars) WEB => 'www.seltamed.de' (15 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) page => 'PAGE' (4 chars) debugMailForm => '0' (1 chars) fillcolor => '#82b13e' (7 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) fluidAjaxWidgetResponse => 'PAGE' (4 chars) fluidAjaxWidgetResponse. => array(4 items) typeNum => '7076' (4 chars) config. => array(4 items) no_cache => '1' (1 chars) disableAllHeaderCode => '1' (1 chars) additionalHeaders => 'Content-type:text/plain' (23 chars) debug => '0' (1 chars) 10 => 'USER_INT' (8 chars) 10. => array(1 item) userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars) module. => array(5 items) tx_extensionmanager. => array(2 items) settings. => array(1 item) repositoryUid => '1' (1 chars) features. => array(1 item) skipDefaultArguments => '0' (1 chars) tx_belog. => array(2 items) persistence. => array(1 item) classes. => array(3 items)max depth settings. => array(3 items) selectableNumberOfLogEntries. => array(7 items)max depth selectableTimeFrames. => array(8 items)max depth selectableActions. => array(7 items)max depth tx_beuser. => array(2 items) persistence. => array(1 item) storagePid => '0' (1 chars) settings. => array(1 item) dummy => 'foo' (3 chars) tx_sysnote. => array(1 item) view. => array(3 items) layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars) templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars) partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars) tx_femanager. => array(2 items) view. => array(3 items) templateRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Templates/' (69 chars) partialRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Partials/' (68 chars) layoutRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Layouts/' (67 chars) settings. => array(empty) htmlTag_stdWrap. => array(1 item) cObject. => array(empty) sitetitle => '' (0 chars) types. => array(2 items) 0 => 'page' (4 chars) 7076 => 'fluidAjaxWidgetResponse' (23 chars)
flatSetup => array(empty) config => array(19 items) 0 => '' (0 chars) 1 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.parseFunc.ts"> BEGIN: # C
               reates persistent ParseFunc setup for non-HTML content. lib.parseFunc { mak
               elinks = 1 makelinks { http { keep = {$styles.content.links.keep} e
               xtTarget = {$styles.content.links.extTarget} } mailto { keep = path
                } } tags { link = TEXT link { current = 1 typolink { parame
               ter.data = parameters : allParams extTarget = {$styles.content.links.ext
               Target} target = {$styles.content.links.target} } parseFunc.consta
               nts = 1 } } allowTags = {$styles.content.allowTags} denyTags = * sword
                = <span class="ce-sword">|</span> constants = 1 nonTypoTagStdWrap { HTM
               Lparser = 1 HTMLparser { keepNonMatchedTags = 1 htmlSpecialChars = 2
                } } } # Creates persistent ParseFunc setup for RTE content (which is m
               ainly HTML) based on the "ts_css" transformation. lib.parseFunc_RTE < lib.pa
               rseFunc lib.parseFunc_RTE { # Processing <table> and <blockquote> blocks se
               parately externalBlocks = article, aside, blockquote, div, dd, dl, footer,
               header, nav, ol, section, table, ul, pre externalBlocks { # The blockquot
               e content is passed into parseFunc again... blockquote { stripNL = 1
                callRecursive = 1 callRecursive { tagStdWrap { HTMLparser = 1
                HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;marg
               in-top:0;" } } } ol { stripNL = 1 stdWrap.parseFunc = < li
               b.parseFunc } ul { stripNL = 1 stdWrap.parseFunc = < lib.parseFun
               c } table { stripNL = 1 stdWrap { HTMLparser = 1 HTMLpars
               er { tags.table.fixAttrib.class { default = contenttable al
               ways = 1 list = contenttable } keepNonMatchedTags = 1 }
                } HTMLtableCells = 1 HTMLtableCells { # Recursive call to self
               but without wrapping non-wrapped cell content default.stdWrap { par
               seFunc = < lib.parseFunc_RTE parseFunc.nonTypoTagStdWrap.encapsLines.no
               nWrappedTag = } ...
' (48350 chars) 2 => ' # *************************************************************************
               ** # Notice: "styles." (and "temp.") objects are UNSET after template parsin
               g! # Use "lib." for persisting storage of objects. # ***********************
               **************************************************** # Clear out any consta
               nts in this reserved room! styles.content > # get content styles.content.ge
               t = CONTENT styles.content.get { table = tt_content select.orderBy = sorti
               ng select.where = colPos=0 } # get content, left styles.content.getLeft <
               styles.content.get styles.content.getLeft.select.where = colPos=1 # get con
               tent, right styles.content.getRight < styles.content.get styles.content.getR
               ight.select.where = colPos=2 # get content, margin styles.content.getBorder
                < styles.content.get styles.content.getBorder.select.where = colPos=3 # ge
               t news styles.content.getNews < styles.content.get styles.content.getNews.se
               lect.pidInList = {$styles.content.getNews.newsPid} # Edit page object: styl
               es.content.editPanelPage = COA styles.content.editPanelPage { 10 = EDITPANE
               L 10 { allow = toolbar,move,hide label.data = LLL:EXT:css_styled_conten
               t/Resources/Private/Language/locallang.xlf:eIcon.page label.wrap = |&nbsp;
               <b>%s</b> } } # default link target for external URLs config.extTarget
                = {$styles.content.links.extTarget} # *********************************
               ************************************ # "lib." objects are preserved from uns
               etting after template parsing # ********************************************
               ************************* # Creates a condition for targets. Not allowed in
                XHTML except for xhtml frames DTD lib.parseTarget { override = override.i
               f { isTrue.data = TSFE:dtdAllowsFrames } } # Creates persistent ParseFun
               c setup for non-HTML content. This is recommended to use (as a reference!) l
               ib.parseFunc { makelinks = 1 makelinks.http.keep = {$styles.content.links.
               keep} makelinks.http.extTarget < lib.parseTarget makelinks.http.extTarget
               = makelinks.http.extTar...
' (86542 chars) 3 => ' # Replace rendering of old mailform tt_content.mailform > tt_content.mailfo
               rm = COA tt_content.mailform.10 = < lib.stdheader tt_content.mailform.20 = F
               ORM tt_content.mailform.20 { stdWrap.wrap = <div class="csc-mailform">|</di
               v> stdWrap { editIcons = tt_content: bodytext editIcons.iconTitle.data
               = LLL:EXT:css_styled_content/pi1/locallang.xlf:eIcon.form prefixComment =
               2 | Mail form inserted: } } # Include model definition for all available
               form elements ### <INCLUDE_TYPOSCRIPT: source="DIR:EXT:form/Configuration/T
               ypoScript/Elements" extensions="ts"> BEGIN: ### <INCLUDE_TYPOSCRIPT: source
               ="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Button.ts"> BEGIN
               : plugin.tx_form { # elementPartials # Used by: frontend, wizard (not im
               plemented right now) # Overwritable by user: FALSE # # Defines the tem
               plate selection array for the form wizard. # Each defined item is shown as
                option within the wizard. # # If there is no partialPath property in th
               e userdefined TypoScript # then elementPartials.ELEMENTNAME.10.partialPath
                is the default. view { elementPartials { BUTTON { 10 { displ
               ayName = Default partialPath = FlatElements/Button } } } }
               settings { registeredElements { # BUTTON # Used by: frontend, wiza
               rd (not implemented right now) # Used ViewHelper: f:form.button #
                # A historical element which generates a <input type="button" /> tag.
               # To be compatible it is a copy of the new element INPUTTYPEBUTTON # If
               you want to use a <button> tag you have to use # BUTTON =< .BUTTONTAG or
                use the BUTTONTAG directly BUTTON =< .INPUTTYPEBUTTON BUTTON { pa
               rtialPath =< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialP
               ath } } } } ### <INCLUDE_TYPOSCRIPT: source="FILE:typo3/sysext/form/Co
               nfiguration/TypoScript/Elements/Button.ts"> END: ### <INCLUDE_TYPOSCRIPT:
               source="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Buttontag.t
               s"> BEGIN: plugin.tx_for...
' (100449 chars) 4 => 'plugin.tx_femanager { view { templateRootPaths { 0 = EXT:femanager/Res
               ources/Private/Templates/ 1 = {$plugin.tx_femanager.view.templateRootPath
               } } partialRootPaths { 0 = EXT:femanager/Resources/Private/Partials/
                1 = {$plugin.tx_femanager.view.partialRootPath} } layoutRootPaths {
                0 = EXT:femanager/Resources/Private/Layouts/ 1 = {$plugin.tx_femanager.
               view.layoutRootPath} } } persistence { storagePid = {$plugin.tx_femana
               ger.persistence.storagePid} } features { rewrittenPropertyMapper = 1 }
                settings { ################################### # Settings for CREATE
               user profiles ################################### new { # take userna
               me and copy it to the email field (so email field is not necessary in FE) #
                fillEmailWithUsername = 1 # login after profile creation (don't work i
               f admin confirmation is turned on) login = 1 # prefilling (empty) inp
               ut fields with values from TypoScript prefill { # username = TEXT #
                username.value = ExampleUsername # email = TEXT # email.value = test
               @in2code.de } # redirect user (or admin if adminconfirmation) after p
               rofile creation (could be a PID, URL or fileadmin-Link) # redirect = TEXT
               # redirect { # typolink { # parameter = 1 # returnLast = url #
                #linkAccessRestrictedPages = 1 # } # } # redirect user after pr
               ofile creation request (only if user confirmation is activated) (could be a
               PID, URL or fileadmin-Link) # requestRedirect = TEXT # requestRedirect {
                # typolink { # parameter = 1 # returnLast = url # #linkAcces
               sRestrictedPages = 1 # } # } # redirect user after user clicks conf
               irmation link in email (only if user confirmation is activated) (could be a
               PID, URL or fileadmin-Link) # userConfirmationRedirect = TEXT # userConf
               irmationRedirect { # typolink { # parameter = 1 # returnLast = ur
               l # #linkAccessRestrictedPages = 1 # } # } # redirect user afte
               r user clicks refuse lin...
' (36504 chars) 5 => ' ### <INCLUDE_TYPOSCRIPT: source="DIR:./Library" extensions="ts"> BEGIN: ##
               # <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configura
               tion/TypoScript/Library/0010_config.ts"> BEGIN: config { language = de
                locale_all = de_DE.utf8 sys_language_uid = 0 # Eindeutigere Feh
               lermeldungen im Frontend # siehe https://docs.typo3.org/typo3cms/Typoscr
               iptReference/Setup/Config/Index.html#contentobjectexceptionhandler cont
               entObjectExceptionHandler = 0 } config { language = de locale_all =
               de_DE.UTF-8 sys_language_uid = 1 htmlTag_setParams = lang="de" dir="lt
               r" htmlTag_stdWrap.cObject.40 > absRefPrefix = / sendCacheHeaders = 1
                #no_cache = 1 inlineStyle2TempFile = 0 tx_realurl_enable = 1 } ### <IN
               CLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configuration/
               TypoScript/Library/0010_config.ts"> END: ### <INCLUDE_TYPOSCRIPT: source="
               FILE:typo3conf/ext/satzart_template/Configuration/TypoScript/Library/0020_li
               b.logo.ts"> BEGIN: # Logo in der Menue-Leiste lib.logo = IMAGE lib.logo {
                file = EXT:{$templateName}/Resources/Public/Images/logo-2021-2.svg alt
               Text = {$touroperator.FIRMA} layoutKey = responsive layout.responsive.ele
               ment = <img width="301" height="76" src="###SRC###" ###PARAMS### ###ALTPARAM
               S### ###SELFCLOSINGTAGSLASH###> stdWrap.typolink { #parameter =
                1 #title = Homepage {$touroperator.FIRMA} #ATagParams = cla
               ss="" } } # Logo in der Menue-Leiste lib.facebook = IMAGE lib.facebook
               { file = EXT:{$templateName}/Resources/Public/Images/facebook.svg al
               tText = Seltamed bei Facebook layoutKey = responsive layout.responsive.el
               ement = <img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###
               ALTPARAMS### ###SELFCLOSINGTAGSLASH###> stdWrap.typolink { para
               meter = "https://de-de.facebook.com/SeltaMed" title = Homepage {$tou
               roperator.FIRMA} ATagParams = class="" target = _blank }
                } # Logo in der Menue-L...
' (169074 chars) 6 => '[GLOBAL] lib.xtouraInterface = USER_INT lib.xtouraInterface { #includeL
               ibs = typo3conf/ext/xtoura/XTouraPlugin/XTouraPlugin.php #includeLibs =
               PATH:EXT:xtoura/XTouraPlugin/XTouraPlugin.php userFunc = user_xtoura_plu
               gin->widget settings { touroperator_id = {$touroperator.pid} se
               t_meta = 0 } } tt_content.xtoura_all < lib.xtouraInterface tt_content.x
               toura_all { settings { touroperator_id = {$plugin.xtoura_all.set
               tings.touroperator_id} name = {$plugin.xtoura_all.settings.name}
                type = {$plugin.xtoura_all.settings.type} quantity = {$plugin.x
               toura_all.settings.quantity} } } tt_content.xtoura_fullpage < tt_conten
               t.xtoura_all tt_content.xtoura_fullpage { settings { touroperato
               r_id = {$plugin.xtoura_fullpage.settings.touroperator_id} name = {$p
               lugin.xtoura_fullpage.settings.name} type = {$plugin.xtoura_fullpage
               .settings.type} quantity = {$plugin.xtoura_fullpage.settings.quantit
               y} } } tt_content.xtoura_slider < tt_content.xtoura_all tt_content.xtou
               ra_slider { settings { touroperator_id = {$plugin.xtoura_slider.
               settings.touroperator_id} name = {$plugin.xtoura_slider.settings.nam
               e} type = {$plugin.xtoura_slider.settings.type} quantity = {
               $plugin.xtoura_slider.settings.quantity} } } tt_content.xtoura_search <
                tt_content.xtoura_all tt_content.xtoura_search { settings { tou
               roperator_id = {$plugin.xtoura_search.settings.touroperator_id} name
                = {$plugin.xtoura_search.settings.name} type = {$plugin.xtoura_sear
               ch.settings.type} quantity = {$plugin.xtoura_search.settings.quantit
               y} } } tt_content.xtoura_teaser < tt_content.xtoura_all tt_content.xtou
               ra_teaser { settings { touroperator_id = {$plugin.xtoura_teaser.
               settings.touroperator_id} name = {$plugin.xtoura_teaser.settings.nam
               e} type = {$plugin.xtoura_teaser.settings.type} quantity = {
               $plugin.xtoura_teaser.se...
' (5712 chars) 7 => 'plugin.tx_sitemapgenerator { view { templateRootPaths {
                10 = {$plugin.tx_sitemapgenerator.view.templateRootPath} }
                partialRootPaths { 10 = {$plugin.tx_sitemapgenerator.view.pa
               rtialRootPath} } layoutRootPaths { 10 = {$plugi
               n.tx_sitemapgenerator.view.layoutRootPath} } } urlEntries {
                pages = 1 pages { rootPageId = 1 al
               lowedDoktypes = 1 stopPageTreeDoktypes = 6,199 hideP
               agesIfNotTranslated = 0 } news = 1 news {
                active = 0 table = tx_news_domain_model_news hide
               IfNotTranslated = 0 lastmod = tstamp url = TEXT
                url { typolink.parameter = 9 typolin
               k.additionalParams = &tx_news_pi1[controller]=News&tx_news_pi1[action]=detai
               l&tx_news_pi1[news]={field:uid} typolink.additionalParams.in
               sertData = 1 typolink.addQueryString = 1 typ
               olink.addQueryString.exclude = type, no_cache typolink.useCa
               cheHash = 1 typolink.returnLast = url typoli
               nk.forceAbsoluteUrl = 1 } } } googleNewsUrlEntr
               y = 0 googleNewsUrlEntry { hideIfNotTranslated = 0 table
                = tx_news_domain_model_news name = title language = TEXT
                language.value = de access = genres = tags pub
               licationDate = datetime title = title keywords = keywords
                stockTickers = url = TEXT url { typolink.p
               arameter = 9 typolink.additionalParams = &tx_news_pi1[controller
               ]=News&tx_news_pi1[action]=detail&tx_news_pi1[news]={field:uid}
               typolink.additionalParams.insertData = 1 typolink.addQueryString
                = 1 typolink.addQueryString.exclude = type, no_cache
                typolink.useCacheHash ...
' (3483 chars) 8 => 'config.tx_extbase { mvc { requestHandlers { TYPO3\CMS\Extbase\Mvc\Web\
               FrontendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler
                TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web
               \BackendRequestHandler TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler = TYPO3\C
               MS\Extbase\Mvc\Cli\RequestHandler } throwPageNotFoundExceptionIfActionCa
               ntBeResolved = 0 } persistence{ enableAutomaticCacheClearing = 1 updat
               eReferenceIndex = 0 useQueryCache = 1 classes { TYPO3\CMS\Extbase\Dom
               ain\Model\FileMount { mapping { tableName = sys_filemounts col
               umns { title.mapOnProperty = title path.mapOnProperty = path
                base.mapOnProperty = isAbsolutePath } } } TYPO3\CMS\Extbas
               e\Domain\Model\FileReference { mapping { tableName = sys_file_refer
               ence } } TYPO3\CMS\Extbase\Domain\Model\File { mapping {
               tableName = sys_file } } TYPO3\CMS\Extbase\Domain\Model\BackendUse
               r { mapping { tableName = be_users columns { username.ma
               pOnProperty = userName admin.mapOnProperty = isAdministrator dis
               able.mapOnProperty = isDisabled realName.mapOnProperty = realName
                starttime.mapOnProperty = startDateAndTime endtime.mapOnProperty = e
               ndDateAndTime disableIPlock.mapOnProperty = ipLockIsDisabled las
               tlogin.mapOnProperty = lastLoginDateAndTime } } } TYPO3\CMS\E
               xtbase\Domain\Model\BackendUserGroup { mapping { tableName = be_gro
               ups columns { subgroup.mapOnProperty = subGroups groupMods.
               mapOnProperty = modules tables_select.mapOnProperty = tablesListening
                tables_modify.mapOnProperty = tablesModify pagetypes_select.mapO
               nProperty = pageTypes non_exclude_fields.mapOnProperty = allowedExclud
               eFields explicit_allowdeny.mapOnProperty = explicitlyAllowAndDeny
                allowed_languages.mapOnProperty = allowedLanguages workspace_perms.m
               apOnProperty = workspace...
' (3060 chars) 9 => 'fluidAjaxWidgetResponse = PAGE fluidAjaxWidgetResponse { # todo: make page
                type configurable typeNum = 7076 headerData > config { no_cache = 1
               disableAllHeaderCode = 1 additionalHeaders = Content-type:text/plain deb
               ug = 0 } 10 = USER_INT 10 { userFunc = TYPO3\CMS\Fluid\Core\Widget\Boot
               strap->run } } config.tx_extbase { mvc { requestHandlers { TYPO3\CMS
               \Fluid\Core\Widget\WidgetRequestHandler = TYPO3\CMS\Fluid\Core\Widget\Widget
               RequestHandler } } }
' (480 chars) 10 => 'module.tx_extensionmanager { settings { repositoryUid = 1 } features {
                # if enabled, default controller and/or action is skipped when creating U
               RIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc
               /wiki/Skip_default_arguments_in_URIs) skipDefaultArguments = 0 } }
' (297 chars) 11 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/TypoScript/se
               tup.txt"> BEGIN: module.tx_belog { persistence.classes { TYPO3\CMS\Belog\
               Domain\Model\LogEntry { mapping { tableName = sys_log columns {
                userid.mapOnProperty = backendUserUid recuid.mapOnProperty = record
               Uid tablename.mapOnProperty = tableName recpid.mapOnProperty = rec
               ordPid details_nr.mapOnProperty = detailsNumber IP.mapOnProperty =
                ip workspace.mapOnProperty = workspaceUid NEWid.mapOnProperty = n
               ewId } } } TYPO3\CMS\Belog\Domain\Model\Workspace { mapping {
                tableName = sys_workspace } } TYPO3\CMS\Belog\Domain\Model\Histor
               yEntry { mapping { tableName = sys_history } } } settings {
                selectableNumberOfLogEntries { 20 = 20 50 = 50 100 = 100 200 =
               200 500 = 500 1000 = 1000 1000000 = any } selectableTimeFrames
                { 0 = thisWeek 1 = lastWeek 2 = last7Days 10 = thisMonth 11
               = lastMonth 12 = last31Days 20 = noLimit 30 = userDefined } se
               lectableActions { 0 = any 1 = actionDatabase 2 = actionFile 3 =
               actionCache 254 = actionSettings 255 = actionLogin -1 = actionError
               s } } } ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/Typ
               oScript/setup.txt"> END:
' (1317 chars) 12 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/s
               etup.txt"> BEGIN: // Model/table mapping config.tx_extbase.persistence.class
               es { TYPO3\CMS\Beuser\Domain\Model\BackendUser { mapping { tableName =
                be_users columns { allowed_languages.mapOnProperty = allowedLanguage
               s file_mountpoints.mapOnProperty = fileMountPoints db_mountpoints.ma
               pOnProperty = dbMountPoints usergroup.mapOnProperty = backendUserGroups
                } } } TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup { mapping {
                tableName = be_groups columns { subgroup.mapOnProperty = subGroups
                } } } } module.tx_beuser { persistence { storagePid = 0 } settin
               gs { // This is a dummy entry. It is used in \TYPO3\CMS\Beuser\Controller\
               BackendUserController // to test that some TypoScript configuration is set
               . // This entry can be removed if extbase setup is made frontend TS indepe
               ndent // or if there are other settings set. dummy = foo } } ### <INCLU
               DE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt">
               END:
' (1069 chars) 13 => '# Setting "felogin" plugin TypoScript plugin.tx_felogin_pi1 = USER_INT plugi
               n.tx_felogin_pi1 { userFunc = TYPO3\CMS\Felogin\Controller\FrontendLoginCon
               troller->main # storagePid - where are the user records? use single value
               or a comma separated list storagePid = {$styles.content.loginform.pid} rec
               ursive = # Location of the template file, it is EXT:felogin/Resources/Priv
               ate/Templates/FrontendLogin.html by default templateFile = {$styles.content
               .loginform.templateFile} # baseURL for the link generation feloginBaseURL
                = # should a wrapper class be set for this content element wrapContentIn
               BaseClass = 1 # typolink-configuration for links / urls # parameter and a
               dditionalParams are set by extension linkConfig { target = ATagParams =
                rel="nofollow" } # preserve GET vars - define "all" or comma separated l
               ist of GET-vars that should be included by link generation preserveGETvars
               = all # additional fields showForgotPasswordLink = showPermaLogin = #
               time in hours how long the link for forget password is valid forgotLinkHash
               ValidTime = 12 # when setting a new password, this is the minimum amount o
               f characters newPasswordMinLength = 6 welcomeHeader_stdWrap { required
               = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } welcomeMessage_stdWrap {
                required = 1 wrap = <div>|</div> htmlSpecialChars = 1 } successHead
               er_stdWrap { required = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } s
               uccessMessage_stdWrap { required = 1 wrap = <div>|</div> htmlSpecialCh
               ars = 1 } logoutHeader_stdWrap { required = 1 wrap = <h3>|</h3> htm
               lSpecialChars = 1 } logoutMessage_stdWrap { required = 1 wrap = <div>|
               </div> htmlSpecialChars = 1 } errorHeader_stdWrap { required = 1 wr
               ap = <h3>|</h3> htmlSpecialChars = 1 } errorMessage_stdWrap { required
                = 1 wrap = <div>|</div> htmlSpecialChars = 1 } forgotHeader_stdWrap
               { required = 1 wrap = <h3>|</h3> htmlSpecialChars = 1 } forgotMessag
               e_stdWrap { required =...
' (3784 chars) 14 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
               /setup.txt"> BEGIN: # ======================================================
               ================ # Module setup # ==========================================
               ============================ module.tx_sysnote { view { layoutRootPath =
               {$module.tx_sysnote.view.layoutRootPath} templateRootPath = {$module.tx_sy
               snote.view.templateRootPath} partialRootPath = {$module.tx_sysnote.view.pa
               rtialRootPath} } } # ====================================================
               ================== # Extbase mapping # =====================================
               ================================= config.tx_extbase.persistence.classes {
               TYPO3\CMS\SysNote\Domain\Model\SysNote.mapping { tableName = sys_note re
               cordType = columns { crdate.mapOnProperty = creationDate tstamp.mapO
               nProperty = modificationDate cruser.mapOnProperty = author } } } ###
               <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/setu
               p.txt"> END:
' (1001 chars) 15 => 'plugin.tx_dce.persistence.storagePid = 0 # Disable ce wrapping (for dce) tt
               _content.stdWrap.innerWrap.cObject.default.stdWrap.if { value := addToList(
               dce_dceuid0) isInList.field = CType negate = 1 } lib.contentElement.templ
               ateRootPaths.1 = EXT:dce/Resources/Private/Templates
' (281 chars) 16 => 'config.tx_extbase { persistence { classes { In2code\Femanager\Domain\M
               odel\User { mapping { tableName = fe_users recordType = }
                } In2code\Femanager\Domain\Model\UserGroup { mapping { table
               Name = fe_groups recordType = } } } } objects { # Disable
                tx_extbase_type=xyz in where clause (fe_users, fe_groups) TYPO3\CMS\Extba
               se\Persistence\Generic\Mapper\DataMap.className = In2code\Femanager\Persiste
               nce\Generic\Mapper\DataMap } } ################# # Backend Module ########
               ######### module.tx_femanager { view { templateRootPath = EXT:femanager/R
               esources/Private/Templates/ partialRootPath = EXT:femanager/Resources/Priv
               ate/Partials/ layoutRootPath = EXT:femanager/Resources/Private/Layouts/ }
                settings { } }
' (780 chars) 17 => 'config.tx_extbase.persistence.classes { DmitryDulepov\Realurl\Domain\Model\
               Alias { mapping { tableName = tx_realurl_uniqalias } } DmitryDulepo
               v\Realurl\Domain\Model\UrlCacheEntry { mapping { tableName = tx_realurl
               _urldata columns { rootpage_id.mapOnProperty = rootPageId } } }
                DmitryDulepov\Realurl\Domain\Model\PathCacheEntry { mapping { tableNa
               me = tx_realurl_pathdata columns { mpvar.mapOnProperty = mpVar pa
               gepath.mapOnProperty = pagePath rootpage_id.mapOnProperty = rootPageId
                } } } }
' (545 chars) 18 => ' #moduleconfig { # language = de # locale_all = de_DE.UTF-8 #htmlTag_
               setParams = lang="de" dir="ltr" class="no-js" # Automatischer Title-T
               ag im <head> ein/aus # baseURL = / # htmlTag_stdWrap.setContentToCurre
               nt = 0 # noPageTitle = 1 # prefixLocalAnchors = all htmlTag
               _stdWrap.cObject.40 > # no_cache = 1 #} config.additionalHeaders {
                3000.header = Referrer-Policy:strict-origin #4000.header = ; } ##
               ## Steuerung Cache mit config.no_cache # aktiv == 0 oder # inaktiv == 1
               config.no_cache = 0 # femanager Backend module.tx_femanager.view.templat
               eRootPath = {$templatePath}/femanager/Resources/Private/Templates/ module.t
               x_femanager.view.partialRootPath = {$templatePath}/femanager/Resources/Priva
               te/Partials/ module.tx_femanager.view.layoutRootPath = {$templatePath}/fema
               nager/Resources/Private/Layouts/ # felogin get new password plugin.tx_fe
               login_pi1.feloginBaseURL = https://www.seltamed.de/ # plugin.tx_felogin_pi1
               .feloginBaseURL > #felogin cutom translation german plugin.tx_felogin_pi
               1._LOCAL_LANG.de { ll_forgot_reset_message = Bitte den Benutzernamen eing
               eben. Sie erhalten dann umgehend Anweisungen zum Zurücksetzen des Passworts
                zugesandt. ll_enter_your_data = Benutzername: } # /* ### <INCLUDE_TY
               POSCRIPT: source="FILE:fileadmin/template/forms/Form_Template.ts"> BEGIN: #
               ## ### ERROR: File "fileadmin/template/forms/Form_Template.ts" was not found
               . ### ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/forms/Form_T
               emplate.ts"> END: */ #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/typo
               script/extXtouraContent.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/
               typoscript/extFormContact.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:fileadmi
               n/typoscript/extFormCatalogOrder.txt"> #<INCLUDE_TYPOSCRIPT: source="FILE:f
               ileadmin/typoscript/extFormCallback.txt"> #<INCLUDE_TYPOSCRIPT: source="FIL
               E:fileadmin/typoscript/extFormAgencyOrder.txt"> #<INCLUDE_TYPOSCRIPT: sourc
               e="FILE:fileadmin/typosc...
' (10642 chars)
constants => array(19 items) 0 => '' (0 chars) 1 => 'styles.templates { # cat=content/templates/b1; type=string; label= Path of
               Fluid Templates for all defined content elements templateRootPath = # cat=
               content/templates/b2; type=string; label= Path of Fluid Partials for all def
               ined content elements partialRootPath = # cat=content/templates/b3; type=s
               tring; label= Path of Fluid Layouts for all defined content elements layout
               RootPath = } styles.content { # cat=content/cHeader/h0; type=int[1-5]; lab
               el=Default Header type: Enter the number of the header layout to be used by
               default defaultHeaderType = 2 # cat=content/cShortcut/t0; type=string; la
               bel=List of accepted tables shortcut.tables = tt_content,tt_address,tt_news
               ,tx_news_domain_model_news # cat=content/parseFunc/a0; type=string; label=
               List of allowed HTML tags when rendering RTE content allowTags = a, abbr, a
               cronym, address, article, aside, b, bdo, big, blockquote, br, caption, cente
               r, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, h
               eader, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta,
               nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, strong, sty
               le, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var
                textmedia { # cat=content/cTextmedia/b1; type=int+; label= Max Image/Med
               ia Width: This indicates that maximum number of pixels (width) a block of me
               dia elements inserted as content is allowed to consume maxW = 600 # cat=
               content/cTextmedia/b2; type=int+; label= Max Image/Media Width (Text): Same
               as above, but this is the maximum width when text is wrapped around an block
                of media elements. Default is 50% of the normal Max Media Item Width maxW
               InText = 300 # cat=content/cTextmedia/g1; type=int[0-100]; label= Advance
               d, Column space: Horizontal distance between media elements in a block in co
               ntent elements of type "Media & Images". If you change this manually in your
                CSS, you need to adjust this setting accordingly columnSpacing = 10 # c
               at=content/cTextmedia/g2...
' (5534 chars) 2 => ' # Clear out any constants in this reserved room! styles.content > content
                { # cat=content/cHeader/h0; type=int[1-5]; label=Default Header type: E
               nter the number of the header layout to be used by default. defaultHeaderT
               ype = 1 # cat=advanced/links; type=small; label=Pageframe object: The na
               me of the "contentframe". Normally set to "page" if the site has a frameset.
                Otherwise it should be an empty value. This is important, as it determines
               the target of internal links! pageFrameObj = shortcut.tables = tt_conte
               nt,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_news,tt_
               rating,tt_poll # cat=content/other/a; type=small; label= Content Elemen
               t margins (before): Space before each content element. spaceBefore = 0
                # cat=content/other/b; type=small; label= Content Element margins (after):
               Space after each content element. spaceAfter = 0 } # cat=advanced; t
               ype=int+; label= News Content PID: If your template has a column with "news"
               -content fetched from another page-id, this is where you enter the id-number
                of that page! styles.content.getNews.newsPid = 0 styles.content.links {
               keep = path # cat=content/links; type=small; label= Target for external
               links extTarget = _blank target = {$PAGE_TARGET} allowTags = a, abbr,
               acronym, address, article, aside, b, bdo, big, blockquote, br, caption, cent
               er, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer,
               header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta,
                nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, strong, st
               yle, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var
                } styles.content.imgtext { # TIP! if register[maxImageWidth] is set, t
               his will override maxW # cat=content/cImage/b1; type=int+; label= Max Im
               age Width: This indicates that maximum number of pixels (width) a block of i
               mages inserted as content is allowed to consume. maxW = 600 # cat=cont
               ent/cImage/b2; type=int+...
' (9458 chars) 3 => 'plugin.tx_form { view { # cat=plugin.tx_form/file; type=string; label=Pat
               h to template root (FE) templateRootPath = EXT:form/Resources/Private/Temp
               lates/ # cat=plugin.tx_form/file; type=string; label=Path to template part
               ials (FE) partialRootPath = EXT:form/Resources/Private/Partials/ # cat=p
               lugin.tx_form/file; type=string; label=Path to template layouts (FE) layou
               tRootPath = EXT:form/Resources/Private/Layouts/ } }
' (432 chars) 4 => 'plugin.tx_femanager { view { # cat=plugin.tx_femanager/file; type=string;
                label= Path to template root (FE) templateRootPath = EXT:femanager/Resour
               ces/Private/Templates/ # cat=plugin.tx_femanager/file; type=string; label
               = Path to template partials (FE) partialRootPath = EXT:femanager/Resources
               /Private/Partials/ # cat=plugin.tx_femanager/file; type=string; label= Pa
               th to template layouts (FE) layoutRootPath = EXT:femanager/Resources/Priva
               te/Layouts/ } persistence { # cat=plugin.tx_femanager//a; type=int+; lab
               el= Default storage PID storagePid = } settings { # cat=plugin.tx_fema
               nager//0100; type=text; label= Admin Name: Default admin name for all emails
                to the user adminName = Femanager # cat=plugin.tx_femanager//0101; typ
               e=text; label= Admin Email: Default admin email for all emails to the user
                adminEmail = Femanager@domain.org # cat=plugin.tx_femanager//0900; type=
               boolean; label= Include jQuery: Load and implement jQuery from external sour
               ce (googleapis.com) jQuery = 0 # cat=plugin.tx_femanager//0910; type=bo
               olean; label= Include Twitter Bootstrap JS: Load and implement Twitter Boots
               trap JavaScript from external source (bootstrapcdn.com) bootstrap = 0 #
                cat=plugin.tx_femanager//0920; type=boolean; label= Include Twitter Bootstr
               ap CSS: Load and implement Twitter Bootstrap CSS from external source (boots
               trapcdn.com) bootstrapCSS = 0 # cat=plugin.tx_femanager//0930; type=boo
               lean; label= Include Fineuploader JS: Load and implement Fineuploader JavaSc
               ript from internal source fineuploader = 1 } }
' (1569 chars) 5 => '[globalVar = GP:L = 1] config.language = de [else] config.language = default
                [end] #plugin.tx_form.view.partialRootPath.20 = fileadmin/MailPostProcesso
               r/Partials/ plugin.tx_form._CSS_DEFAULT_STYLE > templatePath = fileadmin/se
               ltamed.de/template #templatePath = fileadmin/template fileadmin = fileadm
               in xtoura_assets = xtoura_assets templateName = satzart_template defaultThem
               e = defaultTheme-01 #Touroperator Daten touroperator { pid = 68 FIRMA =
                Selta Med GmbH INHABER = Zuzana Tatikova SLOGAN = Kurreisen & Wellness
                PLZ_ORT = 08523 Plauen / Vogtland STRASSE = Gottschaldstraße 1a LAND
               = Deutschland TEL = +49 3741 - 14 85 27-0 FAX = +49 3741 - 14 85 27-18
                MAIL = reservierung@seltamed.de #MAIL = rf@satzart.de HOTLINE_TITLE = H
               otline HOTLINE = +49 3741 - 14 85 27-0 asset_path = SeltaMedResponsive
                WEB = www.seltamed.de ColorPrimary = #82b13e ColorSecondary = #726b60
                lon = 12.1365281 lat = 50.4993823 } fillcolor = {$touroperator.ColorPri
               mary} reisekalender.page_id = 4 page_id_headernav = 25 page_id_footerSec
               tion_02 = 16 page_id_footerSection_03 = 17 page_id_footerSection_04 = 48 Se
               ndebestaetigung = 65 # viewHotline 0 -> ohne Hotline viewHotline = 1 # view
               HeaderMenu 0 -> ohne headerMenu viewHeaderMenu = 0 # viewHeaderText 0 -> ohn
               e headerText viewHeaderText = 0 # viewFulltext 0 -> ohne Volltextsuche viewF
               ulltext = 0 # inlineFilterOut 1 -> Filter liegt unter dem Sliderbild inlineF
               ilterOut = 1 pathToThisTheme = {$fileadmin}/{$xtoura_assets}/{$touroperato
               r.asset_path}
' (1533 chars) 6 => 'plugin.xtoura_all { settings { touroperator_id = {$touroperator.
               pid} name = Tour type = auto_url quantity = 0 }
               } plugin.xtoura_slider { settings { touroperator_id = {$tourope
               rator.pid} name = Tour type = auto_url quantity = 0
                } } plugin.xtoura_fullpage { settings { touroperator_id = {
               $touroperator.pid} name = Tour type = auto_url quant
               ity = 0 } } plugin.xtoura_search { settings { touroperator_
               id = {$touroperator.pid} name = Tour type = widget/fulltext_
               search quantity = 0 } } plugin.xtoura_teaser { settings {
                touroperator_id = {$touroperator.pid} name = Tour typ
               e = widget/topoffer_content quantity = 6 } } plugin.xtoura_cont
               ent { settings { touroperator_id = {$touroperator.pid} n
               ame = Tour type = xtoura/widgets/Content/ quantity = 6 }
                } plugin.xtoura_menu { settings { touroperator_id = {$tourope
               rator.pid} name = Tour type = widget/sidebar_price_filter_na
               v quantity = 5 } } plugin.xtoura_dashboard_elements { setti
               ngs { touroperator_id = {$touroperator.pid} name = Tour
                type = widget/price_filter_box quantity = 3 } }
' (1356 chars) 7 => 'plugin.tx_sitemapgenerator { view { # cat=plugin.tx_sitemapgener
               ator/file; type=string; label=Path to template root (FE) templateRoo
               tPath = EXT:sitemap_generator/Resources/Private/Templates/ # cat=plu
               gin.tx_sitemapgenerator/file; type=string; label=Path to template partials (
               FE) partialRootPath = EXT:sitemap_generator/Resources/Private/Partia
               ls/ # cat=plugin.tx_sitemapgenerator/file; type=string; label=Path t
               o template layouts (FE) layoutRootPath = EXT:sitemap_generator/Resou
               rces/Private/Layouts/ } }
' (562 chars) 8 => '' (0 chars) 9 => '' (0 chars) 10 => '' (0 chars) 11 => '' (0 chars) 12 => '' (0 chars) 13 => '' (0 chars) 14 => ' ### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
               /constants.txt"> BEGIN: # ==================================================
               ==================== # Module constants # ==================================
               ==================================== module.tx_sysnote { view { # cat=Int
               ernal Notes/general/1000; type=string; label=Layout Root Path: Path to layou
               ts layoutRootPath = EXT:sys_note/Resources/Private/Layouts/ # cat=Inter
               nal Notes/general/1010; type=string; label=Partial Root Path: Path to partia
               ls partialRootPath = EXT:sys_note/Resources/Private/Partials/ # cat=Int
               ernal Notes/general/1020; type=string; label=Template Root Path: Path to tem
               plates templateRootPath = EXT:sys_note/Resources/Private/Templates/ } } #
               ## <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/c
               onstants.txt"> END:
' (856 chars) 15 => '' (0 chars) 16 => '' (0 chars) 17 => '' (0 chars) 18 => ' ' (2 chars)
templateIncludePaths => array(19 items) 0 => '' (0 chars) 1 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
               Configuration/TypoScript/Static/
' (108 chars) 2 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/css_styled_content/st
               atic/
' (81 chars) 3 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
               poScript/
' (85 chars) 4 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/femanager/Configurat
               ion/TypoScript/Main/
' (96 chars) 5 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
               figuration/TypoScript/
' (98 chars) 6 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/xtoura/Configuration
               /TypoScript/
' (88 chars) 7 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/sitemap_generator/Co
               nfiguration/TypoScript/
' (99 chars) 8 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/extbase/' (63 chars) 9 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid/' (61 chars) 10 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/extensionmanager/' (72 chars) 11 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/' (61 chars) 12 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/' (62 chars) 13 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/felogin/' (63 chars) 14 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/' (64 chars) 15 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/' (60 chars) 16 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/femanager/' (66 chars) 17 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/realurl/' (64 chars) 18 => '' (0 chars)
hierarchyInfo => array(19 items) 0 => array(10 items) root => '' (0 chars) next => '' (0 chars) clConst => '' (0 chars) clConf => '' (0 chars) templateID => '_defaultTypoScript_' (19 chars) templateParent => 'sys_1' (5 chars) title => 'SYS:TYPO3_CONF_VARS:FE:defaultTypoScript' (40 chars) uid => '_defaultTypoScript_' (19 chars) pid => '' (0 chars) configLines => 1 (integer) 1 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) pid => NULL configLines => 1711 (integer) 2 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_cssstyledcontent/static/' (28 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:css_styled_content/static/' (30 chars) uid => 'cssstyledcontent/static/' (24 chars) pid => NULL configLines => 3390 (integer) 3 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_form/Configuration/TypoScript/' (34 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:form/Configuration/TypoScript/' (34 chars) uid => 'form/Configuration/TypoScript/' (30 chars) pid => NULL configLines => 245 (integer) 4 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) uid => 'femanager/Configuration/TypoScript/Main/' (40 chars) pid => NULL configLines => 1462 (integer) 5 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) uid => 'satzarttemplate/Configuration/TypoScript/' (41 chars) pid => NULL configLines => 118 (integer) 6 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_xtoura/Configuration/TypoScript/' (36 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:xtoura/Configuration/TypoScript' (35 chars) uid => 'xtoura/Configuration/TypoScript/' (32 chars) pid => NULL configLines => 228 (integer) 7 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) uid => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) pid => NULL configLines => 122 (integer) 8 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extbase' (11 chars) templateParent => 'sys_1' (5 chars) title => 'extbase' (7 chars) uid => 'extbase' (7 chars) pid => NULL configLines => 101 (integer) 9 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluid' (9 chars) templateParent => 'sys_1' (5 chars) title => 'fluid' (5 chars) uid => 'fluid' (5 chars) pid => NULL configLines => 25 (integer) 10 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extensionmanager' (20 chars) templateParent => 'sys_1' (5 chars) title => 'extensionmanager' (16 chars) uid => 'extensionmanager' (16 chars) pid => NULL configLines => 9 (integer) 11 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_belog' (9 chars) templateParent => 'sys_1' (5 chars) title => 'belog' (5 chars) uid => 'belog' (5 chars) pid => NULL configLines => 1 (integer) 12 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_beuser' (10 chars) templateParent => 'sys_1' (5 chars) title => 'beuser' (6 chars) uid => 'beuser' (6 chars) pid => NULL configLines => 1 (integer) 13 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_felogin' (11 chars) templateParent => 'sys_1' (5 chars) title => 'felogin' (7 chars) uid => 'felogin' (7 chars) pid => NULL configLines => 179 (integer) 14 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sysnote' (11 chars) templateParent => 'sys_1' (5 chars) title => 'sys_note' (8 chars) uid => 'sysnote' (7 chars) pid => NULL configLines => 1 (integer) 15 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_dce' (7 chars) templateParent => 'sys_1' (5 chars) title => 'dce' (3 chars) uid => 'dce' (3 chars) pid => NULL configLines => 11 (integer) 16 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager' (13 chars) templateParent => 'sys_1' (5 chars) title => 'femanager' (9 chars) uid => 'femanager' (9 chars) pid => NULL configLines => 40 (integer) 17 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_realurl' (11 chars) templateParent => 'sys_1' (5 chars) title => 'realurl' (7 chars) uid => 'realurl' (7 chars) pid => NULL configLines => 26 (integer) 18 => array(10 items) root => '1' (1 chars) next => '' (0 chars) clConst => 1 (integer) clConf => 2 (integer) templateID => 'sys_1' (5 chars) templateParent => '' (0 chars) title => 'Default Root Template' (21 chars) uid => '1' (1 chars) pid => '1' (1 chars) configLines => 457 (integer) hierarchyInfoToRoot => array(18 items) 0 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) pid => NULL configLines => 1711 (integer) 1 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_cssstyledcontent/static/' (28 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:css_styled_content/static/' (30 chars) uid => 'cssstyledcontent/static/' (24 chars) pid => NULL configLines => 3390 (integer) 2 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_form/Configuration/TypoScript/' (34 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:form/Configuration/TypoScript/' (34 chars) uid => 'form/Configuration/TypoScript/' (30 chars) pid => NULL configLines => 245 (integer) 3 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) uid => 'femanager/Configuration/TypoScript/Main/' (40 chars) pid => NULL configLines => 1462 (integer) 4 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) uid => 'satzarttemplate/Configuration/TypoScript/' (41 chars) pid => NULL configLines => 118 (integer) 5 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_xtoura/Configuration/TypoScript/' (36 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:xtoura/Configuration/TypoScript' (35 chars) uid => 'xtoura/Configuration/TypoScript/' (32 chars) pid => NULL configLines => 228 (integer) 6 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) templateParent => 'sys_1' (5 chars) title => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) uid => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) pid => NULL configLines => 122 (integer) 7 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extbase' (11 chars) templateParent => 'sys_1' (5 chars) title => 'extbase' (7 chars) uid => 'extbase' (7 chars) pid => NULL configLines => 101 (integer) 8 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_fluid' (9 chars) templateParent => 'sys_1' (5 chars) title => 'fluid' (5 chars) uid => 'fluid' (5 chars) pid => NULL configLines => 25 (integer) 9 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_extensionmanager' (20 chars) templateParent => 'sys_1' (5 chars) title => 'extensionmanager' (16 chars) uid => 'extensionmanager' (16 chars) pid => NULL configLines => 9 (integer) 10 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_belog' (9 chars) templateParent => 'sys_1' (5 chars) title => 'belog' (5 chars) uid => 'belog' (5 chars) pid => NULL configLines => 1 (integer) 11 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_beuser' (10 chars) templateParent => 'sys_1' (5 chars) title => 'beuser' (6 chars) uid => 'beuser' (6 chars) pid => NULL configLines => 1 (integer) 12 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_felogin' (11 chars) templateParent => 'sys_1' (5 chars) title => 'felogin' (7 chars) uid => 'felogin' (7 chars) pid => NULL configLines => 179 (integer) 13 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_sysnote' (11 chars) templateParent => 'sys_1' (5 chars) title => 'sys_note' (8 chars) uid => 'sysnote' (7 chars) pid => NULL configLines => 1 (integer) 14 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_dce' (7 chars) templateParent => 'sys_1' (5 chars) title => 'dce' (3 chars) uid => 'dce' (3 chars) pid => NULL configLines => 11 (integer) 15 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_femanager' (13 chars) templateParent => 'sys_1' (5 chars) title => 'femanager' (9 chars) uid => 'femanager' (9 chars) pid => NULL configLines => 40 (integer) 16 => array(10 items) root => '' (0 chars) next => NULL clConst => 0 (integer) clConf => 0 (integer) templateID => 'ext_realurl' (11 chars) templateParent => 'sys_1' (5 chars) title => 'realurl' (7 chars) uid => 'realurl' (7 chars) pid => NULL configLines => 26 (integer) 17 => array(10 items) root => '1' (1 chars) next => '' (0 chars) clConst => 1 (integer) clConf => 2 (integer) templateID => 'sys_1' (5 chars) templateParent => '' (0 chars) title => 'Default Root Template' (21 chars) uid => '1' (1 chars) pid => '1' (1 chars) configLines => 457 (integer) nextLevel => 0 (integer) rootId => '1' (1 chars) rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
absoluteRootLine => array(3 items) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
outermostRootlineIndexWithTemplate => 0 (integer) rowSum => array(84 items) 0 => array(3 items) 0 => '1' (1 chars) 1 => 'Default Root Template' (21 chars) 2 => '1714026882' (10 chars) 1 => array(3 items) 0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) 1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) 2 => NULL 2 => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'EXT:css_styled_content/static/' (30 chars) 2 => NULL 3 => array(3 items) 0 => 'form/Configuration/TypoScript/' (30 chars) 1 => 'EXT:form/Configuration/TypoScript/' (34 chars) 2 => NULL 4 => array(3 items) 0 => 'femanager/Configuration/TypoScript/Main/' (40 chars) 1 => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) 2 => NULL 5 => array(3 items) 0 => 'satzarttemplate/Configuration/TypoScript/' (41 chars) 1 => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) 2 => NULL 6 => array(3 items) 0 => 'xtoura/Configuration/TypoScript/' (32 chars) 1 => 'EXT:xtoura/Configuration/TypoScript' (35 chars) 2 => NULL 7 => array(3 items) 0 => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) 1 => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) 2 => NULL 8 => array(3 items) 0 => 'extbase' (7 chars) 1 => 'extbase' (7 chars) 2 => NULL 9 => array(3 items) 0 => 'fluid' (5 chars) 1 => 'fluid' (5 chars) 2 => NULL 10 => array(3 items) 0 => 'extensionmanager' (16 chars) 1 => 'extensionmanager' (16 chars) 2 => NULL 11 => array(3 items) 0 => 'belog' (5 chars) 1 => 'belog' (5 chars) 2 => NULL 12 => array(3 items) 0 => 'beuser' (6 chars) 1 => 'beuser' (6 chars) 2 => NULL 13 => array(3 items) 0 => 'felogin' (7 chars) 1 => 'felogin' (7 chars) 2 => NULL 14 => array(3 items) 0 => 'sysnote' (7 chars) 1 => 'sys_note' (8 chars) 2 => NULL 15 => array(3 items) 0 => 'dce' (3 chars) 1 => 'dce' (3 chars) 2 => NULL 16 => array(3 items) 0 => 'femanager' (9 chars) 1 => 'femanager' (9 chars) 2 => NULL 17 => array(3 items) 0 => 'realurl' (7 chars) 1 => 'realurl' (7 chars) 2 => NULL 18 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/constants.txt
' (102 chars) 1 => 1544531880 (integer)
19 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.parseFunc.ts
' (130 chars) 1 => 1544531880 (integer)
20 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.fluidContent.ts
' (133 chars) 1 => 1544531880 (integer)
21 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.stdheader.ts
' (130 chars) 1 => 1544531880 (integer)
22 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/styles.content.get.ts
' (135 chars) 1 => 1544531880 (integer)
23 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/rtehtmlarea/Configura
                  tion/TypoScript/ImageRendering/setup.txt
' (116 chars) 1 => 1544531880 (integer)
24 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Button.ts
' (103 chars) 1 => 1544531880 (integer)
25 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Buttontag.ts
' (106 chars) 1 => 1544531880 (integer)
26 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkbox.ts
' (105 chars) 1 => 1544531880 (integer)
27 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkboxgroup.ts
' (110 chars) 1 => 1544531880 (integer)
28 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Contentelement.ts
' (111 chars) 1 => 1544531880 (integer)
29 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fieldset.ts
' (105 chars) 1 => 1544531880 (integer)
30 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fileupload.ts
' (107 chars) 1 => 1544531880 (integer)
31 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Form.ts
' (101 chars) 1 => 1544531880 (integer)
32 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Header.ts
' (103 chars) 1 => 1544531880 (integer)
33 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Hidden.ts
' (103 chars) 1 => 1544531880 (integer)
34 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Imagebutton.ts
' (108 chars) 1 => 1544531880 (integer)
35 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Input.ts
' (102 chars) 1 => 1544531880 (integer)
36 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Inputtypebutton.ts
' (112 chars) 1 => 1544531880 (integer)
37 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Label.ts
' (102 chars) 1 => 1544531880 (integer)
38 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Optgroup.ts
' (105 chars) 1 => 1544531880 (integer)
39 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Option.ts
' (103 chars) 1 => 1544531880 (integer)
40 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Password.ts
' (105 chars) 1 => 1544531880 (integer)
41 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radio.ts
' (102 chars) 1 => 1544531880 (integer)
42 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radiogroup.ts
' (107 chars) 1 => 1544531880 (integer)
43 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Reset.ts
' (102 chars) 1 => 1544531880 (integer)
44 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Select.ts
' (103 chars) 1 => 1544531880 (integer)
45 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Submit.ts
' (103 chars) 1 => 1544531880 (integer)
46 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textarea.ts
' (105 chars) 1 => 1544531880 (integer)
47 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textblock.ts
' (106 chars) 1 => 1544531880 (integer)
48 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textline.ts
' (105 chars) 1 => 1544531880 (integer)
49 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Filters/Filters.ts
' (103 chars) 1 => 1544531880 (integer)
50 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Validators/Validators.ts
' (109 chars) 1 => 1544531880 (integer)
51 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0010_config.ts
' (120 chars) 1 => 1558534766 (integer)
52 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0020_lib.logo.ts
' (122 chars) 1 => 1651819268 (integer)
53 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0050_lib.Adressblock.ts
' (129 chars) 1 => 1651746188 (integer)
54 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0060_lib.logoFooter.ts
' (128 chars) 1 => 1554792156 (integer)
55 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0070_lib.hotline.ts
' (125 chars) 1 => 1617270271 (integer)
56 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0080_lib.headernav.ts
' (127 chars) 1 => 1554792156 (integer)
57 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0100_lib.contact.ts
' (125 chars) 1 => 1657006531 (integer)
58 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0101_lib.individualTravelOffer.ts
' (139 chars) 1 => 1679553570 (integer)
59 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0106_lib.formCoachHire.ts
' (131 chars) 1 => 1563538686 (integer)
60 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0110_lib.pidCalendar.ts
' (129 chars) 1 => 1554792156 (integer)
61 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.footerSection_02.ts
' (134 chars) 1 => 1617264351 (integer)
62 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.tourTypeMenue.ts
' (131 chars) 1 => 1554792156 (integer)
63 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0130_lib.footerSection_03.ts
' (134 chars) 1 => 1617264392 (integer)
64 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0140_lib.footerSection_04.ts
' (134 chars) 1 => 1617264387 (integer)
65 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0150_lib.defaultSliderText.ts
' (135 chars) 1 => 1554792156 (integer)
66 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0160_lib.xtouraFooter.ts
' (130 chars) 1 => 1554792156 (integer)
67 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0170_lib.year.ts
' (122 chars) 1 => 1554792156 (integer)
68 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0200_lib.mailogo.ts
' (125 chars) 1 => 1618349172 (integer)
69 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.ctegoeries.ts
' (128 chars) 1 => 1554792156 (integer)
70 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.footerForm.ts
' (128 chars) 1 => 1554800995 (integer)
71 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder.ts
' (133 chars) 1 => 1636026824 (integer)
72 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder2021.ts
' (137 chars) 1 => 1632738569 (integer)
73 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0240_XtouraContent.ts
' (127 chars) 1 => 1617266845 (integer)
74 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0250_lib.formGetAccount.ts
' (132 chars) 1 => 1606131058 (integer)
75 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0260_lib.formGetAccountHotel.ts
' (137 chars) 1 => 1606131083 (integer)
76 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder.ts
' (134 chars) 1 => 1606131106 (integer)
77 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder2021.ts
' (138 chars) 1 => 1632996408 (integer)
78 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/090_lib.hotline.ts
' (124 chars) 1 => 1554792156 (integer)
79 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/1000_page.ts
' (118 chars) 1 => 1560946391 (integer)
80 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/9000_honeypot.ts
' (122 chars) 1 => 1633504691 (integer)
81 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/Configuration/T
                  ypoScript/setup.txt
' (95 chars) 1 => 1544531880 (integer)
82 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/Configuration/
                  TypoScript/setup.txt
' (96 chars) 1 => 1544531880 (integer)
83 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/setup.txt
' (98 chars) 1 => 1544531880 (integer)
sitetitle => '' (0 chars) sections => NULL sectionsMatch => NULL clearList_const => array(19 items) 0 => '_defaultTypoScript_' (19 chars) 1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) 2 => 'ext_cssstyledcontent/static/' (28 chars) 3 => 'ext_form/Configuration/TypoScript/' (34 chars) 4 => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) 5 => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) 6 => 'ext_xtoura/Configuration/TypoScript/' (36 chars) 7 => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) 8 => 'ext_extbase' (11 chars) 9 => 'ext_fluid' (9 chars) 10 => 'ext_extensionmanager' (20 chars) 11 => 'ext_belog' (9 chars) 12 => 'ext_beuser' (10 chars) 13 => 'ext_felogin' (11 chars) 14 => 'ext_sysnote' (11 chars) 15 => 'ext_dce' (7 chars) 16 => 'ext_femanager' (13 chars) 17 => 'ext_realurl' (11 chars) 18 => 'sys_1' (5 chars) clearList_setup => array(19 items) 0 => '_defaultTypoScript_' (19 chars) 1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars) 2 => 'ext_cssstyledcontent/static/' (28 chars) 3 => 'ext_form/Configuration/TypoScript/' (34 chars) 4 => 'ext_femanager/Configuration/TypoScript/Main/' (44 chars) 5 => 'ext_satzarttemplate/Configuration/TypoScript/' (45 chars) 6 => 'ext_xtoura/Configuration/TypoScript/' (36 chars) 7 => 'ext_sitemapgenerator/Configuration/TypoScript/' (46 chars) 8 => 'ext_extbase' (11 chars) 9 => 'ext_fluid' (9 chars) 10 => 'ext_extensionmanager' (20 chars) 11 => 'ext_belog' (9 chars) 12 => 'ext_beuser' (10 chars) 13 => 'ext_felogin' (11 chars) 14 => 'ext_sysnote' (11 chars) 15 => 'ext_dce' (7 chars) 16 => 'ext_femanager' (13 chars) 17 => 'ext_realurl' (11 chars) 18 => 'sys_1' (5 chars) parserErrors => array(empty) setup_constants => array(empty) fileCache => array(2 items) 212ca6719e03ba6cec7d9145c603fae6 => 'typo3conf/ext/satzart_template/Resources/Private/Templates/page.html' (68 chars) 03a0e05cef => array(9 items) 0 => '368' (3 chars) 1 => '92' (2 chars) 2 => 'svg' (3 chars) 3 => 'typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (70 chars) origFile => 'typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (70 chars) origFile_mtime => 1633946106 (integer) originalFile => TYPO3\CMS\Core\Resource\Fileprototypeobject metaDataLoaded => FALSE metaDataProperties => array(empty) indexingInProgress => FALSE updatedProperties => array(empty) properties => array(15 items) uid => '2440' (4 chars) pid => '0' (1 chars) missing => '0' (1 chars) type => '2' (1 chars) storage => 0 (integer) identifier => '/typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (71 chars) identifier_hash => '9237b38f1f4589a2ca3747517bebae24e8b4b438' (40 chars) extension => 'svg' (3 chars) mime_type => 'image/svg+xml' (13 chars) name => 'logo-2021-2.svg' (15 chars) sha1 => '8f38f36ba2c212253ff5f9739e5a0c8d6f3370c3' (40 chars) size => '21540' (5 chars) creation_date => '1633946106' (10 chars) modification_date => '1633946106' (10 chars) folder_hash => '930251e0f13a3f3ad0781e8657f28a0cdd01ac06' (40 chars) storage => TYPO3\CMS\Core\Resource\ResourceStorageprototypeobject driver => TYPO3\CMS\Core\Resource\Driver\LocalDriverprototypeobjectmax depth storageRecord => array(12 items)max depth configuration => array(empty)max depth fileProcessingService => TYPO3\CMS\Core\Resource\Service\FileProcessingServiceprototypeobjectmax depth evaluatePermissions => FALSE fileMounts => array(empty)max depth userPermissions => array(empty)max depth capabilities => 7 (integer) signalSlotDispatcher => TYPO3\CMS\Extbase\SignalSlot\Dispatchersingletonobjectmax depth processingFolder => TYPO3\CMS\Core\Resource\Folderprototypeobjectmax depth processingFolders => array(1 item)max depth isOnline => TRUE isDefault => FALSE fileAndFolderNameFilters => array(1 item)max depth identifier => '/typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (71 chars) name => 'logo-2021-2.svg' (15 chars) deleted => FALSE processedFile => TYPO3\CMS\Core\Resource\ProcessedFileprototypeobject taskType => 'Image.CropScaleMask' (19 chars) task => TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTaskprototypeobject type => 'Image' (5 chars) name => 'CropScaleMask' (13 chars) targetFileExtension => NULL checksumData => array(empty)max depth targetFile => TYPO3\CMS\Core\Resource\ProcessedFileprototypeobjectsee above sourceFile => TYPO3\CMS\Core\Resource\Fileprototypeobjectsee above configuration => array(11 items)max depth executed => FALSE successful => NULL taskTypeRegistry => TYPO3\CMS\Core\Resource\Processing\TaskTypeRegistrysingletonobject registeredTaskTypes => array(2 items)max depth processingConfiguration => array(11 items) width => NULL height => NULL fileExtension => NULL maxWidth => 0 (integer) maxHeight => 0 (integer) minWidth => 0 (integer) minHeight => 0 (integer) noScale => NULL additionalParameters => NULL frame => 0 (integer) crop => NULL originalFile => TYPO3\CMS\Core\Resource\Fileprototypeobjectsee above originalFileSha1 => '8f38f36ba2c212253ff5f9739e5a0c8d6f3370c3' (40 chars) updated => FALSE properties => array(14 items) uid => '11374' (5 chars) tstamp => '1633946177' (10 chars) crdate => '1633946177' (10 chars) storage => '0' (1 chars) original => '2440' (4 chars) identifier => '' (0 chars) name => NULL configuration => 'a:11:{s:5:"width";N;s:6:"height";N;s:13:"fileExtension";N;s:8:"maxWidth";i:0
                        ;s:9:"maxHeight";i:0;s:8:"minWidth";i:0;s:9:"minHeight";i:0;s:7:"noScale";N;
                        s:20:"additionalParameters";N;s:5:"frame";i:0;s:4:"crop";N;}
' (212 chars) configurationsha1 => 'a0078b092538fd01a741e1783fa62dd2c2d4d6f3' (40 chars) originalfilesha1 => '8f38f36ba2c212253ff5f9739e5a0c8d6f3370c3' (40 chars) task_type => 'Image.CropScaleMask' (19 chars) checksum => '03a0e05cef' (10 chars) width => '368' (3 chars) height => '92' (2 chars)
storage => TYPO3\CMS\Core\Resource\ResourceStorageprototypeobjectsee above identifier => '' (0 chars) name => NULL deleted => FALSE
fileCacheHash => '03a0e05cef' (10 chars)
frames => array(empty) MPmap => '' (0 chars) extensionStaticsProcessed => TRUE processExtensionStatics => FALSE isDefaultTypoScriptAdded => TRUE processIncludesHasBeenRun => TRUE
cacheTimeOutDefault => 0 (integer) cacheContentFlag => FALSE cacheExpires => 1722092904 (integer) isClientCachable => FALSE all => array(4 items) all => array(10 items) 5916e85ed947629628fa0f90443f9d8c => '[globalVar = GP:L = 1]' (22 chars) 00a598b3c89b9de427964ed69f9f2841 => '[globalVar = LIT:0 < 0]' (23 chars) 6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars) f33014f264c89fa15fa1bb2463e8ff73 => '[globalVar = TSFE:page|subtitle = xtoura_entry]' (47 chars) 2c3fd0395b361e73def8541ff23b0566 => '[globalVar = TSFE:type = 1449874941]' (36 chars) 407c89419e1b35545b283f1dc77b96ef => '[globalVar = TSFE:type = 1451160842]' (36 chars) 946a02f1d9be58311c20592512ab1859 => '[usergroup = *]' (15 chars) 1b118854c73edb6730f325a1ff0e2dda => '[globalVar = TSFE:id = 1]' (25 chars) e9d914779f817ca95aa768b52494a7ca => '[PIDinRootline = 11,12,5,70,172,180, 181, 182]' (46 chars) 23b6ae385bb81aade0aa508893e0ffa2 => '[PIDinRootline = 64]' (20 chars) match => array(1 item) 6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars) rootLine => array(3 items) 0 => array(27 items) pid => '0' (1 chars) uid => '1' (1 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'Selta Med - Kurreisen und Wellness' (34 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '' (0 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => 'TCEFORM.tt_content.layout { altLabels { 0 = kein Container (Standard)
                   4 = Fluid-Container 5 = Container } removeItems = 1,2,3
                   addItems { 4 = fluid-container 5 = container } }
' (219 chars) tsconfig_includes => NULL is_siteroot => '1' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => 'pagets__2' (9 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
1 => array(27 items) pid => '1' (1 chars) uid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'testen' (6 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '254' (3 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars) 2 => array(27 items) pid => '190' (3 chars) uid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_state => '0' (1 chars) title => 'test' (4 chars) alias => '' (0 chars) nav_title => '' (0 chars) media => '' (0 chars) layout => '0' (1 chars) hidden => '0' (1 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) fe_group => '0' (1 chars) extendToSubpages => '0' (1 chars) doktype => '1' (1 chars) TSconfig => NULL tsconfig_includes => NULL is_siteroot => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_exclude => '0' (1 chars) tx_realurl_pathoverride => '0' (1 chars) categories => '' (0 chars)
rowSum => array(84 items) 0 => array(3 items) 0 => '1' (1 chars) 1 => 'Default Root Template' (21 chars) 2 => '1714026882' (10 chars) 1 => array(3 items) 0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars) 1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars) 2 => NULL 2 => array(3 items) 0 => 'cssstyledcontent/static/' (24 chars) 1 => 'EXT:css_styled_content/static/' (30 chars) 2 => NULL 3 => array(3 items) 0 => 'form/Configuration/TypoScript/' (30 chars) 1 => 'EXT:form/Configuration/TypoScript/' (34 chars) 2 => NULL 4 => array(3 items) 0 => 'femanager/Configuration/TypoScript/Main/' (40 chars) 1 => 'EXT:femanager/Configuration/TypoScript/Main' (43 chars) 2 => NULL 5 => array(3 items) 0 => 'satzarttemplate/Configuration/TypoScript/' (41 chars) 1 => 'EXT:satzart_template/Configuration/TypoScript' (45 chars) 2 => NULL 6 => array(3 items) 0 => 'xtoura/Configuration/TypoScript/' (32 chars) 1 => 'EXT:xtoura/Configuration/TypoScript' (35 chars) 2 => NULL 7 => array(3 items) 0 => 'sitemapgenerator/Configuration/TypoScript/' (42 chars) 1 => 'EXT:sitemap_generator/Configuration/TypoScript' (46 chars) 2 => NULL 8 => array(3 items) 0 => 'extbase' (7 chars) 1 => 'extbase' (7 chars) 2 => NULL 9 => array(3 items) 0 => 'fluid' (5 chars) 1 => 'fluid' (5 chars) 2 => NULL 10 => array(3 items) 0 => 'extensionmanager' (16 chars) 1 => 'extensionmanager' (16 chars) 2 => NULL 11 => array(3 items) 0 => 'belog' (5 chars) 1 => 'belog' (5 chars) 2 => NULL 12 => array(3 items) 0 => 'beuser' (6 chars) 1 => 'beuser' (6 chars) 2 => NULL 13 => array(3 items) 0 => 'felogin' (7 chars) 1 => 'felogin' (7 chars) 2 => NULL 14 => array(3 items) 0 => 'sysnote' (7 chars) 1 => 'sys_note' (8 chars) 2 => NULL 15 => array(3 items) 0 => 'dce' (3 chars) 1 => 'dce' (3 chars) 2 => NULL 16 => array(3 items) 0 => 'femanager' (9 chars) 1 => 'femanager' (9 chars) 2 => NULL 17 => array(3 items) 0 => 'realurl' (7 chars) 1 => 'realurl' (7 chars) 2 => NULL 18 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/constants.txt
' (102 chars) 1 => 1544531880 (integer)
19 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.parseFunc.ts
' (130 chars) 1 => 1544531880 (integer)
20 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.fluidContent.ts
' (133 chars) 1 => 1544531880 (integer)
21 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/lib.stdheader.ts
' (130 chars) 1 => 1544531880 (integer)
22 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/fluid_styled_content/
                  Configuration/TypoScript/Static/Setup/styles.content.get.ts
' (135 chars) 1 => 1544531880 (integer)
23 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/rtehtmlarea/Configura
                  tion/TypoScript/ImageRendering/setup.txt
' (116 chars) 1 => 1544531880 (integer)
24 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Button.ts
' (103 chars) 1 => 1544531880 (integer)
25 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Buttontag.ts
' (106 chars) 1 => 1544531880 (integer)
26 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkbox.ts
' (105 chars) 1 => 1544531880 (integer)
27 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Checkboxgroup.ts
' (110 chars) 1 => 1544531880 (integer)
28 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Contentelement.ts
' (111 chars) 1 => 1544531880 (integer)
29 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fieldset.ts
' (105 chars) 1 => 1544531880 (integer)
30 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Fileupload.ts
' (107 chars) 1 => 1544531880 (integer)
31 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Form.ts
' (101 chars) 1 => 1544531880 (integer)
32 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Header.ts
' (103 chars) 1 => 1544531880 (integer)
33 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Hidden.ts
' (103 chars) 1 => 1544531880 (integer)
34 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Imagebutton.ts
' (108 chars) 1 => 1544531880 (integer)
35 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Input.ts
' (102 chars) 1 => 1544531880 (integer)
36 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Inputtypebutton.ts
' (112 chars) 1 => 1544531880 (integer)
37 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Label.ts
' (102 chars) 1 => 1544531880 (integer)
38 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Optgroup.ts
' (105 chars) 1 => 1544531880 (integer)
39 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Option.ts
' (103 chars) 1 => 1544531880 (integer)
40 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Password.ts
' (105 chars) 1 => 1544531880 (integer)
41 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radio.ts
' (102 chars) 1 => 1544531880 (integer)
42 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Radiogroup.ts
' (107 chars) 1 => 1544531880 (integer)
43 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Reset.ts
' (102 chars) 1 => 1544531880 (integer)
44 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Select.ts
' (103 chars) 1 => 1544531880 (integer)
45 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Submit.ts
' (103 chars) 1 => 1544531880 (integer)
46 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textarea.ts
' (105 chars) 1 => 1544531880 (integer)
47 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textblock.ts
' (106 chars) 1 => 1544531880 (integer)
48 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Elements/Textline.ts
' (105 chars) 1 => 1544531880 (integer)
49 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Filters/Filters.ts
' (103 chars) 1 => 1544531880 (integer)
50 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/form/Configuration/Ty
                  poScript/Validators/Validators.ts
' (109 chars) 1 => 1544531880 (integer)
51 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0010_config.ts
' (120 chars) 1 => 1558534766 (integer)
52 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0020_lib.logo.ts
' (122 chars) 1 => 1651819268 (integer)
53 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0050_lib.Adressblock.ts
' (129 chars) 1 => 1651746188 (integer)
54 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0060_lib.logoFooter.ts
' (128 chars) 1 => 1554792156 (integer)
55 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0070_lib.hotline.ts
' (125 chars) 1 => 1617270271 (integer)
56 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0080_lib.headernav.ts
' (127 chars) 1 => 1554792156 (integer)
57 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0100_lib.contact.ts
' (125 chars) 1 => 1657006531 (integer)
58 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0101_lib.individualTravelOffer.ts
' (139 chars) 1 => 1679553570 (integer)
59 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0106_lib.formCoachHire.ts
' (131 chars) 1 => 1563538686 (integer)
60 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0110_lib.pidCalendar.ts
' (129 chars) 1 => 1554792156 (integer)
61 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.footerSection_02.ts
' (134 chars) 1 => 1617264351 (integer)
62 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0120_lib.tourTypeMenue.ts
' (131 chars) 1 => 1554792156 (integer)
63 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0130_lib.footerSection_03.ts
' (134 chars) 1 => 1617264392 (integer)
64 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0140_lib.footerSection_04.ts
' (134 chars) 1 => 1617264387 (integer)
65 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0150_lib.defaultSliderText.ts
' (135 chars) 1 => 1554792156 (integer)
66 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0160_lib.xtouraFooter.ts
' (130 chars) 1 => 1554792156 (integer)
67 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0170_lib.year.ts
' (122 chars) 1 => 1554792156 (integer)
68 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0200_lib.mailogo.ts
' (125 chars) 1 => 1618349172 (integer)
69 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.ctegoeries.ts
' (128 chars) 1 => 1554792156 (integer)
70 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0220_lib.footerForm.ts
' (128 chars) 1 => 1554800995 (integer)
71 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder.ts
' (133 chars) 1 => 1636026824 (integer)
72 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0230_lib.formAgencyOrder2021.ts
' (137 chars) 1 => 1632738569 (integer)
73 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0240_XtouraContent.ts
' (127 chars) 1 => 1617266845 (integer)
74 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0250_lib.formGetAccount.ts
' (132 chars) 1 => 1606131058 (integer)
75 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0260_lib.formGetAccountHotel.ts
' (137 chars) 1 => 1606131083 (integer)
76 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder.ts
' (134 chars) 1 => 1606131106 (integer)
77 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/0270_lib.formCatalogOrder2021.ts
' (138 chars) 1 => 1632996408 (integer)
78 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/090_lib.hotline.ts
' (124 chars) 1 => 1554792156 (integer)
79 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/1000_page.ts
' (118 chars) 1 => 1560946391 (integer)
80 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/satzart_template/Con
                  figuration/TypoScript/Library/9000_honeypot.ts
' (122 chars) 1 => 1633504691 (integer)
81 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/belog/Configuration/T
                  ypoScript/setup.txt
' (95 chars) 1 => 1544531880 (integer)
82 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/beuser/Configuration/
                  TypoScript/setup.txt
' (96 chars) 1 => 1544531880 (integer)
83 => array(2 items) 0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3/sysext/sys_note/Configuratio
                  n/TypoScript/setup.txt
' (98 chars) 1 => 1544531880 (integer)
sPre => 'page' (4 chars) pSetup => array(14 items) includeJSFooter. => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) 10 => 'FLUIDTEMPLATE' (13 chars) 10. => array(6 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file. => array(1 item) stdWrap. => array(2 items) cObject => 'CASE' (4 chars) cObject. => array(11 items) key. => array(1 item)max depth default => 'TEXT' (4 chars) default. => array(1 item)max depth pagets__1 => 'TEXT' (4 chars) pagets__1. => array(1 item)max depth pagets__2 => 'TEXT' (4 chars) pagets__2. => array(1 item)max depth pagets__3 => 'TEXT' (4 chars) pagets__3. => array(1 item)max depth pagets__4 => 'TEXT' (4 chars) pagets__4. => array(1 item)max depth dataProcessing. => array(10 items) 10 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 10. => array(3 items) levels => '2' (1 chars) includeSpacer => '1' (1 chars) as => 'mainnavigation' (14 chars) 20 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20. => array(5 items) entryLevel => '1' (1 chars) levels => '2' (1 chars) expandAll => '0' (1 chars) includeSpacer => '1' (1 chars) as => 'subnavigation' (13 chars) 30 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30. => array(5 items) special => 'rootline' (8 chars) special. => array(1 item) range => '0|-1' (4 chars) includeNotInMenu => '1' (1 chars) as => 'breadcrumb' (10 chars) if. => array(3 items) value => '{$page.theme.breadcrumbEnableLevel}' (35 chars) value. => array(3 items)max depth isGreaterThan. => array(1 item)max depth 40 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40. => array(4 items) special => 'language' (8 chars) special. => array(1 item) value => '{$page.theme.language.languageValue}' (36 chars) as => 'languagenavigation' (18 chars) if. => array(1 item) isTrue => '{$page.theme.language.languageValue}' (36 chars) 50 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50. => array(5 items) special => '{$page.theme.meta.navigationType}' (33 chars) special. => array(1 item) value => '{$page.theme.meta.navigationValue}' (34 chars) includeNotInMenu => '{$page.theme.meta.includeNotInMenu}' (35 chars) as => 'metanavigation' (14 chars) if. => array(1 item) isTrue => '{$page.theme.meta.navigationValue}' (34 chars) variables. => array(30 items) slider => 'CONTENT' (7 chars) slider. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 1' (10 chars) filter => 'CONTENT' (7 chars) filter. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 2' (10 chars) reisearten => 'CONTENT' (7 chars) reisearten. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 3' (10 chars) main => 'CONTENT' (7 chars) main. => array(2 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 0' (10 chars) header => 'CONTENT' (7 chars) header. => array(3 items) table => 'tt_content' (10 chars) select. => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 4' (10 chars) slide => '-1' (2 chars) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) pidCalendar => 'TEXT' (4 chars) pidCalendar. => array(1 item) value => '4' (1 chars) tourtypeMenuHeadline => 'TEXT' (4 chars) tourtypeMenuHeadline. => array(1 item) value => 'Reisethemen' (11 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) feUserLogin => 'TEXT' (4 chars) feUserLogin. => array(2 items) value => 'Agenturlogin' (12 chars) stdWrap. => array(1 item) typolink. => array(2 items)max depth feUserName => 'COA_INT' (7 chars) feUserName. => array(6 items) 10 => 'TEXT' (4 chars) 10. => array(2 items) data => 'TSFE:fe_user|user|company' (25 chars) wrap => '<a style="color:white" href="/intern/agenturbereich/startseite.html">Agentur
                        bereich: <span class="fa fa-user""></span> <strong> | </strong></a>
' (143 chars)
20 => 'TEXT' (4 chars) 20. => array(2 items) data => 'TSFE:fe_user|user|username' (26 chars) stdWrap. => array(2 items)max depth 40 => 'TEXT' (4 chars) 40. => array(2 items) value => 'TEST' (4 chars) wrap => '<script>XTouraUtils.runJS("$.getJSON('/ajax_call/Agenturen/externalAgencyCod
                        e/', { agency_code: fe_agency_id},function(data){ if(data.agency_code == fe_
                        agency_id) { console.log('agency registered') } else { console.log('agency i
                        nvalid') } })", ["jQuery"]);</script><!-- | -->
' (276 chars)
feUserLogout => 'TEXT' (4 chars) feUserLogout. => array(2 items) value => 'Abmelden' (8 chars) stdWrap. => array(2 items) typolink. => array(1 item)max depth wrap => '<span class="fa fa-unlock"></span> |' (37 chars) feUser => 'TEXT' (4 chars) feUser. => array(1 item) data => 'TSFE:fe_user|user|username' (26 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars)
meta. => array(5 items) X-UA-Compatible => 'IE=edge,chrome=1' (16 chars) X-UA-Compatible. => array(1 item) httpEquivalent => '1' (1 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description. => array(1 item) field => 'description' (11 chars) keywords. => array(1 item) field => 'keywords' (8 chars) includeJS. => array(empty) config. => array(1 item) htmlTag_stdWrap. => array(2 items) cObject => 'TEXT' (4 chars) cObject. => array(1 item) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars)
shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) headerData. => array(2 items) 1010 => 'USER_INT' (8 chars) 1010. => array(5 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) settings. => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) includeCSS. => array(empty) includeCSSLibs. => array(empty) includeJSLibs. => array(empty) variables. => array(8 items) rootLine => 'TEXT' (4 chars) rootLine. => array(1 item) value => 'pages' (5 chars) feUserActive => 'TEXT' (4 chars) feUserActive. => array(1 item) value => 'navbar-default' (14 chars) showFooterForm => 'TEXT' (4 chars) showFooterForm. => array(1 item) value => '1' (1 chars) showSearchTourfinder => 'TEXT' (4 chars) showSearchTourfinder. => array(1 item) value => '1' (1 chars) footerData. => array(2 items) 20 => 'TEXT' (4 chars) 20. => array(1 item) value => ' ' (4 chars)
newHash => '94cd38602a99b64c9f1129f7a8918850' (32 chars) getMethodUrlIdToken => '' (0 chars) no_cacheBeforePageGen => FALSE tempContent => TRUE forceTemplateParsing => FALSE cHash_array => array(empty) pagesTSconfig => '' (0 chars) additionalHeaderData => array(empty) additionalFooterData => array(empty) additionalJavaScript => array(empty) additionalCSS => array(empty) JSeventFuncCalls => array(7 items) onmousemove => array(empty) onmouseup => array(empty) onkeydown => array(empty) onkeyup => array(empty) onkeypress => array(empty) onload => array(empty) onunload => array(empty) JSCode => NULL inlineJS => NULL divSection => '' (0 chars) defaultBodyTag => '<body>' (6 chars) debug => '' (0 chars) intTarget => '' (0 chars) extTarget => '_blank' (6 chars) fileTarget => '' (0 chars) MP_defaults => array(empty) spamProtectEmailAddresses => 0 (integer) absRefPrefix => '/' (1 chars) compensateFieldWidth => '' (0 chars) lockFilePath => 'fileadmin/' (10 chars) ATagParams => '' (0 chars) sWordRegEx => '' (0 chars) sWordList => NULL linkVars => '' (0 chars) excludeCHashVars => '' (0 chars) displayEditIcons => '' (0 chars) displayFieldEditIcons => '' (0 chars) sys_language_uid => 0 (integer) sys_language_mode => '' (0 chars) sys_language_content => 0 (integer) sys_language_contentOL => NULL sys_language_isocode => 'de' (2 chars) applicationData => array(1 item) GMENU_LAYERS => array(2 items) WMid => array(empty) WMparentId => array(empty) register => array(9 items) SYS_LASTCHANGED => 1714026286 (integer) count_HMENU => 7 (integer) count_HMENU_MENUOBJ => 28 (integer) count_MENUOBJ => 6 (integer) count_menuItems => 6 (integer) colPos => '0' (1 chars) pageUid => '191' (3 chars) contentFromPid => '0' (1 chars) wrap => '' (0 chars) registerStack => array(1 item) 0 => array(5 items) SYS_LASTCHANGED => 1714026286 (integer) count_HMENU => 7 (integer) count_HMENU_MENUOBJ => 28 (integer) count_MENUOBJ => 6 (integer) count_menuItems => 6 (integer) cObjectDepthCounter => 43 (integer) recordRegister => array(empty) currentRecord => 'tt_content:1645' (15 chars) accessKey => array(empty) imagesOnPage => array(1 item) 0 => '/typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (71 chars) lastImageInfo => array(9 items) 0 => '368' (3 chars) 1 => '92' (2 chars) 2 => 'svg' (3 chars) 3 => 'typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (70 chars) origFile => 'typo3conf/ext/satzart_template/Resources/Public/Images/logo-2021-2.svg' (70 chars) origFile_mtime => 1633946106 (integer) originalFile => TYPO3\CMS\Core\Resource\Fileprototypeobjectsee above processedFile => TYPO3\CMS\Core\Resource\ProcessedFileprototypeobjectsee above fileCacheHash => '03a0e05cef' (10 chars) uniqueCounter => 6 (integer) uniqueString => '26b7834c0203bc3f298280675d4fd63e' (32 chars) indexedDocTitle => 'test' (4 chars) altPageTitle => '' (0 chars) baseUrl => '' (0 chars) anchorPrefix => '' (0 chars) usedUniqueIds => array(empty) cObj => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered content => '' (0 chars) clientInfo => array(2 items) BROWSER => 'net' (3 chars) VERSION => 5 (double) scriptParseTime => 0 (integer) csConvObj => TYPO3\CMS\Core\Charset\CharsetConverterprototypeobject noCharByteVal => 63 (integer) parsedCharsets => array(empty) caseFolding => array(empty) toASCII => array(empty) twoByteSets => array(1 item) ucs-2 => 1 (integer) fourByteSets => array(2 items) ucs-4 => 1 (integer) utf-32 => 1 (integer) eucBasedSets => array(4 items) gb2312 => 1 (integer) big5 => 1 (integer) euc-kr => 1 (integer) shift_jis => 1 (integer) synonyms => array(82 items) us => 'ascii' (5 chars) us-ascii => 'ascii' (5 chars) cp819 => 'iso-8859-1' (10 chars) ibm819 => 'iso-8859-1' (10 chars) iso-ir-100 => 'iso-8859-1' (10 chars) iso-ir-101 => 'iso-8859-2' (10 chars) iso-ir-109 => 'iso-8859-3' (10 chars) iso-ir-110 => 'iso-8859-4' (10 chars) iso-ir-144 => 'iso-8859-5' (10 chars) iso-ir-127 => 'iso-8859-6' (10 chars) iso-ir-126 => 'iso-8859-7' (10 chars) iso-ir-138 => 'iso-8859-8' (10 chars) iso-ir-148 => 'iso-8859-9' (10 chars) iso-ir-157 => 'iso-8859-10' (11 chars) iso-ir-179 => 'iso-8859-13' (11 chars) iso-ir-199 => 'iso-8859-14' (11 chars) iso-ir-203 => 'iso-8859-15' (11 chars) csisolatin1 => 'iso-8859-1' (10 chars) csisolatin2 => 'iso-8859-2' (10 chars) csisolatin3 => 'iso-8859-3' (10 chars) csisolatin5 => 'iso-8859-9' (10 chars) csisolatin8 => 'iso-8859-14' (11 chars) csisolatin9 => 'iso-8859-15' (11 chars) csisolatingreek => 'iso-8859-7' (10 chars) iso-celtic => 'iso-8859-14' (11 chars) latin1 => 'iso-8859-1' (10 chars) latin2 => 'iso-8859-2' (10 chars) latin3 => 'iso-8859-3' (10 chars) latin5 => 'iso-8859-9' (10 chars) latin6 => 'iso-8859-10' (11 chars) latin8 => 'iso-8859-14' (11 chars) latin9 => 'iso-8859-15' (11 chars) l1 => 'iso-8859-1' (10 chars) l2 => 'iso-8859-2' (10 chars) l3 => 'iso-8859-3' (10 chars) l5 => 'iso-8859-9' (10 chars) l6 => 'iso-8859-10' (11 chars) l8 => 'iso-8859-14' (11 chars) l9 => 'iso-8859-15' (11 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) tis-620 => 'iso-8859-11' (11 chars) win874 => 'windows-874' (11 chars) win1250 => 'windows-1250' (12 chars) win1251 => 'windows-1251' (12 chars) win1252 => 'windows-1252' (12 chars) win1253 => 'windows-1253' (12 chars) win1254 => 'windows-1254' (12 chars) win1255 => 'windows-1255' (12 chars) win1256 => 'windows-1256' (12 chars) win1257 => 'windows-1257' (12 chars) win1258 => 'windows-1258' (12 chars) cp1250 => 'windows-1250' (12 chars) cp1251 => 'windows-1251' (12 chars) cp1252 => 'windows-1252' (12 chars) ms-ee => 'windows-1250' (12 chars) ms-ansi => 'windows-1252' (12 chars) ms-greek => 'windows-1253' (12 chars) ms-turk => 'windows-1254' (12 chars) winbaltrim => 'windows-1257' (12 chars) koi-8ru => 'koi-8r' (6 chars) koi8r => 'koi-8r' (6 chars) cp878 => 'koi-8r' (6 chars) mac => 'macroman' (8 chars) macintosh => 'macroman' (8 chars) euc-cn => 'gb2312' (6 chars) x-euc-cn => 'gb2312' (6 chars) euccn => 'gb2312' (6 chars) cp936 => 'gb2312' (6 chars) big-5 => 'big5' (4 chars) cp950 => 'big5' (4 chars) eucjp => 'euc-jp' (6 chars) sjis => 'shift_jis' (9 chars) shift-jis => 'shift_jis' (9 chars) cp932 => 'shift_jis' (9 chars) cp949 => 'euc-kr' (6 chars) utf7 => 'utf-7' (5 chars) utf8 => 'utf-8' (5 chars) utf16 => 'utf-16' (6 chars) utf32 => 'utf-32' (6 chars) ucs2 => 'ucs-2' (5 chars) ucs4 => 'ucs-4' (5 chars) lang_to_script => array(156 items) af => 'west_european' (13 chars) ar => 'arabic' (6 chars) bg => 'cyrillic' (8 chars) bs => 'east_european' (13 chars) cs => 'east_european' (13 chars) da => 'west_european' (13 chars) de => 'west_european' (13 chars) es => 'west_european' (13 chars) et => 'estonian' (8 chars) eo => 'unicode' (7 chars) eu => 'west_european' (13 chars) fa => 'arabic' (6 chars) fi => 'west_european' (13 chars) fo => 'west_european' (13 chars) fr => 'west_european' (13 chars) ga => 'west_european' (13 chars) gl => 'west_european' (13 chars) gr => 'greek' (5 chars) he => 'hebrew' (6 chars) hi => 'unicode' (7 chars) hr => 'east_european' (13 chars) hu => 'east_european' (13 chars) iw => 'hebrew' (6 chars) is => 'west_european' (13 chars) it => 'west_european' (13 chars) ja => 'japanese' (8 chars) ka => 'unicode' (7 chars) kl => 'west_european' (13 chars) km => 'unicode' (7 chars) ko => 'korean' (6 chars) lt => 'lithuanian' (10 chars) lv => 'west_european' (13 chars) nl => 'west_european' (13 chars) no => 'west_european' (13 chars) nb => 'west_european' (13 chars) nn => 'west_european' (13 chars) pl => 'east_european' (13 chars) pt => 'west_european' (13 chars) ro => 'east_european' (13 chars) ru => 'cyrillic' (8 chars) sk => 'east_european' (13 chars) sl => 'east_european' (13 chars) sr => 'cyrillic' (8 chars) sv => 'west_european' (13 chars) sq => 'albanian' (8 chars) th => 'thai' (4 chars) uk => 'cyrillic' (8 chars) vi => 'vietnamese' (10 chars) zh => 'chinese' (7 chars) afk => 'west_european' (13 chars) ara => 'arabic' (6 chars) bgr => 'cyrillic' (8 chars) cat => 'west_european' (13 chars) chs => 'simpl_chinese' (13 chars) cht => 'trad_chinese' (12 chars) csy => 'east_european' (13 chars) dan => 'west_european' (13 chars) deu => 'west_european' (13 chars) dea => 'west_european' (13 chars) des => 'west_european' (13 chars) ena => 'west_european' (13 chars) enc => 'west_european' (13 chars) eng => 'west_european' (13 chars) enz => 'west_european' (13 chars) enu => 'west_european' (13 chars) euq => 'west_european' (13 chars) fos => 'west_european' (13 chars) far => 'arabic' (6 chars) fin => 'west_european' (13 chars) fra => 'west_european' (13 chars) frb => 'west_european' (13 chars) frc => 'west_european' (13 chars) frs => 'west_european' (13 chars) geo => 'unicode' (7 chars) glg => 'west_european' (13 chars) ell => 'greek' (5 chars) heb => 'hebrew' (6 chars) hin => 'unicode' (7 chars) hun => 'east_european' (13 chars) isl => 'west_european' (13 chars) ita => 'west_european' (13 chars) its => 'west_european' (13 chars) jpn => 'japanese' (8 chars) khm => 'unicode' (7 chars) kor => 'korean' (6 chars) lth => 'lithuanian' (10 chars) lvi => 'west_european' (13 chars) msl => 'west_european' (13 chars) nlb => 'west_european' (13 chars) nld => 'west_european' (13 chars) nor => 'west_european' (13 chars) non => 'west_european' (13 chars) plk => 'east_european' (13 chars) ptg => 'west_european' (13 chars) ptb => 'west_european' (13 chars) rom => 'east_european' (13 chars) rus => 'cyrillic' (8 chars) slv => 'east_european' (13 chars) sky => 'east_european' (13 chars) srl => 'east_european' (13 chars) srb => 'cyrillic' (8 chars) esp => 'west_european' (13 chars) esm => 'west_european' (13 chars) esn => 'west_european' (13 chars) sve => 'west_european' (13 chars) sqi => 'albanian' (8 chars) tha => 'thai' (4 chars) trk => 'turkish' (7 chars) ukr => 'cyrillic' (8 chars) afrikaans => 'west_european' (13 chars) albanian => 'albanian' (8 chars) arabic => 'arabic' (6 chars) basque => 'west_european' (13 chars) bosnian => 'east_european' (13 chars) bulgarian => 'east_european' (13 chars) catalan => 'west_european' (13 chars) croatian => 'east_european' (13 chars) czech => 'east_european' (13 chars) danish => 'west_european' (13 chars) dutch => 'west_european' (13 chars) english => 'west_european' (13 chars) esperanto => 'unicode' (7 chars) estonian => 'estonian' (8 chars) faroese => 'west_european' (13 chars) farsi => 'arabic' (6 chars) finnish => 'west_european' (13 chars) french => 'west_european' (13 chars) galician => 'west_european' (13 chars) georgian => 'unicode' (7 chars) german => 'west_european' (13 chars) greek => 'greek' (5 chars) greenlandic => 'west_european' (13 chars) hebrew => 'hebrew' (6 chars) hindi => 'unicode' (7 chars) hungarian => 'east_european' (13 chars) icelandic => 'west_european' (13 chars) italian => 'west_european' (13 chars) khmer => 'unicode' (7 chars) latvian => 'west_european' (13 chars) lettish => 'west_european' (13 chars) lithuanian => 'lithuanian' (10 chars) malay => 'west_european' (13 chars) norwegian => 'west_european' (13 chars) persian => 'arabic' (6 chars) polish => 'east_european' (13 chars) portuguese => 'west_european' (13 chars) russian => 'cyrillic' (8 chars) romanian => 'east_european' (13 chars) serbian => 'cyrillic' (8 chars) slovak => 'east_european' (13 chars) slovenian => 'east_european' (13 chars) spanish => 'west_european' (13 chars) svedish => 'west_european' (13 chars) that => 'thai' (4 chars) turkish => 'turkish' (7 chars) ukrainian => 'cyrillic' (8 chars) script_to_charset_unix => array(19 items) west_european => 'iso-8859-1' (10 chars) estonian => 'iso-8859-1' (10 chars) east_european => 'iso-8859-2' (10 chars) baltic => 'iso-8859-4' (10 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) greek => 'iso-8859-7' (10 chars) hebrew => 'iso-8859-8' (10 chars) turkish => 'iso-8859-9' (10 chars) thai => 'iso-8859-11' (11 chars) lithuanian => 'iso-8859-13' (11 chars) chinese => 'gb2312' (6 chars) japanese => 'euc-jp' (6 chars) korean => 'euc-kr' (6 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) vietnamese => '' (0 chars) unicode => 'utf-8' (5 chars) albanian => 'utf-8' (5 chars) script_to_charset_windows => array(19 items) east_european => 'windows-1250' (12 chars) cyrillic => 'windows-1251' (12 chars) west_european => 'windows-1252' (12 chars) greek => 'windows-1253' (12 chars) turkish => 'windows-1254' (12 chars) hebrew => 'windows-1255' (12 chars) arabic => 'windows-1256' (12 chars) baltic => 'windows-1257' (12 chars) estonian => 'windows-1257' (12 chars) lithuanian => 'windows-1257' (12 chars) vietnamese => 'windows-1258' (12 chars) thai => 'cp874' (5 chars) korean => 'cp949' (5 chars) chinese => 'gb2312' (6 chars) japanese => 'shift_jis' (9 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) albanian => 'windows-1250' (12 chars) unicode => 'utf-8' (5 chars) locale_to_charset => array(7 items) japanese.euc => 'euc-jp' (6 chars) ja_jp.ujis => 'euc-jp' (6 chars) korean.euc => 'euc-kr' (6 chars) sr@Latn => 'iso-8859-2' (10 chars) zh_cn => 'gb2312' (6 chars) zh_hk => 'big5' (4 chars) zh_tw => 'big5' (4 chars) charSetArray => array(66 items) af => '' (0 chars) ar => 'iso-8859-6' (10 chars) ba => 'iso-8859-2' (10 chars) bg => 'windows-1251' (12 chars) br => '' (0 chars) ca => 'iso-8859-15' (11 chars) ch => 'gb2312' (6 chars) cs => 'windows-1250' (12 chars) cz => 'windows-1250' (12 chars) da => '' (0 chars) de => '' (0 chars) dk => '' (0 chars) el => 'iso-8859-7' (10 chars) eo => 'utf-8' (5 chars) es => '' (0 chars) et => 'iso-8859-4' (10 chars) eu => '' (0 chars) fa => 'utf-8' (5 chars) fi => '' (0 chars) fo => 'utf-8' (5 chars) fr => '' (0 chars) fr_CA => '' (0 chars) ga => '' (0 chars) ge => 'utf-8' (5 chars) gl => '' (0 chars) gr => 'iso-8859-7' (10 chars) he => 'utf-8' (5 chars) hi => 'utf-8' (5 chars) hk => 'big5' (4 chars) hr => 'windows-1250' (12 chars) hu => 'iso-8859-2' (10 chars) is => 'utf-8' (5 chars) it => '' (0 chars) ja => 'shift_jis' (9 chars) jp => 'shift_jis' (9 chars) ka => 'utf-8' (5 chars) kl => 'utf-8' (5 chars) km => 'utf-8' (5 chars) ko => 'euc-kr' (6 chars) kr => 'euc-kr' (6 chars) lt => 'windows-1257' (12 chars) lv => 'utf-8' (5 chars) ms => '' (0 chars) my => '' (0 chars) nl => '' (0 chars) no => '' (0 chars) pl => 'iso-8859-2' (10 chars) pt => '' (0 chars) pt_BR => '' (0 chars) qc => '' (0 chars) ro => 'iso-8859-2' (10 chars) ru => 'windows-1251' (12 chars) se => '' (0 chars) si => 'windows-1250' (12 chars) sk => 'windows-1250' (12 chars) sl => 'windows-1250' (12 chars) sq => 'utf-8' (5 chars) sr => 'utf-8' (5 chars) sv => '' (0 chars) th => 'iso-8859-11' (11 chars) tr => 'iso-8859-9' (10 chars) ua => 'windows-1251' (12 chars) uk => 'windows-1251' (12 chars) vi => 'utf-8' (5 chars) vn => 'utf-8' (5 chars) zh => 'big5' (4 chars) defaultCharSet => 'utf-8' (5 chars) renderCharset => 'utf-8' (5 chars) metaCharset => 'utf-8' (5 chars) localeCharset => 'utf-8' (5 chars) lang => 'de' (2 chars) LL_labels_cache => array(empty) LL_files_cache => array(empty) languageDependencies => array(1 item) 0 => 'de' (2 chars) locks => array(1 item) pages => array(2 items) accessLock => TYPO3\CMS\Core\Locking\FileLockStrategyprototypeobject filePointer => filePath => '/var/www/vhosts/seltamed.de/htdocs/public/typo3temp/locks/flock_b3b32a2d4222
                  65cd25c3323ed0157f81
' (96 chars) isAcquired => FALSE
pageLock => TYPO3\CMS\Core\Locking\FileLockStrategyprototypeobject filePointer => resource filePath => '/var/www/vhosts/seltamed.de/htdocs/public/typo3temp/locks/flock_192d0d0162bc
                  2bdffe06016e2e87ad91
' (96 chars) isAcquired => TRUE
pageRenderer => TYPO3\CMS\Core\Page\PageRenderersingletonobject compressJavascript => FALSE compressCss => FALSE removeLineBreaksFromTemplate => FALSE concatenateFiles => FALSE concatenateJavascript => FALSE concatenateCss => FALSE moveJsFromHeaderToFooter => FALSE csConvObj => TYPO3\CMS\Core\Charset\CharsetConverterprototypeobject noCharByteVal => 63 (integer) parsedCharsets => array(empty) caseFolding => array(empty) toASCII => array(empty) twoByteSets => array(1 item) ucs-2 => 1 (integer) fourByteSets => array(2 items) ucs-4 => 1 (integer) utf-32 => 1 (integer) eucBasedSets => array(4 items) gb2312 => 1 (integer) big5 => 1 (integer) euc-kr => 1 (integer) shift_jis => 1 (integer) synonyms => array(82 items) us => 'ascii' (5 chars) us-ascii => 'ascii' (5 chars) cp819 => 'iso-8859-1' (10 chars) ibm819 => 'iso-8859-1' (10 chars) iso-ir-100 => 'iso-8859-1' (10 chars) iso-ir-101 => 'iso-8859-2' (10 chars) iso-ir-109 => 'iso-8859-3' (10 chars) iso-ir-110 => 'iso-8859-4' (10 chars) iso-ir-144 => 'iso-8859-5' (10 chars) iso-ir-127 => 'iso-8859-6' (10 chars) iso-ir-126 => 'iso-8859-7' (10 chars) iso-ir-138 => 'iso-8859-8' (10 chars) iso-ir-148 => 'iso-8859-9' (10 chars) iso-ir-157 => 'iso-8859-10' (11 chars) iso-ir-179 => 'iso-8859-13' (11 chars) iso-ir-199 => 'iso-8859-14' (11 chars) iso-ir-203 => 'iso-8859-15' (11 chars) csisolatin1 => 'iso-8859-1' (10 chars) csisolatin2 => 'iso-8859-2' (10 chars) csisolatin3 => 'iso-8859-3' (10 chars) csisolatin5 => 'iso-8859-9' (10 chars) csisolatin8 => 'iso-8859-14' (11 chars) csisolatin9 => 'iso-8859-15' (11 chars) csisolatingreek => 'iso-8859-7' (10 chars) iso-celtic => 'iso-8859-14' (11 chars) latin1 => 'iso-8859-1' (10 chars) latin2 => 'iso-8859-2' (10 chars) latin3 => 'iso-8859-3' (10 chars) latin5 => 'iso-8859-9' (10 chars) latin6 => 'iso-8859-10' (11 chars) latin8 => 'iso-8859-14' (11 chars) latin9 => 'iso-8859-15' (11 chars) l1 => 'iso-8859-1' (10 chars) l2 => 'iso-8859-2' (10 chars) l3 => 'iso-8859-3' (10 chars) l5 => 'iso-8859-9' (10 chars) l6 => 'iso-8859-10' (11 chars) l8 => 'iso-8859-14' (11 chars) l9 => 'iso-8859-15' (11 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) tis-620 => 'iso-8859-11' (11 chars) win874 => 'windows-874' (11 chars) win1250 => 'windows-1250' (12 chars) win1251 => 'windows-1251' (12 chars) win1252 => 'windows-1252' (12 chars) win1253 => 'windows-1253' (12 chars) win1254 => 'windows-1254' (12 chars) win1255 => 'windows-1255' (12 chars) win1256 => 'windows-1256' (12 chars) win1257 => 'windows-1257' (12 chars) win1258 => 'windows-1258' (12 chars) cp1250 => 'windows-1250' (12 chars) cp1251 => 'windows-1251' (12 chars) cp1252 => 'windows-1252' (12 chars) ms-ee => 'windows-1250' (12 chars) ms-ansi => 'windows-1252' (12 chars) ms-greek => 'windows-1253' (12 chars) ms-turk => 'windows-1254' (12 chars) winbaltrim => 'windows-1257' (12 chars) koi-8ru => 'koi-8r' (6 chars) koi8r => 'koi-8r' (6 chars) cp878 => 'koi-8r' (6 chars) mac => 'macroman' (8 chars) macintosh => 'macroman' (8 chars) euc-cn => 'gb2312' (6 chars) x-euc-cn => 'gb2312' (6 chars) euccn => 'gb2312' (6 chars) cp936 => 'gb2312' (6 chars) big-5 => 'big5' (4 chars) cp950 => 'big5' (4 chars) eucjp => 'euc-jp' (6 chars) sjis => 'shift_jis' (9 chars) shift-jis => 'shift_jis' (9 chars) cp932 => 'shift_jis' (9 chars) cp949 => 'euc-kr' (6 chars) utf7 => 'utf-7' (5 chars) utf8 => 'utf-8' (5 chars) utf16 => 'utf-16' (6 chars) utf32 => 'utf-32' (6 chars) ucs2 => 'ucs-2' (5 chars) ucs4 => 'ucs-4' (5 chars) lang_to_script => array(156 items) af => 'west_european' (13 chars) ar => 'arabic' (6 chars) bg => 'cyrillic' (8 chars) bs => 'east_european' (13 chars) cs => 'east_european' (13 chars) da => 'west_european' (13 chars) de => 'west_european' (13 chars) es => 'west_european' (13 chars) et => 'estonian' (8 chars) eo => 'unicode' (7 chars) eu => 'west_european' (13 chars) fa => 'arabic' (6 chars) fi => 'west_european' (13 chars) fo => 'west_european' (13 chars) fr => 'west_european' (13 chars) ga => 'west_european' (13 chars) gl => 'west_european' (13 chars) gr => 'greek' (5 chars) he => 'hebrew' (6 chars) hi => 'unicode' (7 chars) hr => 'east_european' (13 chars) hu => 'east_european' (13 chars) iw => 'hebrew' (6 chars) is => 'west_european' (13 chars) it => 'west_european' (13 chars) ja => 'japanese' (8 chars) ka => 'unicode' (7 chars) kl => 'west_european' (13 chars) km => 'unicode' (7 chars) ko => 'korean' (6 chars) lt => 'lithuanian' (10 chars) lv => 'west_european' (13 chars) nl => 'west_european' (13 chars) no => 'west_european' (13 chars) nb => 'west_european' (13 chars) nn => 'west_european' (13 chars) pl => 'east_european' (13 chars) pt => 'west_european' (13 chars) ro => 'east_european' (13 chars) ru => 'cyrillic' (8 chars) sk => 'east_european' (13 chars) sl => 'east_european' (13 chars) sr => 'cyrillic' (8 chars) sv => 'west_european' (13 chars) sq => 'albanian' (8 chars) th => 'thai' (4 chars) uk => 'cyrillic' (8 chars) vi => 'vietnamese' (10 chars) zh => 'chinese' (7 chars) afk => 'west_european' (13 chars) ara => 'arabic' (6 chars) bgr => 'cyrillic' (8 chars) cat => 'west_european' (13 chars) chs => 'simpl_chinese' (13 chars) cht => 'trad_chinese' (12 chars) csy => 'east_european' (13 chars) dan => 'west_european' (13 chars) deu => 'west_european' (13 chars) dea => 'west_european' (13 chars) des => 'west_european' (13 chars) ena => 'west_european' (13 chars) enc => 'west_european' (13 chars) eng => 'west_european' (13 chars) enz => 'west_european' (13 chars) enu => 'west_european' (13 chars) euq => 'west_european' (13 chars) fos => 'west_european' (13 chars) far => 'arabic' (6 chars) fin => 'west_european' (13 chars) fra => 'west_european' (13 chars) frb => 'west_european' (13 chars) frc => 'west_european' (13 chars) frs => 'west_european' (13 chars) geo => 'unicode' (7 chars) glg => 'west_european' (13 chars) ell => 'greek' (5 chars) heb => 'hebrew' (6 chars) hin => 'unicode' (7 chars) hun => 'east_european' (13 chars) isl => 'west_european' (13 chars) ita => 'west_european' (13 chars) its => 'west_european' (13 chars) jpn => 'japanese' (8 chars) khm => 'unicode' (7 chars) kor => 'korean' (6 chars) lth => 'lithuanian' (10 chars) lvi => 'west_european' (13 chars) msl => 'west_european' (13 chars) nlb => 'west_european' (13 chars) nld => 'west_european' (13 chars) nor => 'west_european' (13 chars) non => 'west_european' (13 chars) plk => 'east_european' (13 chars) ptg => 'west_european' (13 chars) ptb => 'west_european' (13 chars) rom => 'east_european' (13 chars) rus => 'cyrillic' (8 chars) slv => 'east_european' (13 chars) sky => 'east_european' (13 chars) srl => 'east_european' (13 chars) srb => 'cyrillic' (8 chars) esp => 'west_european' (13 chars) esm => 'west_european' (13 chars) esn => 'west_european' (13 chars) sve => 'west_european' (13 chars) sqi => 'albanian' (8 chars) tha => 'thai' (4 chars) trk => 'turkish' (7 chars) ukr => 'cyrillic' (8 chars) afrikaans => 'west_european' (13 chars) albanian => 'albanian' (8 chars) arabic => 'arabic' (6 chars) basque => 'west_european' (13 chars) bosnian => 'east_european' (13 chars) bulgarian => 'east_european' (13 chars) catalan => 'west_european' (13 chars) croatian => 'east_european' (13 chars) czech => 'east_european' (13 chars) danish => 'west_european' (13 chars) dutch => 'west_european' (13 chars) english => 'west_european' (13 chars) esperanto => 'unicode' (7 chars) estonian => 'estonian' (8 chars) faroese => 'west_european' (13 chars) farsi => 'arabic' (6 chars) finnish => 'west_european' (13 chars) french => 'west_european' (13 chars) galician => 'west_european' (13 chars) georgian => 'unicode' (7 chars) german => 'west_european' (13 chars) greek => 'greek' (5 chars) greenlandic => 'west_european' (13 chars) hebrew => 'hebrew' (6 chars) hindi => 'unicode' (7 chars) hungarian => 'east_european' (13 chars) icelandic => 'west_european' (13 chars) italian => 'west_european' (13 chars) khmer => 'unicode' (7 chars) latvian => 'west_european' (13 chars) lettish => 'west_european' (13 chars) lithuanian => 'lithuanian' (10 chars) malay => 'west_european' (13 chars) norwegian => 'west_european' (13 chars) persian => 'arabic' (6 chars) polish => 'east_european' (13 chars) portuguese => 'west_european' (13 chars) russian => 'cyrillic' (8 chars) romanian => 'east_european' (13 chars) serbian => 'cyrillic' (8 chars) slovak => 'east_european' (13 chars) slovenian => 'east_european' (13 chars) spanish => 'west_european' (13 chars) svedish => 'west_european' (13 chars) that => 'thai' (4 chars) turkish => 'turkish' (7 chars) ukrainian => 'cyrillic' (8 chars) script_to_charset_unix => array(19 items) west_european => 'iso-8859-1' (10 chars) estonian => 'iso-8859-1' (10 chars) east_european => 'iso-8859-2' (10 chars) baltic => 'iso-8859-4' (10 chars) cyrillic => 'iso-8859-5' (10 chars) arabic => 'iso-8859-6' (10 chars) greek => 'iso-8859-7' (10 chars) hebrew => 'iso-8859-8' (10 chars) turkish => 'iso-8859-9' (10 chars) thai => 'iso-8859-11' (11 chars) lithuanian => 'iso-8859-13' (11 chars) chinese => 'gb2312' (6 chars) japanese => 'euc-jp' (6 chars) korean => 'euc-kr' (6 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) vietnamese => '' (0 chars) unicode => 'utf-8' (5 chars) albanian => 'utf-8' (5 chars) script_to_charset_windows => array(19 items) east_european => 'windows-1250' (12 chars) cyrillic => 'windows-1251' (12 chars) west_european => 'windows-1252' (12 chars) greek => 'windows-1253' (12 chars) turkish => 'windows-1254' (12 chars) hebrew => 'windows-1255' (12 chars) arabic => 'windows-1256' (12 chars) baltic => 'windows-1257' (12 chars) estonian => 'windows-1257' (12 chars) lithuanian => 'windows-1257' (12 chars) vietnamese => 'windows-1258' (12 chars) thai => 'cp874' (5 chars) korean => 'cp949' (5 chars) chinese => 'gb2312' (6 chars) japanese => 'shift_jis' (9 chars) simpl_chinese => 'gb2312' (6 chars) trad_chinese => 'big5' (4 chars) albanian => 'windows-1250' (12 chars) unicode => 'utf-8' (5 chars) locale_to_charset => array(7 items) japanese.euc => 'euc-jp' (6 chars) ja_jp.ujis => 'euc-jp' (6 chars) korean.euc => 'euc-kr' (6 chars) sr@Latn => 'iso-8859-2' (10 chars) zh_cn => 'gb2312' (6 chars) zh_hk => 'big5' (4 chars) zh_tw => 'big5' (4 chars) charSetArray => array(66 items) af => '' (0 chars) ar => 'iso-8859-6' (10 chars) ba => 'iso-8859-2' (10 chars) bg => 'windows-1251' (12 chars) br => '' (0 chars) ca => 'iso-8859-15' (11 chars) ch => 'gb2312' (6 chars) cs => 'windows-1250' (12 chars) cz => 'windows-1250' (12 chars) da => '' (0 chars) de => '' (0 chars) dk => '' (0 chars) el => 'iso-8859-7' (10 chars) eo => 'utf-8' (5 chars) es => '' (0 chars) et => 'iso-8859-4' (10 chars) eu => '' (0 chars) fa => 'utf-8' (5 chars) fi => '' (0 chars) fo => 'utf-8' (5 chars) fr => '' (0 chars) fr_CA => '' (0 chars) ga => '' (0 chars) ge => 'utf-8' (5 chars) gl => '' (0 chars) gr => 'iso-8859-7' (10 chars) he => 'utf-8' (5 chars) hi => 'utf-8' (5 chars) hk => 'big5' (4 chars) hr => 'windows-1250' (12 chars) hu => 'iso-8859-2' (10 chars) is => 'utf-8' (5 chars) it => '' (0 chars) ja => 'shift_jis' (9 chars) jp => 'shift_jis' (9 chars) ka => 'utf-8' (5 chars) kl => 'utf-8' (5 chars) km => 'utf-8' (5 chars) ko => 'euc-kr' (6 chars) kr => 'euc-kr' (6 chars) lt => 'windows-1257' (12 chars) lv => 'utf-8' (5 chars) ms => '' (0 chars) my => '' (0 chars) nl => '' (0 chars) no => '' (0 chars) pl => 'iso-8859-2' (10 chars) pt => '' (0 chars) pt_BR => '' (0 chars) qc => '' (0 chars) ro => 'iso-8859-2' (10 chars) ru => 'windows-1251' (12 chars) se => '' (0 chars) si => 'windows-1250' (12 chars) sk => 'windows-1250' (12 chars) sl => 'windows-1250' (12 chars) sq => 'utf-8' (5 chars) sr => 'utf-8' (5 chars) sv => '' (0 chars) th => 'iso-8859-11' (11 chars) tr => 'iso-8859-9' (10 chars) ua => 'windows-1251' (12 chars) uk => 'windows-1251' (12 chars) vi => 'utf-8' (5 chars) vn => 'utf-8' (5 chars) zh => 'big5' (4 chars) locales => TYPO3\CMS\Core\Localization\Localessingletonobject languages => array(52 items) default => 'English' (7 chars) af => 'Afrikaans' (9 chars) ar => 'Arabic' (6 chars) bs => 'Bosnian' (7 chars) bg => 'Bulgarian' (9 chars) ca => 'Catalan' (7 chars) ch => 'Chinese (Simpl.)' (16 chars) cs => 'Czech' (5 chars) da => 'Danish' (6 chars) de => 'German' (6 chars) el => 'Greek' (5 chars) eo => 'Esperanto' (9 chars) es => 'Spanish' (7 chars) et => 'Estonian' (8 chars) eu => 'Basque' (6 chars) fa => 'Persian' (7 chars) fi => 'Finnish' (7 chars) fo => 'Faroese' (7 chars) fr => 'French' (6 chars) fr_CA => 'French (Canada)' (15 chars) gl => 'Galician' (8 chars) he => 'Hebrew' (6 chars) hi => 'Hindi' (5 chars) hr => 'Croatian' (8 chars) hu => 'Hungarian' (9 chars) is => 'Icelandic' (9 chars) it => 'Italian' (7 chars) ja => 'Japanese' (8 chars) ka => 'Georgian' (8 chars) kl => 'Greenlandic' (11 chars) km => 'Khmer' (5 chars) ko => 'Korean' (6 chars) lt => 'Lithuanian' (10 chars) lv => 'Latvian' (7 chars) ms => 'Malay' (5 chars) nl => 'Dutch' (5 chars) no => 'Norwegian' (9 chars) pl => 'Polish' (6 chars) pt => 'Portuguese' (10 chars) pt_BR => 'Brazilian Portuguese' (20 chars) ro => 'Romanian' (8 chars) ru => 'Russian' (7 chars) sk => 'Slovak' (6 chars) sl => 'Slovenian' (9 chars) sq => 'Albanian' (8 chars) sr => 'Serbian' (7 chars) sv => 'Swedish' (7 chars) th => 'Thai' (4 chars) tr => 'Turkish' (7 chars) uk => 'Ukrainian' (9 chars) vi => 'Vietnamese' (10 chars) zh => 'Chinese (Trad.)' (15 chars) isoReverseMapping => array(19 items) bs => 'ba' (2 chars) cs => 'cz' (2 chars) da => 'dk' (2 chars) el => 'gr' (2 chars) fr_CA => 'qc' (2 chars) gl => 'ga' (2 chars) ja => 'jp' (2 chars) ka => 'ge' (2 chars) kl => 'gl' (2 chars) ko => 'kr' (2 chars) ms => 'my' (2 chars) pt_BR => 'br' (2 chars) sl => 'si' (2 chars) sv => 'se' (2 chars) uk => 'ua' (2 chars) vi => 'vn' (2 chars) zh => 'hk' (2 chars) zh_CN => 'ch' (2 chars) zh_HK => 'hk' (2 chars) isoMapping => array(18 items) ba => 'bs' (2 chars) cz => 'cs' (2 chars) dk => 'da' (2 chars) gr => 'el' (2 chars) qc => 'fr_CA' (5 chars) ga => 'gl' (2 chars) jp => 'ja' (2 chars) ge => 'ka' (2 chars) gl => 'kl' (2 chars) kr => 'ko' (2 chars) my => 'ms' (2 chars) br => 'pt_BR' (5 chars) si => 'sl' (2 chars) se => 'sv' (2 chars) ua => 'uk' (2 chars) vn => 'vi' (2 chars) hk => 'zh_HK' (5 chars) ch => 'zh_CN' (5 chars) localeDependencies => array(2 items) fr_CA => array(1 item) 0 => 'fr' (2 chars) pt_BR => array(1 item) 0 => 'pt' (2 chars) lang => 'de' (2 chars) languageDependencies => array(1 item) 0 => 'de' (2 chars) compressor => NULL jsFiles => array(empty) jsFooterFiles => array(empty) jsLibs => array(empty) jsFooterLibs => array(empty) cssFiles => array(empty) cssLibs => array(empty) title => NULL charSet => NULL favIcon => NULL baseUrl => NULL renderXhtml => FALSE xmlPrologAndDocType => '' (0 chars) metaTags => array(empty) inlineComments => array(empty) headerData => array(empty) footerData => array(empty) titleTag => '<title>|</title>' (16 chars) metaCharsetTag => '<meta http-equiv="Content-Type" content="text/html; charset=|" />' (65 chars) htmlTag => '<html>' (6 chars) headTag => '<head>' (6 chars) baseUrlTag => '<base href="|" />' (17 chars) iconMimeType => '' (0 chars) shortcutTag => '<link rel="shortcut icon" href="%1$s"%2$s />' (44 chars) jsInline => array(empty) jsFooterInline => array(empty) extOnReadyCode => array(empty) cssInline => array(empty) bodyContent => NULL templateFile => 'EXT:frontend/Resources/Private/Templates/MainPage.html' (54 chars) jsLibraryNames => array(1 item) 0 => 'extjs' (5 chars) requireJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/' (48 chars) extJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/extjs/' (54 chars) jQueryPath => 'sysext/core/Resources/Public/JavaScript/Contrib/jquery/' (55 chars) jQueryVersions => array(empty) availableLocalJqueryVersions => array(1 item) 0 => '2.1.4' (5 chars) jQueryCdnUrls => array(4 items) google => 'https://ajax.googleapis.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (63 chars) msn => 'https://ajax.aspnetcdn.com/ajax/jQuery/jquery-%1$s%2$s.js' (57 chars) jquery => 'https://code.jquery.com/jquery-%1$s%2$s.js' (42 chars) cloudflare => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (64 chars) addRequireJs => FALSE requireJsConfig => array(empty) addExtJS => FALSE extDirectCodeAdded => FALSE enableExtJsDebug => FALSE enableJqueryDebug => FALSE extJStheme => TRUE extJScss => TRUE inlineLanguageLabels => array(empty) inlineLanguageLabelFiles => array(empty) inlineSettings => array(empty) inlineJavascriptWrap => array(2 items) 0 => '<script type="text/javascript"> /*<![CDATA[*/ ' (46 chars) 1 => '/*]]>*/ </script> ' (18 chars) compressError => '' (0 chars) endingSlash => '' (0 chars) backPath => 'typo3/' (6 chars) pageCache => TYPO3\CMS\Core\Cache\Frontend\VariableFrontendprototypeobject useIgBinary => TRUE identifier => 'cache_pages' (11 chars) backend => TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackendprototypeobject cacheTable => 'cf_cache_pages' (14 chars) tagsTable => 'cf_cache_pages_tags' (19 chars) compression => TRUE compressionLevel => -1 (integer) identifierField => 'cf_cache_pages.identifier' (25 chars) expiresField => 'cf_cache_pages.expires' (22 chars) maximumLifetime => 423816726 (integer) notExpiredStatement => 'cf_cache_pages.expires >= 1722092874' (36 chars) expiredStatement => 'cf_cache_pages.expires < 1722092874' (35 chars) tableList => 'cf_cache_pages, cf_cache_pages_tags' (35 chars) tableJoin => 'cf_cache_pages.identifier = cf_cache_pages_tags.identifier' (58 chars) cache => TYPO3\CMS\Core\Cache\Frontend\VariableFrontendprototypeobjectsee above cacheIdentifier => 'cache_pages' (11 chars) context => 'production' (10 chars) defaultLifetime => 3600 (integer) pageCacheTags => array(1 item) 0 => 'pageId_191' (10 chars) cacheHash => TYPO3\CMS\Frontend\Page\CacheHashCalculatorsingletonobject cachedParametersWhiteList => array(empty) excludedParameters => array(10 items) 0 => 'L' (1 chars) 1 => 'pk_campaign' (11 chars) 2 => 'pk_kwd' (6 chars) 3 => 'utm_source' (10 chars) 4 => 'utm_medium' (10 chars) 5 => 'utm_campaign' (12 chars) 6 => 'utm_term' (8 chars) 7 => 'utm_content' (11 chars) 8 => 'fbclid' (6 chars) 9 => 'gclid' (5 chars) requireCacheHashPresenceParameters => array(empty) excludedParametersIfEmpty => array(empty) excludeAllEmptyParameters => FALSE includePageId => '1' (1 chars) domainDataCache => array(empty) contentType => 'text/html' (9 chars) xhtmlDoctype => '' (0 chars) xhtmlVersion => NULL requestedId => 191 (integer) dtdAllowsFrames => TRUE
page => array(74 items) uid => '191' (3 chars) pid => '190' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654084153' (10 chars) sorting => '256' (3 chars) deleted => '0' (1 chars) perms_userid => '2' (1 chars) perms_groupid => '1' (1 chars) perms_user => '31' (2 chars) perms_group => '0' (1 chars) perms_everybody => '0' (1 chars) editlock => '0' (1 chars) crdate => '1654080917' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) title => 'test' (4 chars) doktype => '1' (1 chars) TSconfig => NULL is_siteroot => '0' (1 chars) php_tree_stop => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) url => '' (0 chars) starttime => '0' (1 chars) endtime => '0' (1 chars) urltype => '1' (1 chars) shortcut => '0' (1 chars) shortcut_mode => '0' (1 chars) no_cache => '0' (1 chars) fe_group => '0' (1 chars) subtitle => '' (0 chars) layout => '0' (1 chars) url_scheme => '0' (1 chars) target => '' (0 chars) media => '0' (1 chars) lastUpdated => '0' (1 chars) keywords => NULL cache_timeout => '0' (1 chars) cache_tags => '' (0 chars) newUntil => '0' (1 chars) description => NULL no_search => '0' (1 chars) SYS_LASTCHANGED => '1714026286' (10 chars) abstract => NULL module => '' (0 chars) extendToSubpages => '0' (1 chars) author => '' (0 chars) author_email => '' (0 chars) nav_title => '' (0 chars) nav_hide => '0' (1 chars) content_from_pid => '0' (1 chars) mount_pid => '0' (1 chars) mount_pid_ol => '0' (1 chars) alias => '' (0 chars) l18n_cfg => '0' (1 chars) fe_login_mode => '0' (1 chars) backend_layout => '' (0 chars) backend_layout_next_level => '' (0 chars) tx_realurl_pathsegment => '' (0 chars) tx_realurl_pathoverride => '0' (1 chars) tx_realurl_exclude => '0' (1 chars) categories => '0' (1 chars) tsconfig_includes => NULL exclude_from_sitemap => '0' (1 chars) sitemap_priority => '5' (1 chars) sitemap_changefreq => '' (0 chars) tsSetup => array(16 items) tt_content => array(72 items) header => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(8 items) field => 'subheader' (9 chars) required => '1' (1 chars) dataWrap => '<p class="csc-subheader csc-subheader-{field:layout}">|</p>' (59 chars) htmlSpecialChars => '1' (1 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.su
                        bheader
' (83 chars)
_typoScriptNodeValue => 'tt_content:subheader,layout' (27 chars)
prefixComment => '2 | Subheader:' (14 chars) if => array(3 items) value => 'html5' (5 chars) negate => '1' (1 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
text => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(6 items) field => 'bodytext' (8 chars) required => '1' (1 chars) parseFunc => '< lib.parseFunc_RTE' (19 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.bo
                        dytext
' (82 chars)
_typoScriptNodeValue => 'tt_content:bodytext' (19 chars)
prefixComment => '2 | Text:' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
image => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(37 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tex
                  tpic
' (80 chars) imgPath => 'uploads/pics/' (13 chars) imgListContainsReferenceUids => '1' (1 chars) imgObjNum => '1' (1 chars) maxW => array(2 items) override => array(1 item) data => 'register:maxImageWidth' (22 chars) _typoScriptNodeValue => '600' (3 chars) maxWInText => array(2 items) override => array(1 item) data => 'register:maxImageWidthInText' (28 chars) _typoScriptNodeValue => '' (0 chars) imageTextSplit => '1' (1 chars) borderThick => '2' (1 chars) borderClass => 'csc-textpic-border' (18 chars) colSpace => '10' (2 chars) textMargin => '10' (2 chars) borderSpace => '0' (1 chars) separateRows => '1' (1 chars) addClasses => '' (0 chars) addClassesCol => array(3 items) ifEmpty => 'csc-textpic-firstcol csc-textpic-lastcol' (40 chars) override => array(2 items) if => array(2 items)max depth _typoScriptNodeValue => 'csc-textpic-firstcol |*| |*| csc-textpic-lastcol' (48 chars) _typoScriptNodeValue => '' (0 chars) addClassesImage => 'csc-textpic-first |*| |*| csc-textpic-last' (42 chars) renderMethod => 'noWraps' (7 chars) editIcons => array(2 items) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.im
                        ages
' (80 chars)
_typoScriptNodeValue => 'tt_content : image [imageorient|imagewidth|imageheight],[imagecols|image_noR
                     ows|imageborder],[image_zoom],[image_compression|image_effects|image_frames]
                     ,[imagecaption_position]
' (176 chars)
layout => array(3 items) default => array(2 items) value => '###IMAGES### ###TEXT###' (23 chars) _typoScriptNodeValue => 'TEXT' (4 chars) key => array(1 item) field => 'imageorient' (11 chars) _typoScriptNodeValue => 'CASE' (4 chars) preRenderRegisters => array(1 item) allImageCaptions => array(1 item) cObject => array(3 items)max depth imgList => array(1 item) cObject => array(3 items) renderObj => array(3 items)max depth references => array(2 items)max depth _typoScriptNodeValue => 'FILES' (5 chars) 1 => array(11 items) layoutKey => 'default' (7 chars) imageLinkWrap => array(12 items) bodyTag => '<body style="margin:0; background:#fff;">' (41 chars) wrap => '<a href="javascript:close();"> | </a>' (37 chars) width => '800m' (4 chars) height => '600m' (4 chars) effects => '' (0 chars) JSwindow => array(3 items)max depth directImageLink => '0' (1 chars) crop => array(1 item)max depth enable => array(2 items)max depth typolink => array(3 items)max depth linkParams => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) altText => array(3 items) data => 'file:current:alternative' (24 chars) stripHtml => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) titleText => array(3 items) data => 'file:current:title' (18 chars) stripHtml => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) emptyTitleHandling => 'removeAttr' (10 chars) titleInLink => '1' (1 chars) titleInLinkAndImg => '0' (1 chars) file => array(3 items) treatIdAsReference => '1' (1 chars) import => array(1 item)max depth width => array(1 item)max depth layout => array(4 items) default => array(1 item)max depth srcset => array(2 items)max depth picture => array(2 items)max depth data => array(2 items)max depth sourceCollection => array(2 items) small => array(4 items)max depth smallRetina => array(6 items)max depth longdescURL => array(1 item) parameter => array(2 items)max depth textPos => array(1 item) field => 'imageorient' (11 chars) equalH => array(1 item) field => 'imageheight' (11 chars) image_compression => array(1 item) field => 'image_compression' (17 chars) image_effects => array(1 item) field => 'image_effects' (13 chars) noRows => array(1 item) field => 'image_noRows' (12 chars) cols => array(1 item) field => 'imagecols' (9 chars) border => array(1 item) field => 'imageborder' (11 chars) caption => array(2 items) 1 => array(2 items) 1 => array(5 items)max depth _typoScriptNodeValue => 'COA' (3 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content : imagecaption_position' (34 chars) captionAlign => array(1 item) field => 'imagecaption_position' (21 chars) imageStdWrap => array(empty) imageStdWrapNoWidth => array(1 item) wrap => '<div class="csc-textpic-imagewrap"> | </div>' (44 chars) imageColumnStdWrap => array(empty) rendering => array(5 items) singleNoCaption => array(10 items) fallbackRendering => array(4 items)max depth allStdWrap => array(2 items)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth imgTagStdWrap => array(1 item)max depth editIconsStdWrap => array(1 item)max depth caption => array(1 item)max depth noCaption => array(7 items) fallbackRendering => array(3 items)max depth allStdWrap => array(1 item)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth singleCaption => array(3 items) fallbackRendering => array(3 items)max depth singleStdWrap => array(1 item)max depth caption => array(2 items)max depth splitCaption => array(7 items) fallbackRendering => array(3 items)max depth singleStdWrap => array(1 item)max depth rowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth lastRowStdWrap => array(1 item)max depth columnStdWrap => array(1 item)max depth caption => array(2 items)max depth noWraps => array(6 items) imageRowStdWrap => array(1 item)max depth noRowsStdWrap => array(1 item)max depth oneImageStdWrap => array(1 item)max depth imgTagStdWrap => array(1 item)max depth editIconsStdWrap => array(1 item)max depth caption => array(1 item)max depth stdWrap => array(1 item) prefixComment => '2 | Image block:' (16 chars) _typoScriptNodeValue => 'USER' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
textpic => array(3 items) 10 => array(3 items) 10 => '< lib.stdheader' (15 chars) if => array(2 items) value => '25' (2 chars) isLessThan => array(1 item) field => 'imageorient' (11 chars) _typoScriptNodeValue => 'COA' (3 chars) 20 => array(2 items) text => array(3 items) 10 => array(3 items) 10 => array(2 items)max depth if => array(2 items)max depth _typoScriptNodeValue => 'COA' (3 chars) 20 => '< tt_content.text.20' (20 chars) wrap => '|' (1 chars) _typoScriptNodeValue => '< tt_content.image.20' (21 chars) _typoScriptNodeValue => 'COA' (3 chars) bullets => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) field => 'bodytext' (8 chars) trim => '1' (1 chars) dataWrap => '<ul class="csc-bulletlist csc-bulletlist-{field:layout}">|</ul>' (63 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/pi1/locallang.xlf:eIcon.bullets' (58 chars) _typoScriptNodeValue => 'tt_content: bodytext, [layout]' (30 chars) prefixComment => '2 | Bullet list:' (16 chars) split => array(4 items) cObjNum => '|*|1|| 2|*|' (11 chars) token => array(1 item) char => '10' (2 chars) 1 => array(3 items) current => '1' (1 chars) htmlSpecialChars => '1' (1 chars) wrap => '<li class="odd">|</li>' (22 chars) 2 => array(3 items) current => '1' (1 chars) htmlSpecialChars => '1' (1 chars) wrap => '<li class="even">|</li>' (23 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) uploads => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) renderObj => array(7 items) 10 => array(3 items) file => array(2 items)max depth stdWrap => array(2 items)max depth _typoScriptNodeValue => 'IMAGE' (5 chars) 15 => array(3 items) file => array(1 item)max depth stdWrap => array(2 items)max depth _typoScriptNodeValue => 'IMAGE' (5 chars) 20 => array(7 items) data => 'file:current:title // file:current:name' (39 chars) htmlSpecialChars => '1' (1 chars) required => '1' (1 chars) wrap => '<span class="csc-uploads-fileName">|</span>' (43 chars) replacement => array(2 items)max depth typolink => array(4 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) 30 => array(5 items) data => 'file:current:description' (24 chars) htmlSpecialChars => '1' (1 chars) wrap => '<span class="csc-uploads-description">|</span>' (46 chars) required => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 40 => array(5 items) data => 'file:current:size' (17 chars) wrap => '<span class="csc-uploads-fileSize">|</span>' (43 chars) bytes => array(2 items)max depth if => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) wrap => array(1 item) cObject => array(4 items)max depth _typoScriptNodeValue => 'COA' (3 chars) references => array(2 items) table => 'tt_content' (10 chars) fieldName => 'media' (5 chars) collections => array(1 item) field => 'file_collections' (16 chars) folders => array(1 item) field => 'select_key' (10 chars) sorting => array(1 item) field => 'filelink_sorting' (16 chars) stdWrap => array(3 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: media, layout [table_bgColor|table_border|table_cellspacing|tabl
                        e_cellpadding], filelink_size
' (105 chars)
prefixComment => '2 | Filelist:' (13 chars) dataWrap => '<ul class="csc-uploads csc-uploads-{field:layout}">|</ul>' (57 chars)
_typoScriptNodeValue => 'FILES' (5 chars)
_typoScriptNodeValue => 'COA' (3 chars)
table => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(10 items) userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tab
                  le
' (78 chars) field => 'bodytext' (8 chars) color => array(9 items) default => '' (0 chars) 1 => '#EDEBF1' (7 chars) 2 => '#F5FFAA' (7 chars) 200 => '' (0 chars) 240 => 'black' (5 chars) 241 => 'white' (5 chars) 242 => '#333333' (7 chars) 243 => 'gray' (4 chars) 244 => 'silver' (6 chars) tableParams_0 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_1 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_2 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) tableParams_3 => array(3 items) border => '' (0 chars) cellpadding => '' (0 chars) cellspacing => '' (0 chars) innerStdWrap => array(3 items) wrap => '|' (1 chars) htmlSpecialChars => '1' (1 chars) br => '1' (1 chars) stdWrap => array(2 items) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: cols, bodytext, [layout], [table_bgColor|table_border|table_cell
                        spacing|table_cellpadding]
' (102 chars)
prefixComment => '2 | Table:' (10 chars)
_typoScriptNodeValue => 'USER' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
menu => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(14 items) default => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'list' (4 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-def">|</ul>' (40 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 1 => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-1">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 2 => array(9 items) 1 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 4 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 5 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 6 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 7 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<div class="csc-sitemap">|</div>' (32 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 3 => array(4 items) special => array(2 items) value => array(2 items)max depth _typoScriptNodeValue => 'list' (4 chars) 1 => array(4 items) target => array(2 items)max depth sectionIndex => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-3">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 4 => array(4 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(4 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<dl class="csc-menu csc-menu-4">|</dl>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 5 => array(4 items) special => array(4 items) maxAge => '3600*24*7' (9 chars) excludeNoSearchPages => '1' (1 chars) value => array(1 item)max depth _typoScriptNodeValue => 'updated' (7 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-5">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 6 => array(4 items) special => array(3 items) excludeNoSearchPages => '1' (1 chars) value => array(1 item)max depth _typoScriptNodeValue => 'keywords' (8 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-6">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 7 => array(5 items) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) target => array(2 items)max depth expAll => '1' (1 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(6 items) target => array(2 items)max depth expAll => '1' (1 chars) sectionIndex => array(2 items)max depth wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-7">|</ul>' (38 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) 8 => array(10 items) 1 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 4 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 5 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 6 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 7 => array(5 items) target => array(2 items)max depth expAll => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) special => array(2 items) value => array(1 item)max depth _typoScriptNodeValue => 'directory' (9 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<div class="csc-sitemap">|</div>' (32 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) categorized_pages => array(4 items) special => array(5 items) sorting => 'title' (5 chars) order => 'asc' (3 chars) value => array(1 item)max depth relation => array(1 item)max depth _typoScriptNodeValue => 'categories' (10 chars) 1 => array(3 items) target => array(2 items)max depth NO => array(3 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(3 items) prepend => array(5 items)max depth outerWrap => '<ul class="csc-menu csc-menu-categorized-pages">|</ul>' (54 chars) required => '1' (1 chars) _typoScriptNodeValue => 'HMENU' (5 chars) categorized_content => array(5 items) tables => 'tt_content' (10 chars) wrap => '<ul>|</ul>' (10 chars) categories => array(2 items) field => 'selected_categories' (19 chars) relation => array(1 item)max depth conf => array(1 item) tt_content => array(4 items)max depth _typoScriptNodeValue => 'RECORDS' (7 chars) key => array(1 item) field => 'menu_type' (9 chars) stdWrap => array(3 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: menu_type, pages' (28 chars) prefixComment => '2 | Menu/Sitemap element:' (25 chars) wrap => array(2 items) cObject => array(3 items)max depth if => array(1 item)max depth _typoScriptNodeValue => 'CASE' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) shortcut => array(2 items) 20 => array(4 items) tables => 'tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_
                  news,tt_rating,tt_poll
' (98 chars) source => array(1 item) field => 'records' (7 chars) stdWrap => array(2 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: records' (19 chars) prefixComment => '2 | Inclusion of other records (by reference):' (46 chars) _typoScriptNodeValue => 'RECORDS' (7 chars)
_typoScriptNodeValue => 'COA' (3 chars)
list => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(7 items) form_form => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Form' (4 chars) pluginName => 'Form' (4 chars) vendorName => 'TYPO3\CMS' (9 chars) _typoScriptNodeValue => 'USER' (4 chars) dce_dce => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'Dce' (3 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) femanager_pi1 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Femanager' (9 chars) pluginName => 'Pi1' (3 chars) vendorName => 'In2code' (7 chars) _typoScriptNodeValue => 'USER' (4 chars) sitemapgenerator_pi1 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) _typoScriptNodeValue => 'USER' (4 chars) key => array(1 item) field => 'list_type' (9 chars) stdWrap => array(2 items) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: list_type, layout, select_key, pages [recursive]' (60 chars) prefixComment => '2 | Plugin inserted:' (20 chars) _typoScriptNodeValue => 'CASE' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) div => array(5 items) value => '<hr>' (4 chars) override => array(2 items) if => array(1 item) isTrue => array(1 item) data => 'TSFE:xhtmlDoctype' (17 chars) _typoScriptNodeValue => '<hr />' (6 chars) wrap => '<div class="divider">|</div>' (28 chars) prefixComment => '2 | Div element' (15 chars) _typoScriptNodeValue => 'TEXT' (4 chars) html => array(4 items) field => 'bodytext' (8 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.ht
                     ml
' (78 chars)
_typoScriptNodeValue => 'tt_content:bodytext' (19 chars)
prefixComment => '2 | Raw HTML content:' (21 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
default => array(5 items) field => 'CType' (5 chars) wrap => '<p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|"
               has no rendering definition!</p>
' (108 chars) htmlSpecialChars => '1' (1 chars) prefixComment => '2 | Unknown element message:' (28 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
login => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => '< plugin.tx_felogin_pi1' (23 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid50 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid50' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid47 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid47' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid46 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid46' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid45 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid45' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid44 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid44' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid43 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid43' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid42 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid42' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid41 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid41' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid40 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid40' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid39 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid39' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid38 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid38' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid36 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid36' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid35 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid35' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid34 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid34' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid33 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid33' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid32 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid32' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid31 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid31' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid30 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid30' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid29 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid29' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid28 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid28' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid27 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid27' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid26 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid26' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid25 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid25' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid24 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid24' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid23 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid23' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid22 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid22' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid21 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid21' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid20 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid20' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid19 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid19' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid18 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid18' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid15 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid15' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid14 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid14' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid13 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid13' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid12 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid12' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid11 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid11' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid10 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid10' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid9 => array(3 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid9' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) templateName => 'DceContainerElement' (19 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid8 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid8' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid7 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid7' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid5 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid5' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid6 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid6' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid4 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid4' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid1 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid1' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid2 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid2' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid3 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid3' (7 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) dce_dceuid17 => array(2 items) 20 => array(5 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'Dce' (3 chars) pluginName => 'dceuid17' (8 chars) vendorName => 'ArminVieweg' (11 chars) _typoScriptNodeValue => 'USER' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) mailform => array(3 items) 10 => '< lib.stdheader' (15 chars) 20 => array(2 items) stdWrap => array(3 items) wrap => '<div class="csc-mailform">|</div>' (33 chars) editIcons => array(2 items) iconTitle => array(1 item)max depth _typoScriptNodeValue => 'tt_content: bodytext' (20 chars) prefixComment => '2 | Mail form inserted:' (23 chars) _typoScriptNodeValue => 'FORM' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) xtoura_all => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_fullpage => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_slider => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'auto_url' (8 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_search => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/fulltext_search' (22 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_teaser => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/topoffer_content' (23 chars) quantity => '6' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_content => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'xtoura/widgets/Content/' (23 chars) quantity => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_menu => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/sidebar_price_filter_nav' (31 chars) quantity => '5' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtoura_dashboard_elements => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(5 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) name => 'Tour' (4 chars) type => 'widget/price_filter_box' (23 chars) quantity => '3' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) key => array(1 item) field => 'CType' (5 chars) stdWrap => array(5 items) innerWrap2 => array(3 items) insertData => '1' (1 chars) fieldRequired => 'linkToTop' (9 chars) _typoScriptNodeValue => '| <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EX
                  T:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</
                  a></p>
' (158 chars)
prepend => array(3 items) dataWrap => '<a id="c{field:_LOCALIZED_UID}"></a>' (36 chars) if => array(1 item) isTrue => array(1 item) field => '_LOCALIZED_UID' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) editPanel => array(7 items) allow => 'move,new,edit,hide,delete' (25 chars) line => '5' (1 chars) label => '%s' (2 chars) onlyCurrentPid => '1' (1 chars) previewBorder => '4' (1 chars) edit => array(1 item) displayRecord => '1' (1 chars) _typoScriptNodeValue => '1' (1 chars) prefixComment => '1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType}' (50 chars) innerWrap => array(1 item) cObject => array(13 items) default => array(5 items) 10 => array(3 items)max depth 20 => array(5 items)max depth 30 => array(2 items)max depth stdWrap => array(1 item)max depth _typoScriptNodeValue => 'COA' (3 chars) 1 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 5 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 6 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 10 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 11 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 12 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 20 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 21 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) 66 => array(5 items) 10 => array(3 items)max depth 20 => array(3 items)max depth 30 => array(2 items)max depth 40 => array(3 items)max depth _typoScriptNodeValue => 'COA' (3 chars) 25 => array(2 items) 20 => array(1 item)max depth _typoScriptNodeValue => '< tt_content.stdWrap.innerWrap.cObject.default' (46 chars) key => array(1 item) field => 'section_frame' (13 chars) _typoScriptNodeValue => 'CASE' (4 chars)
_typoScriptNodeValue => 'CASE' (4 chars)
touroperator => array(16 items) FIRMA => 'Selta Med GmbH' (14 chars) INHABER => 'Zuzana Tatikova' (15 chars) SLOGAN => 'Kurreisen & Wellness' (20 chars) PLZ_ORT => '08523 Plauen / Vogtland' (23 chars) STRASSE => 'Gottschaldstraße 1a' (20 chars) LAND => 'Deutschland' (11 chars) TEL => '+49 3741 - 14 85 27-0' (21 chars) FAX => '+49 3741 - 14 85 27-18' (22 chars) MAIL => 'reservierung@seltamed.de' (24 chars) HOTLINE_TITLE => 'Hotline' (7 chars) HOTLINE => '+49 3741 - 14 85 27-0' (21 chars) asset_path => 'SeltaMedResponsive' (18 chars) WEB => 'www.seltamed.de' (15 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) _typoScriptNodeValue => 'COA' (3 chars) page => array(14 items) 10 => array(7 items) partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars) layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars) imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars) file => array(1 item) stdWrap => array(1 item) cObject => array(7 items) default => array(2 items)max depth pagets__1 => array(2 items)max depth pagets__2 => array(2 items)max depth pagets__3 => array(2 items)max depth pagets__4 => array(2 items)max depth key => array(1 item)max depth _typoScriptNodeValue => 'CASE' (4 chars) dataProcessing => array(5 items) 10 => array(4 items) levels => '2' (1 chars) includeSpacer => '1' (1 chars) as => 'mainnavigation' (14 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 20 => array(6 items) entryLevel => '1' (1 chars) levels => '2' (1 chars) expandAll => '0' (1 chars) includeSpacer => '1' (1 chars) as => 'subnavigation' (13 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 30 => array(5 items) special => array(2 items) range => '0|-1' (4 chars) _typoScriptNodeValue => 'rootline' (8 chars) includeNotInMenu => '1' (1 chars) as => 'breadcrumb' (10 chars) if => array(2 items) value => array(4 items)max depth isGreaterThan => array(1 item)max depth _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 40 => array(4 items) special => array(2 items) value => '{$page.theme.language.languageValue}' (36 chars) _typoScriptNodeValue => 'language' (8 chars) as => 'languagenavigation' (18 chars) if => array(1 item) isTrue => '{$page.theme.language.languageValue}' (36 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) 50 => array(5 items) special => array(2 items) value => '{$page.theme.meta.navigationValue}' (34 chars) _typoScriptNodeValue => '{$page.theme.meta.navigationType}' (33 chars) includeNotInMenu => '{$page.theme.meta.includeNotInMenu}' (35 chars) as => 'metanavigation' (14 chars) if => array(1 item) isTrue => '{$page.theme.meta.navigationValue}' (34 chars) _typoScriptNodeValue => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars) variables => array(15 items) slider => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 1' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) filter => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 2' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) reisearten => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 3' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) main => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 0' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) header => array(4 items) table => 'tt_content' (10 chars) slide => '-1' (2 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos = 4' (10 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) rootLine => array(2 items) value => 'pages' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) pidCalendar => array(2 items) value => '4' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) tourtypeMenuHeadline => array(2 items) value => 'Reisethemen' (11 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserActive => array(2 items) value => 'navbar-default' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserLogin => array(3 items) value => 'Agenturlogin' (12 chars) stdWrap => array(1 item) typolink => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) feUserName => array(4 items) 10 => array(3 items) data => 'TSFE:fe_user|user|company' (25 chars) wrap => '<a style="color:white" href="/intern/agenturbereich/startseite.html">Agentur
                        bereich: <span class="fa fa-user""></span> <strong> | </strong></a>
' (143 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(3 items) data => 'TSFE:fe_user|user|username' (26 chars) stdWrap => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) 40 => array(3 items) value => 'TEST' (4 chars) wrap => '<script>XTouraUtils.runJS("$.getJSON('/ajax_call/Agenturen/externalAgencyCod
                        e/', { agency_code: fe_agency_id},function(data){ if(data.agency_code == fe_
                        agency_id) { console.log('agency registered') } else { console.log('agency i
                        nvalid') } })", ["jQuery"]);</script><!-- | -->
' (276 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA_INT' (7 chars)
feUserLogout => array(3 items) value => 'Abmelden' (8 chars) stdWrap => array(2 items) wrap => '<span class="fa fa-unlock"></span> |' (37 chars) typolink => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) feUser => array(2 items) data => 'TSFE:fe_user|user|username' (26 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showFooterForm => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showSearchTourfinder => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'FLUIDTEMPLATE' (13 chars)
shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars) imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars) includeJSFooter => array(4 items) femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars) femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars) scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars) scratch2 => 'fileadmin/seltamed.de/template/scratch/js/infinite-scroll-text.min.js' (69 chars) meta => array(4 items) X-UA-Compatible => array(2 items) httpEquivalent => '1' (1 chars) _typoScriptNodeValue => 'IE=edge,chrome=1' (16 chars) viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars) description => array(1 item) field => 'description' (11 chars) keywords => array(1 item) field => 'keywords' (8 chars) includeJS => array(empty) config => array(1 item) htmlTag_stdWrap => array(1 item) cObject => array(2 items) value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
                     endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
                     <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
                     ndif]--> <!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
headerData => array(1 item) 1010 => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) includeCSS => array(empty) includeCSSLibs => array(empty) includeJSLibs => array(empty) variables => array(4 items) rootLine => array(2 items) value => 'pages' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) feUserActive => array(2 items) value => 'navbar-default' (14 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showFooterForm => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) showSearchTourfinder => array(2 items) value => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) footerData => array(1 item) 20 => array(2 items) value => ' ' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'PAGE' (4 chars)
debugMailForm => '0' (1 chars) fillcolor => '#82b13e' (7 chars) ColorPrimary => '#82b13e' (7 chars) ColorSecondary => '#726b60' (7 chars) fluidAjaxWidgetResponse => array(4 items) typeNum => '7076' (4 chars) 10 => array(2 items) userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) config => array(4 items) no_cache => '1' (1 chars) disableAllHeaderCode => '1' (1 chars) additionalHeaders => 'Content-type:text/plain' (23 chars) debug => '0' (1 chars) _typoScriptNodeValue => 'PAGE' (4 chars) sitetitle => '' (0 chars) lib => array(81 items) fluidContent => array(6 items) templateName => 'Default' (7 chars) templateRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars) 10 => '' (0 chars) partialRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars) 10 => '' (0 chars) layoutRootPaths => array(2 items) 0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars) 10 => '' (0 chars) settings => array(2 items) defaultHeaderType => '{$styles.content.defaultHeaderType}' (35 chars) media => array(2 items) popup => array(8 items) bodyTag => '<body style="margin:0; background:#fff;">' (41 chars) wrap => '<a href="javascript:close();"> | </a>' (37 chars) width => '{$styles.content.textmedia.linkWrap.width}' (42 chars) height => '{$styles.content.textmedia.linkWrap.height}' (43 chars) JSwindow => array(3 items)max depth directImageLink => '{$styles.content.textmedia.linkWrap.lightboxEnabled}' (52 chars) crop => array(1 item)max depth linkParams => array(1 item)max depth additionalConfig => array(1 item) no-cookie => '1' (1 chars) _typoScriptNodeValue => 'FLUIDTEMPLATE' (13 chars) stdheader => array(9 items) templateName => 'HeaderOnly' (10 chars) 3 => array(2 items) headerClass => array(1 item) cObject => array(4 items) 10 => array(4 items)max depth 20 => array(3 items)max depth stdWrap => array(3 items)max depth _typoScriptNodeValue => 'COA' (3 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 5 => array(6 items) field => 'date' (4 chars) strftime => '%x' (2 chars) wrap => '<p class="csc-header-date">|</p>' (32 chars) prefixComment => '2 | Header date:' (16 chars) if => array(2 items) isFalse => array(2 items) if => array(2 items)max depth _typoScriptNodeValue => '1' (1 chars) isTrue => array(1 item) field => 'date' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 10 => array(8 items) 1 => array(3 items) current => '1' (1 chars) dataWrap => '<h1{register:headerClass}>|</h1>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 2 => array(3 items) current => '1' (1 chars) dataWrap => '<h2{register:headerClass}>|</h2>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 3 => array(3 items) current => '1' (1 chars) dataWrap => '<h3{register:headerClass}>|</h3>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 4 => array(3 items) current => '1' (1 chars) dataWrap => '<h4{register:headerClass}>|</h4>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 5 => array(3 items) current => '1' (1 chars) dataWrap => '<h5{register:headerClass}>|</h5>' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) setCurrent => array(3 items) field => 'header' (6 chars) htmlSpecialChars => '1' (1 chars) typolink => array(2 items) target => array(2 items)max depth parameter => array(1 item)max depth key => array(2 items) field => 'header_layout' (13 chars) ifEmpty => array(2 items) override => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'CASE' (4 chars) 20 => array(9 items) default => array(4 items) wrap => '<h2>|</h2>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 1 => array(4 items) wrap => '<h2>|</h2>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 2 => array(4 items) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 3 => array(4 items) wrap => '<h4>|</h4>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 4 => array(4 items) wrap => '<h5>|</h5>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 5 => array(4 items) wrap => '<h6>|</h6>' (10 chars) htmlSpecialChars => '1' (1 chars) field => 'subheader' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) key => array(2 items) field => 'header_layout' (13 chars) ifEmpty => array(2 items) override => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) if => array(3 items) value => 'html5' (5 chars) isTrue => array(1 item) field => 'subheader' (9 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'CASE' (4 chars) 40 => array(4 items) 10 => array(3 items) field => 'date' (4 chars) strftime => '%B %e, %Y' (9 chars) _typoScriptNodeValue => 'TEXT' (4 chars) stdWrap => array(3 items) wrap => '<p class="csc-header-date">|</p>' (32 chars) required => '1' (1 chars) innerWrap => array(1 item) cObject => array(4 items)max depth if => array(3 items) value => 'html5' (5 chars) isTrue => array(1 item) field => 'date' (4 chars) equals => array(1 item) data => 'TSFE:config|config|doctype' (26 chars) _typoScriptNodeValue => 'COA' (3 chars) 98 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(5 items) fieldRequired => 'header' (6 chars) editIcons => array(3 items) beforeLastTag => '1' (1 chars) iconTitle => array(1 item) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.he
                        ader
' (80 chars)
_typoScriptNodeValue => 'tt_content : header, [header_layout | header_position], [header_link|date]' (74 chars)
dataWrap => array(2 items) override => array(2 items) if => array(3 items)max depth _typoScriptNodeValue => '<header class="csc-header csc-header-n{cObj:parentRecordNumber}">|</header>' (75 chars) _typoScriptNodeValue => '<div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div>' (69 chars) prefixComment => '2 | Header:' (11 chars) if => array(3 items) value => '100' (3 chars) negate => '1' (1 chars) equals => array(1 item) field => 'header_layout' (13 chars)
_typoScriptNodeValue => 'COA' (3 chars)
logo => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/logo-2021-2.svg' (60 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img width="301" height="76" src="###SRC###" ###PARAMS### ###ALTPARAMS### ##
                     #SELFCLOSINGTAGSLASH###>
' (100 chars)
stdWrap => array(1 item) typolink => array(empty) _typoScriptNodeValue => 'IMAGE' (5 chars)
facebook => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/facebook.svg' (57 chars) altText => 'Seltamed bei Facebook' (21 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://de-de.facebook.com/SeltaMed"' (37 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
instagram => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/instagram.svg' (58 chars) altText => 'Seltamed bei Instagram' (22 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://www.instagram.com/selta.med/"' (38 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
youtube => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/youtube.svg' (56 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###ALTPARAM
                     S### ###SELFCLOSINGTAGSLASH###>
' (107 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://www.youtube.com/channel/UCFrrkVB4kScU86nxsQSXHYw"' (58 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
whatsapp => array(6 items) file => 'EXT:satzart_template/Resources/Public/Images/whatsapp.svg' (57 chars) altText => 'Seltamed bei Youtube' (20 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img class="social-media-icon" src="###SRC###" ###PARAMS### ###ALTPARAMS###
                     ###SELFCLOSINGTAGSLASH###>
' (102 chars)
stdWrap => array(1 item) typolink => array(4 items) parameter => '"https://wa.me/4915208734120"' (29 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) target => '_blank' (6 chars) _typoScriptNodeValue => 'IMAGE' (5 chars)
Adressblock => array(2 items) 10 => array(2 items) value => ' <h2>Selta Med GmbH</h2><br> Gottschaldstraße 1a<br> 08
                  523 Plauen / Vogtland<br><br> Tel.: +49 3741 - 14 85 27-0 <br>
                   Fax: +49 3741 - 14 85 27-18<br><br> <a class="primary" href="
                  mailto:reservierung@seltamed.de"><span class="fa fa-envelope"></span> reserv
                  ierung@seltamed.de</a>
' (331 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
AdressblockFooter => array(2 items) 10 => array(2 items) value => ' <strong>Selta Med GmbH, Sitz Niederstetten</strong><br> <small>Im
                   Ganswasen 22 · D-97996 Niederstetten · Tel.: 07932/ 503 </small>
' (152 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
Chat => array(2 items) 10 => array(2 items) value__ => ' <script type="text/javascript" id="zsiqchat"> var $zoho=$zoho
                   || {}; $zoho.salesiq = $zoho.salesiq || {widgetcode: "454ac7aa39aae
                  044e0d40200e98a6ae19f9f7cae0f5172d1b9d35993ea9fe543", values:{},ready:functi
                  on(){}};var d=document;s=d.createElement("script");s.type="text/javascript";
                  s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.ge
                  tElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>
' (452 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
logoFooter => array(6 items) file => 'fileadmin/xtoura_assets/SeltaMedResponsive/images/logo.svg' (58 chars) altText => 'Selta Med GmbH' (14 chars) layoutKey => 'responsive' (10 chars) layout => array(1 item) responsive => array(1 item) element => '<img src="###SRC###" ###PARAMS### ###ALTPARAMS### ###SELFCLOSINGTAGSLASH###>' (76 chars) stdWrap => array(1 item) typolink => array(3 items) parameter => '1' (1 chars) title => 'Homepage Selta Med GmbH' (23 chars) ATagParams => 'class=""' (8 chars) _typoScriptNodeValue => 'IMAGE' (5 chars) hotline => array(2 items) 10 => array(2 items) value => ' <div style="padding: 1em;"> <div class="header-hotline"
                  > <div class="h4"><a href="tel:+49 3741 - 14 85 27-0" target
                  ="_blank">+49 3741 - 14 85 27-0</a><br><small>Mo - Fr: 8 – 19 Uhr / Sa: 9
                  – 14 Uhr</small></div> </div> </div>
' (287 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
hotlineheader => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '163' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) headernav => array(3 items) 10 => array(3 items) special => array(2 items) value => '25' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<div class="header-menu">|</div>' (32 chars) NO => array(4 items) wrapItemAndSub => '| &nbsp;' (8 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '|' (1 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) stdWrap => array(1 item) wrap => '<div class="container"><div class="col-sm-6 col-sm-offset-6 text-right" data
                  -type="list"> | </div></div>
' (104 chars)
_typoScriptNodeValue => 'COA' (3 chars)
formContact => array(5 items) value => 'Sorry, dieses Formular wird derzeit überarbeitet.' (50 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _formContact => array(18 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) 5 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 10 => array(6 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'contact-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'subject' (7 chars) label => 'Betreff*' (8 chars) type => 'text' (4 chars) id => 'contact-subject' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(5 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars) 55 => array(2 items) content => ' <div class="_form-group-submit col-sm-12"><small>* Diese Felder müssen a
                  usgefüllt werden</small><br></div>
' (111 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
60 => array(6 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                  rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                  >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
70 => array(6 items) name => 'button' (6 chars) class => 'btn btn-default' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div class="row"> <elements /> </div>' (50 chars) elementWrap => ' <element /> ' (26 chars) checkbox => ' <div class="check-cols col-sm-12"> <div class="row"> <div class
                     ="col-sm-12"><input /><label /></div> </div> </div>
' (130 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="blog-textline margin-bottom-1"> <label />
                      <input /> </div>
' (116 chars) textarea => ' <div class="blog-textline col-sm-12 margin-bottom-1"> <l
                     abel /> <textarea /> </div>
' (126 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit col-sm-12"> <input
                      /> </div>
' (104 chars) button => ' <input /> ' (17 chars)
rules => array(6 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Be
                     treff wird benötigt</span></small>
' (111 chars) element => 'subject' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen die Datenschutzerklärung akzeptieren.</span></small>
' (139 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subjectField => 'subject' (7 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Kontaktformular über www.seltamed.de für Sie' (46 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_contact|email' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Kontaktformular über www.seltamed.de für Sie' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formIndividualTravelOffer => array(21 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_contact' (10 chars) confirmation => '0' (1 chars) 5 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'contact-vorname' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 10 => array(6 items) name => 'fullname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'contact-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'phonenumber' (11 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'contact-phonenumber' (19 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'contact-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'termin' (6 chars) label => 'Wunschtermin*' (13 chars) type => 'text' (4 chars) id => 'contact-termin' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 49 => array(5 items) name => 'message' (7 chars) label => 'Ihre Nachricht' (14 chars) id => 'contact-message' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars) 50 => array(2 items) content => ' <div class="col-sm-12"><br> <div class="whatsapp alert ale
                  rt-success" style="display:inline-block !important;"><span style="margin-bot
                  tom:none !important; font-size:1rem;">Sie können uns auch gern per WhatsApp
                   kontaktieren <strong><a style="color:#3c763d;" target="_blank" href="https:
                  //wa.me/4915208734120"><span class="fa fa-whatsapp"></span> 015208734120</a
                  ></strong></span></div></div>
' (409 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
51 => array(5 items) name => 'hotelname' (9 chars) type => 'text' (4 chars) id => 'hotelname' (9 chars) class => 'hidden' (6 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 52 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 55 => array(2 items) content => ' <div class="_form-group-submit col-sm-12 margin-top-2"><
                  small>* Diese Felder müssen ausgefüllt werden</small><br></div>
' (141 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
60 => array(6 items) name => 'privacy_policy' (14 chars) label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
                  rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
                  >
' (153 chars) id => 'contact-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
70 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top-1' (28 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div class="row"> <elements /> </div>' (50 chars) elementWrap => ' <element /> ' (26 chars) checkbox => ' <div class="check-cols col-sm-12"> <div class="row"> <div class
                     ="col-sm-12"><input /><label /></div> </div> </div>
' (130 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="blog-textline margin-bottom-1"> <label />
                      <input /> </div>
' (116 chars) textarea => ' <div class="blog-textline col-sm-12 margin-bottom-1"> <l
                     abel /> <textarea /> </div>
' (126 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit col-sm-12"> <input
                      /> </div>
' (104 chars) button => ' <input /> ' (17 chars)
rules => array(7 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Vorname wird benötigt</span><
                     /small>
' (159 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Nachname wird benötigt</span>
                     </small>
' (160 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Telefon wird benötigt</span><
                     /small>
' (159 chars) element => 'phonenumber' (11 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Wunschtermin wird benötigt</s
                     pan></small>
' (164 chars) element => 'termin' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Sie müssen eine E-Mail-Adress
                     e angeben</span></small>
' (176 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Ungültige E-Mail-Adresse</spa
                     n></small>
' (162 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;top:
                      0; transform: translateY(-40%);padding:9px;">Sie müssen die Datenschutzerk
                     lärung akzeptieren.</span></small>
' (187 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subjectField => 'subject' (7 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => array(2 items) data => 'GP:tx_form_form|tx_contact|hotelname' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_contact|email' (32 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => array(2 items) data => 'GP:tx_form_form|tx_contact|hotelname' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCoachHire => array(22 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) class => '_container' (10 chars) 11 => array(12 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 10 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Ansprechpartner</h2></div
                     ></div>
' (83 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
20 => array(8 items) name => 'form_of_address' (15 chars) label => 'Anrede*' (7 chars) id => 'coach-hire-form_of_address' (26 chars) class => 'form-control' (12 chars) 10 => array(2 items) data => 'Herr' (4 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => 'Frau' (4 chars) _typoScriptNodeValue => 'OPTION' (6 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <sel
                     ect> <elements /> </sele
                     ct> </div> </div>
' (296 chars) _typoScriptNodeValue => 'SELECT' (6 chars)
30 => array(7 items) name => 'firstname' (9 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'coach-hire-firstname' (20 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
40 => array(7 items) name => 'lastname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'coach-hire-name' (15 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
50 => array(7 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'coach-hire-adress' (17 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-12"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
60 => array(7 items) name => 'zip_code' (8 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'coach-hire-zip_code' (19 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
70 => array(7 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'coach-hire-city' (15 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
80 => array(7 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'coach-hire-phone' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-phone"></span></div> <input /
                     > </div> </div>
                     </div>
' (386 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
90 => array(7 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'coach-hire-email' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-envelope"></span></div> <inpu
                     t /> </div> </div>
                      </div>
' (389 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
_typoScriptNodeValue => 'FIELDSET' (8 chars)
20 => array(16 items) class => 'col-sm-6' (8 chars) legend => '' (0 chars) 100 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Abfahrt</h2></div></div>' (75 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 110 => array(7 items) name => 'departure_date' (14 chars) label => 'Datum Abfahrt' (13 chars) type => 'text' (4 chars) id => 'coach-hire-departure_date' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-calendar"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
120 => array(7 items) name => 'departure_time' (14 chars) label => 'Uhrzeit Abfahrt' (15 chars) type => 'text' (4 chars) id => 'coach-hire-departure_time' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-clock-o"></span></div> <input
                     /> </div> </div>
                      </div>
' (387 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
130 => array(7 items) name => 'departure_zip' (13 chars) label => 'PLZ Abfahrt' (11 chars) type => 'text' (4 chars) id => 'coach-hire-departure_zip' (24 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
140 => array(7 items) name => 'departure_city' (14 chars) label => 'Abfahrtsort' (11 chars) type => 'text' (4 chars) id => 'coach-hire-departure_city' (25 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
150 => array(7 items) name => 'departure_adress' (16 chars) label => 'Straße Abfahrt' (15 chars) type => 'text' (4 chars) id => 'coach-hire-departure_adress' (27 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-12"> <div class="form
                     -group"> <label /> <input />
                      </div> </div>
' (202 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
170 => array(1 item) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 180 => array(7 items) name => 'destination_zip' (15 chars) label => 'PLZ Reiseziel' (13 chars) type => 'text' (4 chars) id => 'coach-hire-destination_zip' (26 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-4"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
190 => array(7 items) name => 'destination_city' (16 chars) label => 'Zielort' (7 chars) type => 'text' (4 chars) id => 'coach-hire-destination_city' (27 chars) class => 'form-control' (12 chars) layout => ' <div class="col-xs-8"> <div class="form-
                     group"> <label /> <input />
                      </div> </div>
' (201 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
200 => array(7 items) name => 'arrival_time' (12 chars) label => 'geplante Ankunftszeit' (21 chars) type => 'text' (4 chars) id => 'coach-hire-arrival_time' (23 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-12"> <div class="form
                     -group"> <label /> <div clas
                     s="input-group"> <div class="input-group-addon">
                     <span class="fa fa-clock-o"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
210 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Rückfahrt</h2></div></di
                     v>
' (78 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
220 => array(7 items) name => 'departure_date_return' (21 chars) label => 'Datum Rückfahrt' (16 chars) type => 'text' (4 chars) id => 'coach-hire-departure_date_return' (32 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-calendar"></span></div> <input
                      /> </div> </div>
                      </div>
' (388 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
230 => array(7 items) name => 'departure_time_return' (21 chars) label => 'Uhrzeit Rückfahrt' (18 chars) type => 'text' (4 chars) id => 'coach-hire-departure_time_return' (32 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                     group"> <label /> <div class
                     ="input-group"> <div class="input-group-addon"><
                     span class="fa fa-clock-o"></span></div> <input
                     /> </div> </div>
                      </div>
' (387 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
_typoScriptNodeValue => 'FIELDSET' (8 chars)
240 => array(2 items) content => '<div class="form-group"><div class="col-xs-12"><h2>Sonstige Angaben</h2></di
                  v></div>
' (84 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
250 => array(7 items) name => 'persons' (7 chars) label => 'Anzahl Personen' (15 chars) type => 'text' (4 chars) id => 'coach-hire-persons' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6"> <div class="form-
                  group"> <label /> <div class
                  ="input-group"> <div class="input-group-addon"><
                  span class="fa fa-users"></span></div> <input />
                   </div> </div> <
                  /div>
' (385 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
260 => array(10 items) name => 'coach-type' (10 chars) label => 'Veranstaltung' (13 chars) id => 'coach-hire-coach_type' (21 chars) class => 'form-control' (12 chars) 10 => array(2 items) data => 'Vereinsausflug' (14 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => 'Gruppenausflug' (14 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => 'Betriebsausflug' (15 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => 'Schulreise' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) layout => ' <div class="col-sm-6"> <div class="form-
                  group"> <label /> <sele
                  ct> <elements /> </selec
                  t> </div> </div>
' (295 chars) _typoScriptNodeValue => 'SELECT' (6 chars)
270 => array(7 items) name => 'coach_on_site' (13 chars) label => 'Bus wird vor Ort benötigt' (26 chars) id => 'contact-coach_on_site' (21 chars) value => 'Bus wird vor Ort benötigt' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                  &nbsp; Bus wird vor Ort benötigt </div> </div>
' (150 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
280 => array(7 items) name => 'transfer_only' (13 chars) label => 'nur Hin- und Rücktransfer' (26 chars) id => 'contact-transfer_only' (21 chars) value => 'nur Hin- und Rücktransfer' (26 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-6"> <div class="form-group"> <input />
                  &nbsp; nur Hin- und Rücktransfer </div> </div>
' (150 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
290 => array(6 items) name => 'program' (7 chars) label => 'Reiseprogramm' (13 chars) id => 'coach-hire-program' (18 chars) class => 'form-control' (12 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <div class="form
                  -group"> <label /> <div class="input-group"> <div class="
                  input-group-addon"><span class="fa fa-comment"></span></div> <textare
                  a /> </div> </div> </div>
' (280 chars) _typoScriptNodeValue => 'TEXTAREA' (8 chars)
300 => array(7 items) name => 'privacy_policy' (14 chars) label => 'Datenschutzerklärung*' (22 chars) id => 'coach-hire-privacy_policy' (25 chars) value => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) checked => '0' (1 chars) layout => ' <div class="col-sm-12"> <label /> <div class="form-group">
                   <input />&nbsp; Ich habe die <a href="/datenschutz/" target="_b
                  lank">Datenschutzerklärung</a> gelesen und akzeptiere diese. </div>
                   </div>
' (248 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
305 => array(7 items) name => 'response' (8 chars) label => 'Rückantwort erwünscht:' (24 chars) id => 'contact-response' (16 chars) value => 'Ich bin mit einer Rückantwort per Email einverstanden.' (55 chars) checked => '0' (1 chars) layout => ' <div class="row"></div> <div class="col-sm-12"> <label /> <
                  
                  
' (222 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
310 => array(6 items) name => 'button' (6 chars) class => 'btn btn-secondary' (17 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <div id="contact-form" class="white-contentbox">
                      <form class="form-vertical contact-form"> <div cl
                     ass="row"> <div class="col-md-12"> <div class
                     ="content-box theme-white">
                      <containerWrap /> </div> </div>
                      </div> </form> </div>
' (452 chars) containerWrap => ' <div class="box-content"> <div class="row"> <elements />
                      <div> </div> </div> </div> </div>
' (140 chars) elementWrap => ' <element /> ' (25 chars) checkbox => ' <div class="col-xs-12 form-group"> <div class="row"> <di
                     v class="check-cols"> <div class="col-sm-3 text-right"> <labe
                     l /> </div> <div class="col-sm-9"> <input />
                      </div> </div> </div> </div>
' (276 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-xs-12"> <div class="form-group"> <label />
                      <input /> </div> </div>
' (112 chars) textarea => ' <div class="form-group"> <div class="col-sm-3 text-right"> <l
                     abel /> </div> <div class="col-sm-9"> <textarea />
                      </div> </div>
' (173 chars) radio => ' <div class="col-xs-12"> <div class="radio"> <input />
                      <label /> </div> </div>
' (118 chars) select => ' <div class="form-group"> <div class="col-sm-3 text-right"> <l
                     abel /> </div> <div class="col-sm-9"> <select>
                      <elements /> </select> </div> </div>
' (205 chars) submit => ' <div class="form-group"> <div class="col-sm-9"> <input />
                      </div> </div>
' (95 chars) button => ' <input /> ' (16 chars)
rules => array(11 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Vorname wird benötigt</span>' (62 chars) element => 'firstname' (9 chars) _typoScriptNodeValue => 'required' (8 chars) 2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Nachname wird benötigt</span>' (63 chars) element => 'lastname' (8 chars) _typoScriptNodeValue => 'required' (8 chars) 4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Straße und Hausnummer werden benötigt</sp
                     an>
' (79 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">PLZ wird benötigt</span>' (58 chars) element => 'zip_code' (8 chars) _typoScriptNodeValue => 'required' (8 chars) 6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ort wird benötigt</span>' (58 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars) 7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Sie müssen die Datenschutzerklärung akzep
                     tieren.</span>
' (90 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => 'Anrede wird benötigt' (21 chars) element => 'form_of_address' (15 chars) _typoScriptNodeValue => 'required' (8 chars) 50 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ungültige E-Mail-Adresse</span>' (65 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars) 51 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '&nbsp; <span class="text-danger">Ungültige E-Mail-Adresse</span>' (65 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
postProcessor => array(2 items) 1 => array(7 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) senderNameField => 'lastname' (8 chars) ccEmail => 'email' (5 chars) subject => 'Anfrage Busanmietung von www.seltamed.de' (40 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
pidCalendar => array(2 items) value => '4' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) footerSection_02 => array(3 items) 10 => array(3 items) data => 'DB:pages:16:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '16' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) footerSection_03 => array(3 items) 10 => array(3 items) data => 'DB:pages:17:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '17' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) footerSection_04 => array(3 items) 10 => array(3 items) data => 'DB:pages:48:title' (17 chars) wrap => '<h2> | </h2>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => '48' (2 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<ul> | </ul>' (12 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="current"' (15 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) stdWrap => array(1 item) wrap => '<nav class="_xtoura-nav" data-type="list"> | </nav>' (51 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) defaultSliderText => array(2 items) 10 => array(2 items) value => ' <div class="h2">Selta Med GmbH</div> <h3>Kurreisen & Wellness
                  </h3>
' (90 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
_typoScriptNodeValue => 'COA' (3 chars)
xtouraLogo => array(4 items) file => 'EXT:satzart_template/Resources/Public/Images/footer_xtoura_logo.png' (67 chars) altText => 'xtoura logo' (11 chars) stdWrap => array(1 item) typolink => array(4 items) parameter => '1' (1 chars) title => 'Homepage xtoura logo' (20 chars) ATagParams => 'class=""' (8 chars) href => '"//www.xtoura.de"' (17 chars) _typoScriptNodeValue => 'IMAGE' (5 chars) year => array(3 items) data => 'date:U' (6 chars) strftime => '%Y' (2 chars) _typoScriptNodeValue => 'TEXT' (4 chars) MAILLOGO => array(2 items) value => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 533.5 92.3"><defs><styl
               e>.cls-1{fill:#3c6660;}.cls-1,.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-2
               ,.cls-3{fill:#a29c87;}.cls-4{fill:#e2e1de;}.cls-5{fill:#fff;}</style></defs>
               <g id="Ebene_2" data-name="Ebene 2"><g id="Isolationsmodus"><path id="green"
                class="cls-1" d="M360.6,38.2a2.8,2.8,0,0,1-3-2.8h0a3,3,0,0,1,3-2.9h0a3.1,3.
               1,0,0,1,3.1,2.8h0a3.1,3.1,0,0,1-3.1,2.9Zm2.5-2.9a2.5,2.5,0,0,0-2.5-2.4h0a2.4
               ,2.4,0,0,0-2.5,2.2v.2a2.4,2.4,0,0,0,2.4,2.4h.1a2.5,2.5,0,0,0,2.5-2.3Zm-3.8,1
               .3c-.1,0-.2-.1,0-.2a.5.5,0,0,0,.4-.5V34.6c0-.3-.1-.4-.3-.4s-.2-.3-.1-.3h1.4a
               1.1,1.1,0,0,1,1.2.8h0a1,1,0,0,1-.5.6h-.1l.9,1.1a.2.2,0,0,1,.2.2H362a.7.7,0,0
               ,1-.7-.4l-.5-.7c-.1-.1-.2-.2-.3-.1s-.2,0-.2.1v.2c0,.4.1.4.5.6s.1.2,0,.2Zm1.1
               -1.6c0,.1,0,.1.2.1s.4,0,.5-.3h0a.7.7,0,0,0-.4-.6h-.1c-.2,0-.2.1-.2.2V35ZM338
               .3,60.8l-9.4-.3h-3.2c-1,0-1.5-.4-1.5-.7a1.3,1.3,0,0,1,1.2-.8c2.9-.3,3.1-.9,3
               .3-4.9.1-2.4.1-4.1.1-6s0-7.2-.2-10.1-.3-3.5-2.8-3.8a1.2,1.2,0,0,1-1.1-.8,1,1
               ,0,0,1,1.2-.6h2.5c2.2,0,7.6-.4,11.1-.4A19.5,19.5,0,0,1,352,36.6a13.5,13.5,0,
               0,1,4.4,9.5A14.4,14.4,0,0,1,349,58.4,24.6,24.6,0,0,1,338.3,60.8Zm8-23.7a13.3
               ,13.3,0,0,0-8.9-3.1,4.7,4.7,0,0,0-2.4.4.7.7,0,0,0-.4.6c-.1,1.1-.2,3.9-.2,7.7
               V49c0,3,0,5.3.2,7.2a2.5,2.5,0,0,0,.9,1.9,6.9,6.9,0,0,0,3.1,1.2,12.1,12.1,0,0
               ,0,7.1-2.6c2.8-2.2,4.3-6.4,4.3-10.6a13.1,13.1,0,0,0-3.7-9ZM319.9,60a1.4,1.4,
               0,0,1-1.1.6l-15.6-.2c-3.1,0-3.6.2-5.3.2s-1.6-.1-1.6-.6.6-.7,1.4-.8c2.4-.6,3-
               1,3.2-3.4s.4-5.1.4-10.5,0-7.2-.1-8.4-.5-2.5-2.5-2.8-1.5-.4-1.5-.8.8-.7,1.5-.
               7l8.5.2h7a28.3,28.3,0,0,0,4.1-.3.9.9,0,0,1,.6.6v4.6a1.1,1.1,0,0,1-.7,1.3,1.3
               ,1.3,0,0,1-.9-1.1c-.6-2.5-1.9-3.1-3-3.3l-6.5-.3c-.2,0-.6.2-.6,1.3s-.3,7.1-.2
               ,9.5a.4.4,0,0,0,.4.4h3.8c3.3,0,3.2-.1,4.1-2a1.5,1.5,0,0,1,1-1.2c.4,0,.6.8.5,
               1.2s-.2,2-.2,3.1.1,1.9.2,2.9-.2,1.3-.6,1.3a1.2,1.2,0,0,1-.9-.9c-.6-1.9-1.2-2
               .3-3-2.4h-4.7a1,1,0,0,0-.6.5,41.2,41.2,0,0,0-.1,6.1,20,20,0,0,0,.2,3.5,1.6,1
               .6,0,0,0,1,1.1,16.2,16.2,0,0,0,3.8.2,15.6,15.6,0,0,0,4.3-.3,7,7,0,0,0,3.7-3.
               3c.7-1.1,1.1-1.5,1.4-1.5...
' (24843 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
newstest => array(7 items) userFunc => 'tx_extbase_core_bootstrap->run' (30 chars) extensionName => 'News' (4 chars) pluginName => 'Pi1' (3 chars) view => '< plugin.tx_news.view' (21 chars) switchableControllerActions => array(1 item) News => array(1 item) 1 => 'list' (4 chars) settings => array(9 items) limit => '5' (1 chars) orderBy => 'datetime' (8 chars) orderDirection => 'desc' (4 chars) detailPid => '{$pidNachrichtenDetail}' (23 chars) overrideFlexformSettingsIfEmpty => 'detailPid' (9 chars) startingpoint => '{$pidNachrichtenRecords}' (24 chars) useStdWrap => 'categories' (10 chars) categoryConjunction => 'or' (2 chars) categories => array(1 item) override => array(1 item) cObject => array(4 items)max depth _typoScriptNodeValue => 'USER' (4 chars) footerForm => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '102' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) formAgencyOrder => array(23 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_form' (7 chars) confirmation => '0' (1 chars) 1 => array(8 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
2 => array(7 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
10 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/sommerkatalo
                  g.jpg"> </div>
' (169 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
20 => array(18 items) name => 'catalog_summer' (14 chars) label => 'Katalog Kurreisen & Wellness 2021' (33 chars) id => 'agencyorder-catalog_summer' (26 chars) class => 'form-control' (12 chars) placeholder => 'Bitte Auswählen' (16 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 5 => array(2 items) data => '1 Katalog' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '5 Kataloge' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '10 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '15 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '20 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 50 => array(2 items) data => '25 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 60 => array(2 items) data => '30 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 70 => array(2 items) data => '35 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 80 => array(2 items) data => '40 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 90 => array(2 items) data => '45 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 100 => array(2 items) data => '50 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 30 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/SeltaMed_Wik
                  at2021_2022.jpg"> </div>
' (179 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
40 => array(17 items) name => 'catalog_winter' (14 chars) label => 'Katalog Winter-Sonderangebote 2021/ 2022 inkl. Weihnachten & Silvester' (70 chars) id => 'agencyorder-catalog_winter' (26 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 5 => array(2 items) data => '1 Katalog' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '5 Kataloge' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '10 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '15 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '20 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 50 => array(2 items) data => '25 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 60 => array(2 items) data => '30 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 70 => array(2 items) data => '35 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 80 => array(2 items) data => '40 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 90 => array(2 items) data => '45 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 100 => array(2 items) data => '50 Kataloge' (11 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 60 => array(2 items) content => '<div class="col-sm-12 margin-top-1"><h3>Unsere aktuellen Selta Med Werbemitt
                  el:</h3></div>
' (90 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
70 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/smed_blanko_
                  flyerpapier_sommer.jpg"> </div>
' (186 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
80 => array(10 items) name => 'flyer_summer' (12 chars) label => 'Blanko-Flyerpapier Sommer' (25 chars) id => 'agencyorder-flyer_summer' (24 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '25 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '50 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '75 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '100 Stück' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 90 => array(2 items) content => ' <div class="form-image col-sm-3"> <img style="width:100%" src="filead
                  min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/HV-Winter-Bl
                  anko-Eindruck-DIN-A4.jpg"> </div>
' (188 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(10 items) name => 'flyer_winter' (12 chars) label => 'Blanko-Flyerpapier Winter' (25 chars) id => 'agencyorder-flyer_sinter' (24 chars) class => 'form-control' (12 chars) 1 => array(2 items) data => '' (0 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 10 => array(2 items) data => '25 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 20 => array(2 items) data => '50 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 30 => array(2 items) data => '75 Stück' (9 chars) _typoScriptNodeValue => 'OPTION' (6 chars) 40 => array(2 items) data => '100 Stück' (10 chars) _typoScriptNodeValue => 'OPTION' (6 chars) _typoScriptNodeValue => 'SELECT' (6 chars) 110 => array(7 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 115 => array(2 items) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                  nschutzerklaerung.html">Datenschutzerklärung einsehen »</a><br><br></div>
' (151 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
120 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Bestellen' (9 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <containerWrap /> </form> ' (71 chars) containerWrap => ' <div class="containerWrap"> <div class="row">
                      <elements /> </div> </div>
' (129 chars) elementWrap => ' <div> <element /> </div>' (76 chars) checkbox => ' <div class="check-cols col-sm-12"> <input /> <label /> <
                     /div>
' (81 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-sm-3"> <label /> <div class="form-group-input"
                     > <input class="form-control"/> </div> </div>
' (136 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="col-sm-3"> <div class=""> <label /> <div class
                     ="form-group-select"> <select> <elements /> </select>
                      </div> </div> </div>
' (181 chars) submit => ' <div class="form-group-submit col-sm-12"> <input /> </div>' (71 chars) button => ' <input /> ' (17 chars)
rules => array(4 items) 5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Ungültige E-Mail-Adresse</span></small>
' (119 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie müssen eine E-Mail-Adresse angeben.</span></small>
' (134 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie müssen die Agentur Nummer angeben.</span></small>
' (133 chars) element => 'agencynumber' (12 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) ccEmailField => array(2 items) data => 'email' (5 chars) _typoScriptNodeValue => 'TEXT' (4 chars) subject => 'Werbemittelbestellung von www.seltamed.de' (41 chars) _typoScriptNodeValue => 'mail' (4 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Werbemittelbestellung über www.seltamed.de' (43 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_form|email' (29 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Werbemittelbestellung über www.seltamed.de für Sie' (58 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formAgencyOrder2021 => array(15 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'agency_order' (12 chars) confirmation => '0' (1 chars) id => 'form-agency-order' (17 chars) 1 => array(9 items) name => 'agencynumber' (12 chars) label => 'Agentur Nummer' (14 chars) type => 'text' (4 chars) id => 'agencyorder-agencynumber' (24 chars) class => 'form-control' (12 chars) placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
2 => array(8 items) name => 'email' (5 chars) label => 'E-Mail Adresse' (14 chars) type => 'email' (5 chars) id => 'agencyorder-mail' (16 chars) class => 'form-control' (12 chars) required => 'required' (8 chars) layout => ' <div class="col-sm-6 col-md-6"> <label /> <input /> <
                  /div>
' (81 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars)
3 => array(6 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'agencyorder-message' (19 chars) layout => ' <input />' (21 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 110 => array(8 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'agencyorder-privacy_policy' (26 chars) class => 'agency-form-info' (16 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) required => 'required' (8 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 115 => array(2 items) content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
                  nschutzerklaerung/">Datenschutzerklärung einsehen »</a><br><br></div>
' (147 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
120 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Bestellen' (9 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Bestellen' (9 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <containerWrap /> </form> ' (71 chars) containerWrap => ' <div class="row"> <elements />
                      </div>
' (89 chars) elementWrap => ' <div> <element /> </div>' (76 chars) checkbox => ' <div class="check-cols col-sm-12"> <input /> <label /> <
                     /div>
' (81 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="col-sm-3"> <label /> <div class="form-group-input"
                     > <input class="form-control"/> </div> </div>
' (136 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="col-sm-3"> <div class=""> <label /> <div class
                     ="form-group-select"> <select> <elements /> </select>
                      </div> </div> </div>
' (181 chars) submit => ' <div class="form-group-submit col-sm-12"> <input /> </div>' (71 chars) button => ' <input /> ' (17 chars)
rules => array(5 items) 5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Die angegebene E-Mail-Adresse beinhaltet einen Schreibfehler</span></smal
                     l>
' (154 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben Ihre E-Mail-Adresse noch nicht angegeben.</span></small>
' (145 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben noch keine Agentur Nummer angegeben.</span></small>
' (140 chars) element => 'agencynumber' (12 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:-1.8em
                     ;">Sie haben noch keine Werbemittelauswahl getroffen.</span></small>
' (144 chars) element => 'message' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie haben die Datenschutzerklärung noch nic
                     ht akzeptiert.</div>
' (96 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Werbemittelbestellung über www.seltamed.de' (43 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|agency_order|email' (34 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Werbemittelbestellung über www.seltamed.de für Sie' (58 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
footerMenue => array(3 items) 10 => array(3 items) data => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) wrap => '<h3> | </h3>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(3 items) special => array(2 items) value => array(1 item) field => 'footerMenueEntryID' (18 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="footer-active"' (21 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) sidebarMenue => array(3 items) 10 => array(3 items) data => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars) wrap => '<h3> | </h3>' (12 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) special => array(2 items) value => array(1 item) field => 'footerMenueEntryID' (18 chars) _typoScriptNodeValue => 'directory' (9 chars) 1 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="sidebar-active"' (22 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(4 items) wrap => '<nav class="xtoura-nav"><ul> | </ul></nav>' (42 chars) NO => array(4 items) wrapItemAndSub => '<li> | </li>' (12 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) CUR => array(5 items) wrapItemAndSub => '<li> | </li>' (12 chars) ATagParams => 'class="sidebar-active"' (22 chars) stdWrap => array(1 item)max depth ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) contentSlider => array(5 items) 5 => array(2 items) colPos => array(1 item) cObject => array(3 items) field => 'colPos' (6 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 10 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(6 items) 5 => array(2 items)max depth 10 => array(4 items)max depth 20 => array(3 items)max depth 30 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(1 item)max depth _typoScriptNodeValue => 'COA' (3 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => 'this' (4 chars) where => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'colPos = {register:colPos} AND hidden = 0 AND deleted = 0' (57 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 20 => 'RESTORE_REGISTER' (16 chars) stdWrap => array(1 item) wrap => '<div class="owl-carousel owl-theme owl-home" data-type="slider"> | </div>' (73 chars) _typoScriptNodeValue => 'COA' (3 chars) sitemap => array(4 items) wrap => '<ul class="sitemap">|</ul>' (26 chars) 10 => array(2 items) value => '<li><a href="\">Home</a></li>' (29 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) 1 => array(3 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(4 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(4 items) expAll => '1' (1 chars) NO => array(4 items) ATagBeforeWrap => '1' (1 chars) wrapItemAndSub => '<li>|</li>' (10 chars) ATagTitle => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) wrap => '<ul>|</ul>' (10 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars) formGetAccount => array(26 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                  ng><br><br></p>
' (91 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'company' (7 chars) label => 'Firma*' (6 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 80 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 85 => array(6 items) name => 'kooperation' (11 chars) label => 'Kooperation/Kettenzugehörigkeit:' (33 chars) type => 'text' (4 chars) id => 'account-kooperation' (19 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 90 => array(2 items) content => ' <div class="agency-form-info form-group-submit col-sm-offset-3 col-s
                  m-9" style="white-space: normal;"> <p>Nutzen Sie bereits Vertriebsplattfo
                  rmen wie Amadeus, JackPlus oder Merlin? Bitte kreuzen Sie die Plattformen an
                  , mit denen Sie bereits arbeiten.</p> </div>
' (280 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'amadeus' (7 chars) label => 'Amadeus' (7 chars) id => 'account-amadeus' (15 chars) value => 'Ich nutze Amadeus' (17 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 110 => array(6 items) name => 'merlin' (6 chars) label => 'Merlin' (6 chars) id => 'account-merlin' (14 chars) value => 'Ich nutze Merlin' (16 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 120 => array(6 items) name => 'jackplus' (8 chars) label => 'JackPlus' (8 chars) id => 'account-jackplus' (16 chars) value => 'Ich nutze JackPlus' (18 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 125 => array(2 items) content => ' <div class="clearfix"></div><br><br>' (39 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 130 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 140 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div> <elements /> </div>' (38 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <input />
                      <label /> </div>
' (127 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-input col-sm-9"> <inpu
                     t /> </div> </div>
' (179 chars) textarea => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-textarea col-sm-9"> <t
                     extarea /> </div> </div>
' (185 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (64 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="row"> <div class="form-group-submit col-sm-off
                     set-3 col-sm-9"> <p><a href="/datenschutzerklaerung/" target="_blank">Dat
                     enschutzerklärung öffnen »</a></p> <input /> </div>
                      </div>
' (243 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     me wird benötigt</span></small>
' (108 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Fi
                     rmenbezeichnung wird benötigt</span></small>
' (121 chars) element => 'company' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefon wird benötigt</span></small>
' (111 chars) element => 'phone' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;"> T
                     elefax wird benötigt</span></small>
' (112 chars) element => 'telefax' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
10 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'agenturservice@seltamed.de' (26 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subject => 'Agenturpartner-Anfrage von www.seltamed.de' (42 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'agenturservice@seltamed.de' (26 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Agenturpartner-Anfrage über www.seltamed.de' (44 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_get_account|email' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'agenturservice@seltamed.de' (26 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Agenturpartner-Anfrage über www.seltamed.de für Sie' (59 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formGetAccountHotel => array(25 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_get_account' (14 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
                  ng><br><br></p>
' (91 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'fullname' (8 chars) label => 'Ansprechpartner*' (16 chars) type => 'text' (4 chars) id => 'account-fullname' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'company' (7 chars) label => 'Hotelname*' (10 chars) type => 'text' (4 chars) id => 'account-company' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 25 => array(6 items) name => 'homepage' (8 chars) label => 'Homepage' (8 chars) type => 'text' (4 chars) id => 'account-homepage' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'adress' (6 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'account-adress' (14 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'account-zip' (11 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'account-city' (12 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 55 => array(6 items) name => 'country' (7 chars) label => 'Land*' (5 chars) type => 'text' (4 chars) id => 'account-country' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'phone' (5 chars) label => 'Telefon*' (8 chars) type => 'text' (4 chars) id => 'account-phone' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'telefax' (7 chars) label => 'Fax*' (4 chars) type => 'text' (4 chars) id => 'account-telefax' (15 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 80 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'account-email' (13 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 90 => array(2 items) content => ' <br><br>' (11 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 100 => array(5 items) class => '' (0 chars) name => '' (0 chars) 10 => array(2 items) label => array(1 item) value => 'Bitte senden Sie mir weitere Informationen per E-Mail zu.' (57 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 20 => array(2 items) label => array(1 item) value => 'Bitte rufen Sie mich zurück.' (29 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) _typoScriptNodeValue => 'CHECKBOXGROUP' (13 chars) 120 => array(2 items) content => ' <br><br>' (11 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 130 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'account-privacy_policy' (22 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 140 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary margin-top' (26 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-group form-horizontal"> <containerWrap /> </f
                     orm>
' (82 chars) containerWrap => ' <div> <elements /> </div>' (38 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <input />
                      <label /> </div>
' (127 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-input col-sm-9"> <inpu
                     t /> </div> </div>
' (179 chars) textarea => ' <div class="form-group"> <div class="col-sm-3"> <label
                     /> </div> <div class="form-group-textarea col-sm-9"> <t
                     extarea /> </div> </div>
' (185 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="row"> <div class="form-group-submit col-sm-off
                     set-3 col-sm-9"> <p><a href="/datenschutzerklaerung/" target="_blank">Dat
                     enschutzerklärung öffnen »</a></p> <input /> </div>
                      </div>
' (243 chars) button => ' <input /> ' (17 chars)
rules => array(11 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     me wird benötigt</span></small>
' (108 chars) element => 'fullname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Fi
                     rmenbezeichnung wird benötigt</span></small>
' (121 chars) element => 'company' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'adress' (6 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefon wird benötigt</span></small>
' (111 chars) element => 'phone' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">La
                     nd wird benötigt</span></small>
' (108 chars) element => 'country' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Te
                     lefax wird benötigt</span></small>
' (111 chars) element => 'telefax' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
9 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
10 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
11 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
__ALT__postProcessor => array(2 items) 1 => array(5 items) recipientEmail => 'produkt@seltamed.de' (19 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) subject => 'Hotelpartner-Anfrage von www.seltamed.de' (40 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'produkt@seltamed.de' (19 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Hotelpartner-Anfrage über www.seltamed.de' (42 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_get_account|email' (36 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'produkt@seltamed.de' (19 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Hotelpartner-Anfrage über www.seltamed.de für Sie' (57 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '65' (2 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCatalogOrder => array(25 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) 5 => array(2 items) content => '<h1 class="first-headline">Katalogbestellung</h1><p>Partneragenturen nutzen
                  bitte das Formular im Agenturbereich.<br><br></p>
' (125 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
10 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'catalog_a' (9 chars) label => 'Senden Sie mir bitte den aktuellen Hauptkatalog Kurreisen & Wellness zu.' (72 chars) id => 'catalogorder-catalog_a' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 80 => array(6 items) name => 'catalog_b' (9 chars) label => 'Senden Sie mir bitte den aktuellen Winter-Sonderangebotskatalog inkl. Weihna
                  chten & Silvester zu.
' (97 chars) id => 'catalogorder-catalog_b' (22 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars)
81 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 90 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 95 => array(2 items) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                  ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                  g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                  >
' (229 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary' (15 chars) value => 'Absenden' (8 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <div> <contai
                     nerWrap /> </div> </form>
' (127 chars) containerWrap => ' <div class="containerWrap"> <elements /> </div>' (60 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <
                     input /> <label /> </div>
' (138 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3">
                      <label /> </div> <div class="col-sm-9"> <
                     input /> </div> </div>
' (183 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit"> <div class="col-sm-o
                     ffset-3 col-md-9"> <input /> </di
                     v> </div>
' (177 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'nachname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'address' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
__ALT__postProcessor => array(2 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmailField => 'reservierung@seltamed.de' (24 chars) replytoEmail => 'email' (5 chars) senderNameField => 'fullname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mail' (4 chars) 2 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_catalog_order|email' (38 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Katalogbestellung über www.seltamed.de für Sie' (54 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
formCatalogOrder2021 => array(24 items) enctype => 'multipart/form-data' (19 chars) method => 'post' (4 chars) prefix => 'tx_catalog_order' (16 chars) confirmation => '0' (1 chars) id => 'form-catalogue-order' (20 chars) 10 => array(6 items) name => 'vorname' (7 chars) label => 'Vorname*' (8 chars) type => 'text' (4 chars) id => 'catalogorder-vorname' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 15 => array(6 items) name => 'nachname' (8 chars) label => 'Nachname*' (9 chars) type => 'text' (4 chars) id => 'catalogorder-nachname' (21 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 20 => array(6 items) name => 'address' (7 chars) label => 'Anschrift*' (10 chars) type => 'text' (4 chars) id => 'catalogorder-subject' (20 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 30 => array(6 items) name => 'zip' (3 chars) label => 'PLZ*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-zip' (16 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 40 => array(6 items) name => 'city' (4 chars) label => 'Ort*' (4 chars) type => 'text' (4 chars) id => 'catalogorder-city' (17 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 50 => array(6 items) name => 'phone' (5 chars) label => 'Telefon' (7 chars) type => 'text' (4 chars) id => 'catalogorder-phone' (18 chars) class => 'form-control' (12 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 60 => array(6 items) name => 'email' (5 chars) label => 'E-Mail*' (7 chars) type => 'text' (4 chars) id => 'catalogorder-email' (18 chars) class => 'form-control margin-bottom' (26 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 70 => array(6 items) name => 'message' (7 chars) label => 'Bestelldaten' (12 chars) type => 'hidden' (6 chars) id => 'catalogueorder-message' (22 chars) layout => ' <input />' (21 chars) _typoScriptNodeValue => 'TEXTLINE' (8 chars) 81 => array(6 items) name => 'newsletter_b' (12 chars) label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars) id => 'catalogorder-newsletter_b' (25 chars) value => 'Ja, bitte zusenden.' (19 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 90 => array(6 items) name => 'privacy_policy' (14 chars) label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars) id => 'catalogorder-privacy_policy' (27 chars) value => 'Datenschutzerklärung akzeptiert' (32 chars) checked => '0' (1 chars) _typoScriptNodeValue => 'CHECKBOX' (8 chars) 95 => array(2 items) content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
                  ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
                  g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
                  >
' (229 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars)
100 => array(6 items) name => 'button' (6 chars) class => 'btn btn-primary' (15 chars) value => 'Bestellung absenden' (19 chars) type => 'submit' (6 chars) label => array(1 item) value => 'Senden' (6 chars) _typoScriptNodeValue => 'SUBMIT' (6 chars) 101 => array(2 items) content => '<div class="clearfix form-group"></div>' (39 chars) _typoScriptNodeValue => 'TEXTBLOCK' (9 chars) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) form => array(1 item) layout => array(11 items) form => ' <form class="form-horizontal"> <div> <contai
                     nerWrap /> </div> </form>
' (127 chars) containerWrap => ' <div class="containerWrap"> <elements /> </div>' (60 chars) elementWrap => ' <div> <element /> </div>' (37 chars) checkbox => ' <div class="col-sm-offset-3 col-md-9"> <
                     input /> <label /> </div>
' (138 chars) textblock => ' <textblock />' (17 chars) textline => ' <div class="form-group"> <div class="col-sm-3">
                      <label /> </div> <div class="col-sm-9"> <
                     input /> </div> </div>
' (183 chars) textarea => ' <div class="form-group"> <label /> <div class="form-group-text
                     area"> <textarea /> </div> </div>
' (124 chars) radio => ' <div class="radio"> <input /> <label /> </div>' (72 chars) select => ' <div class="form-group"> <label /> <div class="form-group-sele
                     ct"> <select> <elements /> </select> </div> </di
                     v>
' (154 chars) submit => ' <div class="form-group-submit"> <div class="col-sm-o
                     ffset-3 col-md-9"> <input /> </di
                     v> </div>
' (177 chars) button => ' <input /> ' (17 chars)
rules => array(10 items) 1 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Vo
                     rname wird benötigt</span></small>
' (111 chars) element => 'vorname' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
2 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Na
                     chname wird benötigt</span></small>
' (112 chars) element => 'nachname' (8 chars) _typoScriptNodeValue => 'required' (8 chars)
3 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">An
                     schrift wird benötigt</span></small>
' (113 chars) element => 'address' (7 chars) _typoScriptNodeValue => 'required' (8 chars)
4 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">PL
                     Z wird benötigt</span></small>
' (107 chars) element => 'zip' (3 chars) _typoScriptNodeValue => 'required' (8 chars)
5 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Or
                     t wird benötigt</span></small>
' (107 chars) element => 'city' (4 chars) _typoScriptNodeValue => 'required' (8 chars)
6 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Si
                     e müssen eine E-Mail-Adresse angeben</span></small>
' (128 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'required' (8 chars)
7 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<small><span class="alert alert-danger" style="position:absolute; top:0;">Un
                     gültige E-Mail-Adresse</span></small>
' (114 chars) element => 'email' (5 chars) _typoScriptNodeValue => 'email' (5 chars)
8 => array(5 items) breakOnError => '0' (1 chars) showMessage => '0' (1 chars) error => '<div class="alert alert-danger">Sie müssen die Datenschutzerklärung akzept
                     ieren.</div>
' (88 chars) element => 'privacy_policy' (14 chars) _typoScriptNodeValue => 'required' (8 chars)
9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars)
postProcessor => array(3 items) 1 => array(6 items) recipientEmail => 'reservierung@seltamed.de' (24 chars) senderEmail => 'no-reply@xtoura.de' (18 chars) replyToEmailField => 'email' (5 chars) senderNameField => 'lastname' (8 chars) subject => 'Katalogbestellung von SELTA MED Kurreisen & Wellness' (52 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 2 => array(5 items) recipientEmail => array(2 items) data => 'GP:tx_form_form|tx_catalog_order|email' (38 chars) _typoScriptNodeValue => 'TEXT' (4 chars) senderEmail => 'reservierung@seltamed.de' (24 chars) senderName => 'Selta Med GmbH' (14 chars) subject => 'Kopie Katalogbestellung über www.seltamed.de für Sie' (54 chars) _typoScriptNodeValue => 'mailXtoura' (10 chars) 3 => array(2 items) destination => '106' (3 chars) _typoScriptNodeValue => 'redirect' (8 chars) _typoScriptNodeValue => 'FORM' (4 chars)
Hotline => array(5 items) 10 => array(2 items) value => ' <h3>Hotline</h3> <h4>+49 3741 - 14 85 27-0</h4> ' (71 chars) _typoScriptNodeValue => 'TEXT' (4 chars) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '111' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) math => array(3 items) current => '1' (1 chars) prioriCalc => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) mainmenuSize => array(2 items) value => '{$mainmenuSize}' (15 chars) _typoScriptNodeValue => 'TEXT' (4 chars) dynamicContent => array(4 items) 5 => array(5 items) colPos => array(1 item) cObject => array(3 items) field => 'colPos' (6 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) pageUid => array(1 item) cObject => array(3 items) field => 'pageUid' (7 chars) ifEmpty => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) contentFromPid => array(1 item) cObject => array(2 items) data => array(2 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) wrap => array(1 item) cObject => array(2 items) field => 'wrap' (4 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 20 => array(4 items) table => 'tt_content' (10 chars) select => array(4 items) includeRecordsWithoutDefaultTranslation => '1' (1 chars) orderBy => 'sorting' (7 chars) where => array(2 items) insertData => '1' (1 chars) _typoScriptNodeValue => 'colPos={register:colPos}' (24 chars) pidInList => array(2 items) data => 'register:pageUid' (16 chars) override => array(1 item)max depth stdWrap => array(2 items) dataWrap => '{register:wrap}' (15 chars) required => '1' (1 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 90 => 'RESTORE_REGISTER' (16 chars) _typoScriptNodeValue => 'COA' (3 chars) xtouraInterface => array(3 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchFulltext => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Fulltext/' (24 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchTourfinder => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) searchTourfinderVertical => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Tourfinder/' (26 chars) set_meta => '0' (1 chars) template => 'vertical' (8 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) meta => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'meta' (4 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) assets => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets' (6 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) assets_footer => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtouraFooter => array(3 items) 100 => array(5 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Copyright/' (25 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) 101 => array(6 items) userFunc => 'user_xtoura_plugin->meta' (24 chars) type => 'xtoura/widgets/Meta/' (20 chars) meta_type => 'assets_footer' (13 chars) touroperator_id => '68' (2 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) _typoScriptNodeValue => 'COA' (3 chars) tx_sitemapgenerator => array(9 items) userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars) extensionName => 'SitemapGenerator' (16 chars) pluginName => 'Pi1' (3 chars) vendorName => 'Markussom' (9 chars) controller => 'Sitemap' (7 chars) action => 'list' (4 chars) switchableControllerActions => array(1 item) Sitemap => array(1 item) 1 => 'list' (4 chars) view => array(3 items) templateRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Templates/' (50 chars) partialRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Partials/' (49 chars) layoutRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Layouts/' (48 chars) _typoScriptNodeValue => 'USER' (4 chars) tourtypeStaticMenu => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) xtouraTourTypeMenueFrontpage => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) xtouraTourTypeMenueHeader => array(6 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Content/' (23 chars) template => 'ReiseartMenuHeader' (18 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) xtouraCountryMenue => array(7 items) userFunc => 'user_xtoura_plugin->widget' (26 chars) type => 'xtoura/widgets/Country/' (23 chars) template => 'menu' (4 chars) limit => '9999' (4 chars) set_meta => '0' (1 chars) settings => array(2 items) touroperator_id => '68' (2 chars) set_meta => '0' (1 chars) _typoScriptNodeValue => 'USER_INT' (8 chars) tourTypeMenue => array(3 items) 10 => array(2 items) value => '<h3>Reisethemen</h3>' (20 chars) _typoScriptNodeValue => 'TEXT' (4 chars) 20 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(2 items) field => 'bodytext' (8 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => '219' (3 chars) uidInList => '2179' (4 chars) orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) _typoScriptNodeValue => 'COA' (3 chars) HotlineAgency => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '158' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) linkeSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '144' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) mittlereSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '145' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) rechteSpalte => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '146' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) Angebote => array(4 items) table => 'tt_content' (10 chars) wrap => '|' (1 chars) select => array(4 items) pidInList => '147' (3 chars) begin => '0' (1 chars) orderBy => 'sorting' (7 chars) languageField => 'sys_language_uid' (16 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) parseFunc => array(7 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '' (0 chars) mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
               ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
               nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
               trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
               , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) tags => array(1 item) link => array(4 items) current => '1' (1 chars) typolink => array(3 items) extTarget => array(2 items)max depth target => array(2 items)max depth parameter => array(1 item)max depth parseFunc => array(1 item) constants => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) nonTypoTagStdWrap => array(1 item) HTMLparser => array(3 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) _typoScriptNodeValue => '1' (1 chars)
parseFunc_RTE => array(8 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '' (0 chars) mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
               ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
               nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
               trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
               , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) externalBlocks => array(15 items) blockquote => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) table => array(3 items) stripNL => '1' (1 chars) HTMLtableCells => array(3 items) addChr10BetweenParagraphs => '1' (1 chars) default => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) stdWrap => array(1 item) HTMLparser => array(3 items)max depth div => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) article => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) aside => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) footer => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) header => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) nav => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) section => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) dl => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) dd => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) ol => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) ul => array(2 items) stripNL => '1' (1 chars) callRecursive => '1' (1 chars) li => array(1 item) stdWrap => array(1 item) parseFunc => array(7 items)max depth _typoScriptNodeValue => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
                  able, ul, pre
' (89 chars)
tags => array(2 items) link => array(4 items) current => '1' (1 chars) typolink => array(3 items) extTarget => array(2 items)max depth target => array(2 items)max depth parameter => array(1 item)max depth parseFunc => array(1 item) constants => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) img => array(3 items) current => '1' (1 chars) preUserFunc => 'TYPO3\CMS\Rtehtmlarea\Controller\ImageRenderingController->renderImageAttrib
                     utes
' (80 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
nonTypoTagStdWrap => array(2 items) HTMLparser => array(4 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) tags => array(1 item) img => array(1 item)max depth _typoScriptNodeValue => '1' (1 chars) encapsLines => array(5 items) encapsTagList => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt,li' (32 chars) nonWrappedTag => 'P' (1 chars) remapTag => array(1 item) DIV => 'P' (1 chars) innerStdWrap_all => array(1 item) ifBlank => '&nbsp;' (6 chars) addAttributes => array(1 item) P => array(1 item)max depth
parseTarget => array(1 item) override => array(2 items) if => array(1 item) isTrue => array(1 item) data => 'TSFE:dtdAllowsFrames' (20 chars) _typoScriptNodeValue => '' (0 chars) tourTypeMenueConfig => array(3 items) type => 'xtoura/widgets/TravelTheme/' (27 chars) set_meta => '0' (1 chars) settings => array(3 items) template => 'menu' (4 chars) limit => '10' (2 chars) set_meta => '0' (1 chars) navigation => array(2 items) xtouraNavMain => array(4 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => array(4 items) value => '<span class="fa fa-home hidden-xs"></span><span class="visible-xs">Home</spa
                     n>
' (78 chars) wrap => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '<li>|</li>' (10 chars) typolink => array(1 item) parameter => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(4 items) 1 => array(8 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(9 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(6 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars)
main => array(4 items) wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars) 10 => array(4 items) value => '<span class="fa fa-home hidden-xs"></span><span class="visible-xs">Home</spa
                     n>
' (78 chars) wrap => array(2 items) override => array(2 items)max depth _typoScriptNodeValue => '<li>|</li>' (10 chars) typolink => array(1 item) parameter => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars)
20 => array(4 items) 1 => array(8 items) expAll => '1' (1 chars) NO => array(6 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth _typoScriptNodeValue => 'TMENU' (5 chars) 2 => array(9 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth IFSUB => array(7 items)max depth ACTIFSUB => array(7 items)max depth CURIFSUB => array(7 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) 3 => array(6 items) expAll => '1' (1 chars) NO => array(5 items)max depth ACT => array(5 items)max depth CUR => array(5 items)max depth wrap => '<ul class="dropdown-menu">|</ul>' (32 chars) _typoScriptNodeValue => 'TMENU' (5 chars) _typoScriptNodeValue => 'HMENU' (5 chars) _typoScriptNodeValue => 'COA' (3 chars)
xtouraContent => array(1 item) get => array(4 items) 5 => array(2 items) colPos => array(1 item) cObject => array(3 items)max depth _typoScriptNodeValue => 'LOAD_REGISTER' (13 chars) 10 => array(4 items) table => 'tt_content' (10 chars) renderObj => array(2 items) 10 => array(5 items)max depth _typoScriptNodeValue => 'COA' (3 chars) select => array(3 items) pidInList => 'this' (4 chars) where => array(2 items)max depth orderBy => 'sorting' (7 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) 1000 => 'RESTORE_REGISTER' (16 chars) _typoScriptNodeValue => 'COA' (3 chars) honeypot => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCallBack => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCoachHireMin => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formCoupon => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formIndividualRequest => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formClass => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formGroup => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) formIndividual => array(2 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) callback => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) contact => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) catalog => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) coupon => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) rentbus => array(3 items) 9000 => array(3 items) name => '_email_' (7 chars) id => '_email_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) 9001 => array(3 items) name => '_token_' (7 chars) id => '_token_' (7 chars) _typoScriptNodeValue => 'HIDDEN' (6 chars) rules => array(2 items) 9000 => array(4 items) element => '_email_' (7 chars) minimum => '0' (1 chars) maximum => '0' (1 chars) _typoScriptNodeValue => 'length' (6 chars) 9001 => array(3 items) element => '_token_' (7 chars) expression => '/04c302121cf132c00bf153211d16f50a/' (34 chars) _typoScriptNodeValue => 'regexp' (6 chars) contentElement => array(1 item) templateRootPaths => array(1 item) 1 => 'EXT:dce/Resources/Private/Templates' (35 chars)
styles => array(1 item) content => array(7 items) get => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=0' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getLeft => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=1' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getRight => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=2' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getBorder => array(3 items) table => 'tt_content' (10 chars) select => array(2 items) orderBy => 'sorting' (7 chars) where => 'colPos=3' (8 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) getNews => array(3 items) table => 'tt_content' (10 chars) select => array(3 items) orderBy => 'sorting' (7 chars) where => 'colPos=0' (8 chars) pidInList => '0' (1 chars) _typoScriptNodeValue => 'CONTENT' (7 chars) editPanelPage => array(2 items) 10 => array(3 items) allow => 'toolbar,move,hide' (17 chars) label => array(2 items) data => 'LLL:EXT:css_styled_content/Resources/Private/Language/locallang.xlf:eIcon.pa
                        ge
' (78 chars) wrap => '|&nbsp;<b>%s</b>' (16 chars)
_typoScriptNodeValue => 'EDITPANEL' (9 chars)
_typoScriptNodeValue => 'COA' (3 chars)
parseFunc => array(7 items) makelinks => array(3 items) http => array(2 items) keep => 'path' (4 chars) extTarget => array(2 items)max depth mailto => array(1 item) keep => 'path' (4 chars) _typoScriptNodeValue => '1' (1 chars) allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
                  ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
                   footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
                  nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
                  trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
                  , ul, var
' (389 chars) denyTags => '*' (1 chars) sword => '<span class="csc-sword">|</span>' (32 chars) constants => '1' (1 chars) tags => array(1 item) link => array(4 items) current => '1' (1 chars) typolink => array(3 items)max depth parseFunc => array(1 item)max depth _typoScriptNodeValue => 'TEXT' (4 chars) nonTypoTagStdWrap => array(1 item) HTMLparser => array(3 items) keepNonMatchedTags => '1' (1 chars) htmlSpecialChars => '2' (1 chars) _typoScriptNodeValue => '1' (1 chars)
config => array(18 items) extTarget => '_blank' (6 chars) language => 'de' (2 chars) locale_all => 'de_DE.UTF-8' (11 chars) sys_language_uid => '1' (1 chars) contentObjectExceptionHandler => '0' (1 chars) htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars) absRefPrefix => '/' (1 chars) sendCacheHeaders => '1' (1 chars) inlineStyle2TempFile => '0' (1 chars) tx_realurl_enable => '1' (1 chars) compressCss => '0' (1 chars) concatenateCss => '0' (1 chars) compressJs => '0' (1 chars) concatenateJs => '0' (1 chars) no_cache => '0' (1 chars) htmlTag_stdWrap => array(1 item) cObject => array(empty) tx_extbase => array(4 items) mvc => array(2 items) throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars) requestHandlers => array(4 items) TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars) TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars) TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars) TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars) persistence => array(4 items) enableAutomaticCacheClearing => '1' (1 chars) updateReferenceIndex => '0' (1 chars) useQueryCache => '1' (1 chars) classes => array(16 items) TYPO3\CMS\Extbase\Domain\Model\FileMount => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FileReference => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\File => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Extbase\Domain\Model\Category => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUser => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\SysNote\Domain\Model\SysNote => array(1 item) mapping => array(3 items)max depth In2code\Femanager\Domain\Model\User => array(1 item) mapping => array(2 items)max depth In2code\Femanager\Domain\Model\UserGroup => array(1 item) mapping => array(2 items)max depth DmitryDulepov\Realurl\Domain\Model\Alias => array(1 item) mapping => array(1 item)max depth DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry => array(1 item) mapping => array(2 items)max depth DmitryDulepov\Realurl\Domain\Model\PathCacheEntry => array(1 item) mapping => array(2 items)max depth features => array(2 items) skipDefaultArguments => '0' (1 chars) ignoreAllEnableFieldsInBe => '0' (1 chars) objects => array(1 item) TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap => array(1 item) className => 'In2code\Femanager\Persistence\Generic\Mapper\DataMap' (52 chars) additionalHeaders => array(1 item) 3000 => array(1 item) header => 'Referrer-Policy:strict-origin' (29 chars) plugin => array(6 items) tx_felogin_pi1 => array(48 items) userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars) storagePid => '' (0 chars) recursive => '' (0 chars) templateFile => 'fileadmin/seltamed.de/template/felogin/Resources/Private/Templates/FrontendL
               ogin.html
' (85 chars) feloginBaseURL => 'https://www.seltamed.de/' (24 chars) wrapContentInBaseClass => '1' (1 chars) preserveGETvars => 'all' (3 chars) showForgotPasswordLink => '' (0 chars) showPermaLogin => '' (0 chars) forgotLinkHashValidTime => '12' (2 chars) newPasswordMinLength => '6' (1 chars) redirectMode => '' (0 chars) redirectFirstMethod => '' (0 chars) redirectPageLogin => '' (0 chars) redirectPageLoginError => '' (0 chars) redirectPageLogout => '' (0 chars) redirectDisable => '' (0 chars) email_from => '' (0 chars) email_fromName => '' (0 chars) replyTo => '' (0 chars) domains => '' (0 chars) showLogoutFormAfterLogin => '' (0 chars) dateFormat => 'Y-m-d H:i' (9 chars) exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars) _CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label { display: block; }' (48 chars) linkConfig => array(2 items) target => '' (0 chars) ATagParams => 'rel="nofollow"' (14 chars) welcomeHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) welcomeMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) successHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) successMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) logoutHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) logoutMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) errorHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) errorMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) forgotMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotErrorMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) forgotResetMessageEmailSentMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotValidMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordTooShortMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordNotEqualMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordHeader_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<h3>|</h3>' (10 chars) htmlSpecialChars => '1' (1 chars) changePasswordMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) changePasswordDoneMessage_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<div>|</div>' (12 chars) htmlSpecialChars => '1' (1 chars) cookieWarning_stdWrap => array(3 items) required => '1' (1 chars) wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars) htmlSpecialChars => '1' (1 chars) userfields => array(1 item) username => array(2 items) htmlSpecialChars => '1' (1 chars) wrap => '<strong>|</strong>' (18 chars) _LOCAL_LANG => array(1 item) de => array(2 items) ll_forgot_reset_message => 'Bitte den Benutzernamen eingeben. Sie erhalten dann umgehend Anweisungen zum
                      Zurücksetzen des Passworts zugesandt.
' (115 chars) ll_enter_your_data => 'Benutzername:' (13 chars)
_typoScriptNodeValue => 'USER_INT' (8 chars)
tx_cssstyledcontent => array(1 item) _CSS_DEFAULT_STYLE => ' /* Headers */ .csc-header-alignment-center { text-align: center; } .csc-h
               eader-alignment-right { text-align: right; } .csc-header-alignment-left { t
               ext-align: left; } div.csc-textpic-responsive, div.csc-textpic-responsive
               * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:
                border-box; } /* Clear floats after csc-textpic and after csc-textpic-im
               agerow */ div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc
               -uploads li { overflow: hidden; } /* Set padding for tables */ div.csc-te
               xtpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spaci
               ng: 0; } div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; v
               ertical-align: top; } /* Settings for figure and figcaption (HTML5) */ di
               v.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-text
               pic-imagewrap { margin: 0; display: table; } /* Captions */ figcaption.cs
               c-textpic-caption { display: table-caption; } .csc-textpic-caption { text-a
               lign: left; caption-side: bottom; } div.csc-textpic-caption-c .csc-textpic-
               caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center;
                } div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .
               csc-textpic-caption-r { text-align: right; } div.csc-textpic-caption-l .csc
               -textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align
               : left; } /* Float the columns */ div.csc-textpic div.csc-textpic-imageco
               lumn { float: left; } /* Border just around the image */ div.csc-textpic-
               border div.csc-textpic-imagewrap img { border: 2px solid black; padding:
                0px 0px; } div.csc-textpic .csc-textpic-imagewrap img { border: none; di
               splay: block; } /* Space below each image (also in-between rows) */ div.c
               sc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px;
               } div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-te
               xtpic-image { margin-bottom: 0; } /* colSpace around image columns, except
                for last column */ div...
' (4789 chars)
tx_form => array(4 items) _CSS_DEFAULT_STYLE => ' div.csc-mailform ol, div.csc-mailform ol li { margin: 0; padding:
               0; } div.csc-mailform ol li { overflow: hidden; } div.csc-mailf
               orm fieldset { margin: 0; padding: 0; position: relative; } di
               v.csc-mailform legend { margin-left: 1em; color: #000000; font-weig
               ht: bold; } div.csc-mailform fieldset ol { padding: 1em 1em 0 1em;
                } div.csc-mailform fieldset li { padding: 0.5em; margin-bottom: 0.
               5em; list-style: none; } div.csc-mailform fieldset.submit { borde
               r-style: none; } /** * Normal label * Left aligned, in front of i
               nput */ div.csc-mailform li label { float: left; width: 13em;
               margin-right: 1em; vertical-align: baseline; } div.csc-mailform li i
               nput + label, div.csc-mailform li textarea + label, div.csc-mailform li
               select + label { float: none; width: auto; margin-right: 0; marg
               in-left: 1em; } div.csc-mailform li textarea + label { vertical-alig
               n: top; } label em, legend em { display: block; color: #060;
                font-size: 85%; font-style: normal; text-transform: uppercase; }
                legend em { position: absolute; } label strong, legend strong {
                display: block; color: #C00; font-size: 85%; font-weight: normal;
                text-transform: uppercase; } legend strong { position: absolute;
                top: 1.4em; } /** * Labels alignment right */ .labels-align
               ment-right label, .labels-alignment-right .fieldset-subgroup legend, .la
               bels-alignment-right.fieldset-subgroup legend { text-align: right; }
                /** * Horizontal fieldset */ fieldset.fieldset-horizontal { bord
               er-width: 0; } fieldset.fieldset-horizontal ol { padding: 0; }
               fieldset.fieldset-horizontal li { float: left; padding: 0; margin-r
               ight: 1em; } fieldset.fieldset-horizontal.label-below label { displa
               y: block; margin-left: 0; margin-top: 0.2em; font-size: 90%; col
               or: #999999; text-ali...
' (3502 chars) view => array(4 items) elementPartials => array(23 items) BUTTON => array(1 item) 10 => array(2 items)max depth BUTTONTAG => array(1 item) 10 => array(2 items)max depth CHECKBOX => array(1 item) 10 => array(2 items)max depth CHECKBOXGROUP => array(1 item) 10 => array(2 items)max depth CONTENTELEMENT => array(1 item) 10 => array(2 items)max depth FIELDSET => array(1 item) 10 => array(2 items)max depth FILEUPLOAD => array(1 item) 10 => array(2 items)max depth FORM => array(1 item) 10 => array(2 items)max depth HEADER => array(1 item) 10 => array(2 items)max depth HIDDEN => array(1 item) 10 => array(2 items)max depth IMAGEBUTTON => array(1 item) 10 => array(2 items)max depth INPUT => array(1 item) 10 => array(2 items)max depth INPUTTYPEBUTTON => array(1 item) 10 => array(2 items)max depth LABEL => array(1 item) 10 => array(2 items)max depth PASSWORD => array(1 item) 10 => array(2 items)max depth RADIO => array(1 item) 10 => array(2 items)max depth RADIOGROUP => array(1 item) 10 => array(2 items)max depth RESET => array(1 item) 10 => array(2 items)max depth SELECT => array(1 item) 10 => array(2 items)max depth SUBMIT => array(1 item) 10 => array(2 items)max depth TEXTAREA => array(1 item) 10 => array(2 items)max depth TEXTBLOCK => array(1 item) 10 => array(2 items)max depth TEXTLINE => array(1 item) 10 => array(2 items)max depth templateRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Templates/' (37 chars) partialRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Partials/' (36 chars) layoutRootPaths => array(1 item) 10 => 'EXT:form/Resources/Private/Layouts/' (35 chars) settings => array(3 items) registeredElements => array(24 items) BUTTON => array(2 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialPath' (68 chars) _typoScriptNodeValue => '< .INPUTTYPEBUTTON' (18 chars) CHECKBOXGROUP => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.CHECKBOXGROUP.10.partialPath' (66 chars) childrenInheritName => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) _typoScriptNodeValue => '< .FIELDSET' (11 chars) RADIOGROUP => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.RADIOGROUP.10.partialPath' (63 chars) childrenInheritName => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) _typoScriptNodeValue => '< .FIELDSET' (11 chars) BUTTONTAG => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.BUTTONTAG.10.partialPath' (62 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth defaultHtmlAttributeValues => array(1 item)max depth CHECKBOX => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.CHECKBOX.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(24 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth CONTENTELEMENT => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.CONTENTELEMENT.10.partialPath' (67 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) FIELDSET => array(5 items) partialPath => '< plugin.tx_form.view.elementPartials.FIELDSET.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(17 items)max depth FILEUPLOAD => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.FILEUPLOAD.10.partialPath' (63 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(25 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth FORM => array(8 items) compatibilityMode => '1' (1 chars) themeName => 'Default' (7 chars) fixedHtmlAttributeValues => '' (0 chars) partialPath => '< plugin.tx_form.view.elementPartials.FORM.10.partialPath' (57 chars) htmlAttributes => array(25 items)max depth defaultHtmlAttributeValues => array(2 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(11 items)max depth viewHelperDefaultArguments => array(3 items)max depth HEADER => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.HEADER.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) HIDDEN => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.HIDDEN.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(19 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(11 items)max depth IMAGEBUTTON => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.IMAGEBUTTON.10.partialPath' (64 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(40 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth INPUT => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUT.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(39 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth defaultHtmlAttributeValues => array(1 item)max depth INPUTTYPEBUTTON => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialPath' (68 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(12 items)max depth OPTGROUP => array(empty) OPTION => array(empty) PASSWORD => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.PASSWORD.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(29 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth RADIO => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.RADIO.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(24 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth RESET => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.RESET.10.partialPath' (58 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth SELECT => array(6 items) partialPath => '< plugin.tx_form.view.elementPartials.SELECT.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(22 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(13 items)max depth SUBMIT => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.SUBMIT.10.partialPath' (59 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) htmlAttributes => array(21 items)max depth fixedHtmlAttributeValues => array(1 item)max depth htmlAttributesUsedByTheViewHelperDirectly => array(10 items)max depth TEXTAREA => array(6 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTAREA.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(31 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(15 items)max depth TEXTBLOCK => array(4 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTBLOCK.10.partialPath' (62 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '0' (1 chars) visibleInMail => '0' (1 chars) TEXTLINE => array(7 items) partialPath => '< plugin.tx_form.view.elementPartials.TEXTLINE.10.partialPath' (61 chars) visibleInShowAction => '1' (1 chars) visibleInConfirmationAction => '1' (1 chars) visibleInMail => '1' (1 chars) htmlAttributes => array(31 items)max depth htmlAttributesUsedByTheViewHelperDirectly => array(18 items)max depth defaultHtmlAttributeValues => array(1 item)max depth registeredFilters => array(12 items) alphabetic => array(2 items) displayName => 'Alphabetic' (10 chars) className => 'TYPO3\CMS\Form\Domain\Filter\AlphabeticFilter' (45 chars) alphanumeric => array(2 items) displayName => 'Alphanumeric' (12 chars) className => 'TYPO3\CMS\Form\Domain\Filter\AlphanumericFilter' (47 chars) currency => array(2 items) displayName => 'Currency' (8 chars) className => 'TYPO3\CMS\Form\Domain\Filter\CurrencyFilter' (43 chars) digit => array(2 items) displayName => 'Digit' (5 chars) className => 'TYPO3\CMS\Form\Domain\Filter\DigitFilter' (40 chars) integer => array(2 items) displayName => 'Integer' (7 chars) className => 'TYPO3\CMS\Form\Domain\Filter\IntegerFilter' (42 chars) lowercase => array(2 items) displayName => 'Lowercase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\LowerCaseFilter' (44 chars) regexp => array(2 items) displayName => 'Regular Expression' (18 chars) className => 'TYPO3\CMS\Form\Domain\Filter\RegExpFilter' (41 chars) removexss => array(2 items) displayName => 'Remove XSS' (10 chars) className => 'TYPO3\CMS\Form\Domain\Filter\RemoveXssFilter' (44 chars) stripnewlines => array(2 items) displayName => 'Strip New Lines' (15 chars) className => 'TYPO3\CMS\Form\Domain\Filter\StripNewLinesFilter' (48 chars) titlecase => array(2 items) displayName => 'Titlecase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\TitleCaseFilter' (44 chars) trim => array(2 items) displayName => 'Trim' (4 chars) className => 'TYPO3\CMS\Form\Domain\Filter\TrimFilter' (39 chars) uppercase => array(2 items) displayName => 'Uppercase' (9 chars) className => 'TYPO3\CMS\Form\Domain\Filter\UpperCaseFilter' (44 chars) registeredValidators => array(20 items) alphabetic => array(2 items) displayName => 'Alphabetic' (10 chars) className => 'TYPO3\CMS\Form\Domain\Validator\AlphabeticValidator' (51 chars) alphanumeric => array(2 items) displayName => 'Alphanumeric' (12 chars) className => 'TYPO3\CMS\Form\Domain\Validator\AlphanumericValidator' (53 chars) between => array(2 items) displayName => 'Between' (7 chars) className => 'TYPO3\CMS\Form\Domain\Validator\BetweenValidator' (48 chars) date => array(2 items) displayName => 'Date' (4 chars) className => 'TYPO3\CMS\Form\Domain\Validator\DateValidator' (45 chars) digit => array(2 items) displayName => 'Digit' (5 chars) className => 'TYPO3\CMS\Form\Domain\Validator\DigitValidator' (46 chars) email => array(2 items) displayName => 'Email address' (13 chars) className => 'TYPO3\CMS\Form\Domain\Validator\EmailValidator' (46 chars) equals => array(2 items) displayName => 'Equals' (6 chars) className => 'TYPO3\CMS\Form\Domain\Validator\EqualsValidator' (47 chars) fileallowedtypes => array(2 items) displayName => 'Allowed mimetypes for file' (26 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileAllowedTypesValidator' (57 chars) filemaximumsize => array(2 items) displayName => 'Maximum size for file (bytes)' (29 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileMaximumSizeValidator' (56 chars) fileminimumsize => array(2 items) displayName => 'Minimum size for file (bytes)' (29 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FileMinimumSizeValidator' (56 chars) float => array(2 items) displayName => 'Float' (5 chars) className => 'TYPO3\CMS\Form\Domain\Validator\FloatValidator' (46 chars) greaterthan => array(2 items) displayName => 'Greater than' (12 chars) className => 'TYPO3\CMS\Form\Domain\Validator\GreaterThanValidator' (52 chars) inarray => array(2 items) displayName => 'In array' (8 chars) className => 'TYPO3\CMS\Form\Domain\Validator\InArrayValidator' (48 chars) integer => array(2 items) displayName => 'Integer' (7 chars) className => 'TYPO3\CMS\Form\Domain\Validator\IntegerValidator' (48 chars) ip => array(2 items) displayName => 'Ip address' (10 chars) className => 'TYPO3\CMS\Form\Domain\Validator\IpValidator' (43 chars) length => array(2 items) displayName => 'Length' (6 chars) className => 'TYPO3\CMS\Form\Domain\Validator\LengthValidator' (47 chars) lessthan => array(2 items) displayName => 'Less than' (9 chars) className => 'TYPO3\CMS\Form\Domain\Validator\LessThanValidator' (49 chars) regexp => array(2 items) displayName => 'Regular Expression' (18 chars) className => 'TYPO3\CMS\Form\Domain\Validator\RegExpValidator' (47 chars) required => array(2 items) displayName => 'Required' (8 chars) className => 'TYPO3\CMS\Form\Domain\Validator\RequiredValidator' (49 chars) uri => array(2 items) displayName => 'Uniform Resource Identifier' (27 chars) className => 'TYPO3\CMS\Form\Domain\Validator\UriValidator' (44 chars) features => array(1 item) skipDefaultArguments => '1' (1 chars)
tx_femanager => array(4 items) view => array(3 items) templateRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Templates/' (42 chars) 1 => 'EXT:femanager/Resources/Private/Templates/' (42 chars) partialRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Partials/' (41 chars) 1 => 'EXT:femanager/Resources/Private/Partials/' (41 chars) layoutRootPaths => array(2 items) 0 => 'EXT:femanager/Resources/Private/Layouts/' (40 chars) 1 => 'EXT:femanager/Resources/Private/Layouts/' (40 chars) persistence => array(1 item) storagePid => '' (0 chars) features => array(1 item) rewrittenPropertyMapper => '1' (1 chars) settings => array(9 items) _TypoScriptIncluded => '1' (1 chars) new => array(8 items) login => '1' (1 chars) prefill => array(empty) validation => array(7 items) _enable => array(2 items)max depth username => array(3 items)max depth email => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth email => array(5 items) createUserConfirmation => array(6 items)max depth createAdminConfirmation => array(7 items)max depth createUserNotify => array(6 items)max depth createUserNotifyRefused => array(6 items)max depth createAdminNotify => array(7 items)max depth forceValues => array(3 items) beforeAnyConfirmation => array(empty)max depth onUserConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth sendPost => array(empty) storeInDatabase => array(empty) misc => array(1 item) autogenerate => array(2 items)max depth edit => array(5 items) prefill => array(empty) validation => array(7 items) _enable => array(2 items)max depth username => array(2 items)max depth email => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth email => array(3 items) updateRequest => array(6 items)max depth updateRequestRefused => array(6 items)max depth notifyAdmin => array(6 items)max depth forceValues => array(2 items) beforeAnyConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth misc => array(1 item) keepPasswordIfEmpty => '1' (1 chars) invitation => array(5 items) validation => array(5 items) _enable => array(2 items)max depth username => array(3 items)max depth email => array(2 items)max depth usergroup => array(empty)max depth captcha => array(empty)max depth validationEdit => array(3 items) _enable => array(2 items)max depth password => array(1 item)max depth password_repeat => array(2 items)max depth email => array(4 items) invitation => array(6 items)max depth invitationAdminNotifyStep1 => array(6 items)max depth invitationAdminNotify => array(6 items)max depth invitationRefused => array(6 items)max depth forceValues => array(2 items) beforeAnyConfirmation => array(empty)max depth onAdminConfirmation => array(empty)max depth misc => array(empty) delete => array(empty) list => array(1 item) filter => array(1 item) searchword => array(1 item)max depth loginAs => array(empty) misc => array(4 items) uploadAmount => '3' (1 chars) uploadSize => '25000000' (8 chars) uploadFileExtension => 'jpeg, jpg, gif, png, bmp' (24 chars) renderImageWidth => '250' (3 chars) finishers => array(2 items) 10 => array(1 item) class => 'In2code\Femanager\Finisher\SaveToAnyTableFinisher' (49 chars) 20 => array(1 item) class => 'In2code\Femanager\Finisher\SendParametersFinisher' (49 chars) tx_sitemapgenerator => array(3 items) googleNewsUrlEntry => array(12 items) hideIfNotTranslated => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) name => 'title' (5 chars) language => array(2 items) value => 'de' (2 chars) _typoScriptNodeValue => 'TEXT' (4 chars) access => '' (0 chars) genres => 'tags' (4 chars) publicationDate => 'datetime' (8 chars) title => 'title' (5 chars) keywords => 'keywords' (8 chars) stockTickers => '' (0 chars) url => array(2 items) typolink => array(6 items) parameter => '9' (1 chars) additionalParams => array(2 items)max depth addQueryString => array(2 items)max depth useCacheHash => '1' (1 chars) returnLast => 'url' (3 chars) forceAbsoluteUrl => '1' (1 chars) _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => '0' (1 chars) view => array(3 items) templateRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Templates/' (50 chars) partialRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Partials/' (49 chars) layoutRootPaths => array(1 item) 10 => 'EXT:sitemap_generator/Resources/Private/Layouts/' (48 chars) urlEntries => array(2 items) pages => array(5 items) rootPageId => '1' (1 chars) allowedDoktypes => '1' (1 chars) stopPageTreeDoktypes => '6,199' (5 chars) hidePagesIfNotTranslated => '0' (1 chars) _typoScriptNodeValue => '1' (1 chars) news => array(6 items) active => '0' (1 chars) table => 'tx_news_domain_model_news' (25 chars) hideIfNotTranslated => '0' (1 chars) lastmod => 'tstamp' (6 chars) url => array(2 items) typolink => array(6 items)max depth _typoScriptNodeValue => 'TEXT' (4 chars) _typoScriptNodeValue => '1' (1 chars) tx_dce => array(1 item) persistence => array(1 item) storagePid => '0' (1 chars)
module => array(5 items) tx_extensionmanager => array(2 items) settings => array(1 item) repositoryUid => '1' (1 chars) features => array(1 item) skipDefaultArguments => '0' (1 chars) tx_belog => array(2 items) persistence => array(1 item) classes => array(3 items) TYPO3\CMS\Belog\Domain\Model\LogEntry => array(1 item) mapping => array(2 items)max depth TYPO3\CMS\Belog\Domain\Model\Workspace => array(1 item) mapping => array(1 item)max depth TYPO3\CMS\Belog\Domain\Model\HistoryEntry => array(1 item) mapping => array(1 item)max depth settings => array(3 items) selectableNumberOfLogEntries => array(7 items) 20 => '20' (2 chars) 50 => '50' (2 chars) 100 => '100' (3 chars) 200 => '200' (3 chars) 500 => '500' (3 chars) 1000 => '1000' (4 chars) 1000000 => 'any' (3 chars) selectableTimeFrames => array(8 items) 0 => 'thisWeek' (8 chars) 1 => 'lastWeek' (8 chars) 2 => 'last7Days' (9 chars) 10 => 'thisMonth' (9 chars) 11 => 'lastMonth' (9 chars) 12 => 'last31Days' (10 chars) 20 => 'noLimit' (7 chars) 30 => 'userDefined' (11 chars) selectableActions => array(7 items) 0 => 'any' (3 chars) 1 => 'actionDatabase' (14 chars) 2 => 'actionFile' (10 chars) 3 => 'actionCache' (11 chars) 254 => 'actionSettings' (14 chars) 255 => 'actionLogin' (11 chars) -1 => 'actionErrors' (12 chars) tx_beuser => array(2 items) persistence => array(1 item) storagePid => '0' (1 chars) settings => array(1 item) dummy => 'foo' (3 chars) tx_sysnote => array(1 item) view => array(3 items) layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars) templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars) partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars) tx_femanager => array(2 items) view => array(3 items) templateRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Templates/' (69 chars) partialRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Partials/' (68 chars) layoutRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Layouts/' (67 chars) settings => array(empty) htmlTag_stdWrap => array(1 item) cObject => array(empty) types => array(2 items) 0 => 'page' (4 chars) 7076 => 'fluidAjaxWidgetResponse' (23 chars)
contentObject => array(89 items) uid => '1645' (4 chars) pid => '191' (3 chars) t3ver_oid => '0' (1 chars) t3ver_id => '0' (1 chars) t3ver_wsid => '0' (1 chars) t3ver_label => '' (0 chars) t3ver_state => '0' (1 chars) t3ver_stage => '0' (1 chars) t3ver_count => '0' (1 chars) t3ver_tstamp => '0' (1 chars) t3ver_move_id => '0' (1 chars) t3_origuid => '0' (1 chars) tstamp => '1654081045' (10 chars) crdate => '1654080825' (10 chars) cruser_id => '2' (1 chars) hidden => '0' (1 chars) sorting => '256' (3 chars) CType => 'dce_dceuid42' (12 chars) header => '' (0 chars) header_position => '' (0 chars) bodytext => NULL image => '0' (1 chars) imagewidth => '0' (1 chars) imageorient => '0' (1 chars) imagecols => '2' (1 chars) imageborder => '0' (1 chars) media => array(empty) layout => '0' (1 chars) deleted => '0' (1 chars) cols => '0' (1 chars) records => NULL pages => NULL starttime => '0' (1 chars) endtime => '0' (1 chars) colPos => '0' (1 chars) subheader => '' (0 chars) spaceBefore => '0' (1 chars) spaceAfter => '0' (1 chars) fe_group => '0' (1 chars) header_link => '' (0 chars) imagecaption_position => '' (0 chars) image_zoom => '0' (1 chars) image_noRows => '0' (1 chars) image_effects => '0' (1 chars) image_compression => '0' (1 chars) longdescURL => NULL header_layout => '0' (1 chars) menu_type => '0' (1 chars) list_type => '' (0 chars) table_border => '0' (1 chars) table_cellspacing => '0' (1 chars) table_cellpadding => '0' (1 chars) table_bgColor => '0' (1 chars) select_key => '' (0 chars) sectionIndex => '1' (1 chars) linkToTop => '0' (1 chars) file_collections => NULL filelink_size => '0' (1 chars) filelink_sorting => '' (0 chars) target => '' (0 chars) section_frame => '0' (1 chars) date => '0' (1 chars) recursive => '0' (1 chars) imageheight => '0' (1 chars) sys_language_uid => '0' (1 chars) tx_impexp_origuid => '0' (1 chars) pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <T3FlexForms> <
         data> <sheet index="sheet.tabGeneral"> <language index="
         lDEF"> <field index="settings.test"> <va
         lue index="vDEF">testen</value> </field> </langu
         age> </sheet> </data> </T3FlexForms>
' (352 chars) accessibility_title => '' (0 chars) accessibility_bypass => '0' (1 chars) accessibility_bypass_text => '' (0 chars) l18n_parent => '0' (1 chars) l18n_diffsource => 'a:8:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"spaceBefor
         e";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:11:"pi_flex
         form";N;}
' (161 chars) selected_categories => NULL category_field => '' (0 chars) categories => array(empty) tx_dce_dce => '42' (2 chars) tx_dce_index => NULL tx_dce_new_container => '0' (1 chars) editlock => '0' (1 chars) rowDescription => NULL table_caption => NULL table_delimiter => '124' (3 chars) table_enclosure => '0' (1 chars) table_header_position => '0' (1 chars) table_tfoot => '0' (1 chars) bullets_type => '0' (1 chars) uploads_description => '0' (1 chars) uploads_type => '0' (1 chars) assets => array(empty)
fields => array(1 item) test => 'testen' (6 chars) field => array(1 item) test => 'testen' (6 chars)
test

ERROR: Content Element type "textmedia" has no rendering definition!

Sorry, dieses Formular wird derzeit überarbeitet.

Buchung & Beratung in Ihrem Lieblingsreisebüro

oder unter Selta Med Hotline: 03741 – 14 85 27-0