/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/templates/theme/header.html.twig
{% extends 'layout/header.html.twig' %}
{% block content %}
{{ menu({
theme_location: 'header-left',
menu_id: 'header-menu-left',
fallback_cb: false,
container: false
}) }}
{% if is_user_logged_in() %}
{{ do_action('wpml_add_language_selector') }}
{% endif %}
{#
<div>
{{ menu({
theme_location: 'header-right',
menu_id: 'header-menu-right',
fallback_cb: false,
container: false
}) }}
</div>
#}
{% endblock %}
{% block header_content_mobile %}
{# <div id="main-header-content-mobile">
<a href="{{ path('game_choice') }}" class="btn btn-sm btn-red">
Jetzt buchen
</a>
</div> #}
{% endblock %}
Arguments
"An exception has been thrown during the rendering of a template ("Undefined offset: 244")."
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/nav-menu-template.php
}
}
// Set up the $menu_item variables.
_wp_menu_item_classes_by_context( $menu_items );
$sorted_menu_items = array();
$menu_items_tree = array();
$menu_items_with_children = array();
foreach ( (array) $menu_items as $menu_item ) {
$sorted_menu_items[ $menu_item->menu_order ] = $menu_item;
$menu_items_tree[ $menu_item->ID ] = $menu_item->menu_item_parent;
if ( $menu_item->menu_item_parent ) {
$menu_items_with_children[ $menu_item->menu_item_parent ] = 1;
}
}
// Calculate the depth of each menu item with children.
foreach ( $menu_items_with_children as $menu_item_key => &$menu_item_depth ) {
$menu_item_parent = $menu_items_tree[ $menu_item_key ];
while ( $menu_item_parent ) {
$menu_item_depth = $menu_item_depth + 1;
$menu_item_parent = $menu_items_tree[ $menu_item_parent ];
}
}
// Add the menu-item-has-children class where applicable.
if ( $menu_items_with_children ) {
foreach ( $sorted_menu_items as &$menu_item ) {
if (
isset( $menu_items_with_children[ $menu_item->ID ] ) &&
( $args->depth <= 0 || $menu_items_with_children[ $menu_item->ID ] < $args->depth )
) {
$menu_item->classes[] = 'menu-item-has-children';
}
}
}
unset( $menu_items_tree, $menu_items_with_children, $menu_items, $menu_item );
Arguments
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/nav-menu-template.php
}
}
// Set up the $menu_item variables.
_wp_menu_item_classes_by_context( $menu_items );
$sorted_menu_items = array();
$menu_items_tree = array();
$menu_items_with_children = array();
foreach ( (array) $menu_items as $menu_item ) {
$sorted_menu_items[ $menu_item->menu_order ] = $menu_item;
$menu_items_tree[ $menu_item->ID ] = $menu_item->menu_item_parent;
if ( $menu_item->menu_item_parent ) {
$menu_items_with_children[ $menu_item->menu_item_parent ] = 1;
}
}
// Calculate the depth of each menu item with children.
foreach ( $menu_items_with_children as $menu_item_key => &$menu_item_depth ) {
$menu_item_parent = $menu_items_tree[ $menu_item_key ];
while ( $menu_item_parent ) {
$menu_item_depth = $menu_item_depth + 1;
$menu_item_parent = $menu_items_tree[ $menu_item_parent ];
}
}
// Add the menu-item-has-children class where applicable.
if ( $menu_items_with_children ) {
foreach ( $sorted_menu_items as &$menu_item ) {
if (
isset( $menu_items_with_children[ $menu_item->ID ] ) &&
( $args->depth <= 0 || $menu_items_with_children[ $menu_item->ID ] < $args->depth )
) {
$menu_item->classes[] = 'menu-item-has-children';
}
}
}
unset( $menu_items_tree, $menu_items_with_children, $menu_items, $menu_item );
Arguments
8
"Undefined offset: 244"
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/nav-menu-template.php"
211
array:16 [
"args" => {#11939}
"menu_id_slugs" => & []
"defaults" => array:18 [
"menu" => ""
"container" => "div"
"container_class" => ""
"container_id" => ""
"container_aria_label" => ""
"menu_class" => "menu"
"menu_id" => ""
"echo" => true
"fallback_cb" => "wp_page_menu"
"before" => ""
"after" => ""
"link_before" => ""
"link_after" => ""
"items_wrap" => "<ul id="%1$s" class="%2$s">%3$s</ul>"
"item_spacing" => "preserve"
"depth" => 0
"walker" => ""
"theme_location" => ""
]
"nav_menu" => ""
"menu" => WP_Term {#11908}
"locations" => array:5 [
"footer-legal" => 3
"footer-service" => 4
"header-left" => 5
"footer-about" => 31
"footer-offers" => 32
]
"menu_items" => array:5 [
0 => WP_Post {#19998}
1 => WP_Post {#11898}
2 => WP_Post {#19997}
3 => WP_Post {#11946}
4 => WP_Post {#11909}
]
"items" => ""
"show_container" => false
"sorted_menu_items" => array:5 [
1 => WP_Post {#19998}
2 => WP_Post {#11898}
3 => WP_Post {#19997}
5 => WP_Post {#11946}
11 => WP_Post {#11909}
]
"menu_items_tree" => array:5 [
100 => "0"
101 => "100"
539 => "100"
102 => "100"
58 => "244"
]
"menu_items_with_children" => array:2 [
100 => 1
244 => &7 1
]
"menu_item" => WP_Post {#11909}
"menu_item_depth" => &7 1
"menu_item_key" => 244
"menu_item_parent" => "0"
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
"content"
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
"header_content_inner"
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
"header_content"
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
"header_container"
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
if ($useBlocks && isset($blocks[$name])) {
$template = $blocks[$name][0];
$block = $blocks[$name][1];
} elseif (isset($this->blocks[$name])) {
$template = $this->blocks[$name][0];
$block = $this->blocks[$name][1];
} else {
$template = null;
$block = null;
}
// avoid RCEs when sandbox is enabled
if (null !== $template && !$template instanceof self) {
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
$template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e);
$e->guess();
throw $e;
}
} elseif (false !== $parent = $this->getParent($context)) {
$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this);
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
"header"
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:12 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
"site_name" => "Grundstücks- und Wohnungswirtschafts GmbH Anklam"
"full_width" => false
"behavior" => null
"logo_desktop" => false
"logo_mobile" => false
"classes" => array:1 [
0 => "has-menu-left"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:6 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
]
array:12 [
"header" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header"
]
"header_classes" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_classes"
]
"header_container" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_container"
]
"header_logo" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo"
]
"header_logo_image" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image"
]
"header_logo_image_mobile" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_mobile"
]
"header_logo_image_default" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_logo_image_default"
]
"header_content" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content"
]
"header_content_inner" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_content_inner"
]
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
"header_hamburger" => array:2 [
0 => __TwigTemplate_16ffe20390b192aae07f64b061f1e68d6af452e768d7bd4917378ee5bd3f2f52 {#11886}
1 => "block_header_hamburger"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
$key = $this->cache->generateKey($name, $mainCls);
if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
$this->cache->load($key);
}
$source = null;
if (!class_exists($cls, false)) {
$source = $this->getLoader()->getSourceContext($name);
$content = $this->compileSource($source);
$this->cache->write($key, $content);
$this->cache->load($key);
if (!class_exists($mainCls, false)) {
/* Last line of defense if either $this->bcWriteCacheFile was used,
* $this->cache is implemented as a no-op or we have a race condition
* where the cache was cleared between the above calls to write to and load from
* the cache.
*/
eval('?>'.$content);
}
if (!class_exists($cls, false)) {
throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
}
}
}
$this->extensionSet->initRuntime();
return $this->loadedTemplates[$cls] = new $cls($this);
}
/**
* Creates a template from source.
*
* This method should not be used as a generic way to load templates.
*
* @param string $template The template source
* @param string $name An optional name of the template to be used in error messages
Arguments
array:6 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
]
array:2 [
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
// this is mostly useful for \Twig\Error\LoaderError exceptions
// see \Twig\Error\LoaderError
if (-1 === $e->getTemplateLine()) {
$e->guess();
}
throw $e;
} catch (\Exception $e) {
$e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
$e->guess();
throw $e;
}
}
Arguments
array:6 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
]
array:2 [
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
{
return $this;
}
/**
* Returns all blocks.
*
* This method is for internal use only and should never be called
* directly.
*
* @return array An array of blocks
*/
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
Arguments
array:6 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
"app" => Pimple\Container {#8460}
"pimple" => Pimple\Container {#8460}
"app_image_sizes" => array:6 [
0 => "thumbnail"
1 => "medium"
2 => "medium_large"
3 => "large"
4 => "1536x1536"
5 => "2048x2048"
]
]
array:2 [
"content" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_content"
]
"header_content_mobile" => array:2 [
0 => __TwigTemplate_7312ae409caac51d46a997daedff9dbc2aa2db09ee417e127ddf9e1ad900a267 {#12654}
1 => "block_header_content_mobile"
]
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Template.php
public function getBlocks()
{
return $this->blocks;
}
public function display(array $context, array $blocks = [])
{
$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
}
public function render(array $context)
{
$level = ob_get_level();
if ($this->env->isDebug()) {
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
throw $e;
}
return ob_get_clean();
}
protected function displayWithErrorHandling(array $context, array $blocks = [])
{
try {
$this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
Arguments
array:3 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/TemplateWrapper.php
private $env;
private $template;
/**
* This method is for internal use only and should never be called
* directly (use Twig\Environment::load() instead).
*
* @internal
*/
public function __construct(Environment $env, Template $template)
{
$this->env = $env;
$this->template = $template;
}
public function render(array $context = []): string
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
return $this->template->render($context, \func_get_args()[1] ?? []);
}
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
// as it should only be used by internal code
$this->template->display($context, \func_get_args()[1] ?? []);
}
public function hasBlock(string $name, array $context = []): bool
{
return $this->template->hasBlock($name, $context);
}
/**
* @return string[] An array of defined template block names
*/
public function getBlockNames(array $context = []): array
{
return $this->template->getBlockNames($context);
Arguments
array:3 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
]
[]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/vendor/twig/twig/src/Environment.php
*/
public function getTemplateClass(string $name, int $index = null): string
{
$key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
return $this->templateClassPrefix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null === $index ? '' : '___'.$index);
}
/**
* Renders a template.
*
* @param string|TemplateWrapper $name The template name
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
* @param string|TemplateWrapper $name The template name
*
* @throws LoaderError When the template cannot be found
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function display($name, array $context = []): void
{
$this->load($name)->display($context);
}
/**
* Loads a template.
*
* @param string|TemplateWrapper $name The template name
Arguments
array:3 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/theme/library/functions.php
$twig = pimple('twig');
foreach ($templates as $template) {
if ($twig->getLoader()->exists($template)) {
return $template;
}
}
return null;
}
function theme_render($template, array $vars = []): ?string
{
if (is_array($template)) {
$template = theme_get_twig_template($template);
}
$context = theme_context();
$data = array_merge($context->getData(), $vars);
$content = pimple('twig')->render($template, $data);
return theme_content($content);
}
function theme_get_preset_sections(array $ids): array
{
$presets = new PostCollection([
'posts_per_page' => count($ids),
'post_status' => 'publish',
'post_type' => 'section-preset',
'post__in'=> $ids
]);
$sections = [];
foreach ($ids as $id) {
if ($preset = $presets->get($id)) {
$sections[] = [
'acf_fc_layout' => 'preset',
'preset' => [$preset]
Arguments
"header.html.twig"
array:3 [
"locale" => "pl_PL"
"themes" => array:5 [
"primary" => "#E40425"
"secondary" => "#630031"
"secondary-light" => "#980055"
"blue-light" => "#9DD1E7"
"yellow" => "#FECE56"
]
"breadcrumb" => ""
]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/header.php
<?php defined('ABSPATH') or die(); ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php wp_head(); ?>
</head>
<body data-turbo-suppress-warning="true" id="top" <?php body_class(); ?>>
<?php print theme_render('header.html.twig'); ?>
<main id="main-content" role="main">
Arguments
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/template.php
extract( $wp_query->query_vars, EXTR_SKIP );
}
if ( isset( $s ) ) {
$s = esc_attr( $s );
}
/**
* Fires before a template file is loaded.
*
* @since 6.1.0
*
* @param string $_template_file The full path to the template file.
* @param bool $require_once Whether to require_once or require.
* @param array $args Additional arguments passed to the template.
*/
do_action( 'wp_before_load_template', $_template_file, $require_once, $args );
if ( $require_once ) {
require_once $_template_file;
} else {
require $_template_file;
}
/**
* Fires after a template file is loaded.
*
* @since 6.1.0
*
* @param string $_template_file The full path to the template file.
* @param bool $require_once Whether to require_once or require.
* @param array $args Additional arguments passed to the template.
*/
do_action( 'wp_after_load_template', $_template_file, $require_once, $args );
}
Arguments
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/header.php"
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/template.php
function locate_template( $template_names, $load = false, $require_once = true, $args = array() ) {
$located = '';
foreach ( (array) $template_names as $template_name ) {
if ( ! $template_name ) {
continue;
}
if ( file_exists( STYLESHEETPATH . '/' . $template_name ) ) {
$located = STYLESHEETPATH . '/' . $template_name;
break;
} elseif ( file_exists( TEMPLATEPATH . '/' . $template_name ) ) {
$located = TEMPLATEPATH . '/' . $template_name;
break;
} elseif ( file_exists( ABSPATH . WPINC . '/theme-compat/' . $template_name ) ) {
$located = ABSPATH . WPINC . '/theme-compat/' . $template_name;
break;
}
}
if ( $load && '' !== $located ) {
load_template( $located, $require_once, $args );
}
return $located;
}
/**
* Requires the template file with WordPress environment.
*
* The globals are set up for the template file to ensure that the WordPress
* environment is available from within the function. The query variables are
* also available.
*
* @since 1.5.0
* @since 5.5.0 The `$args` parameter was added.
*
* @global array $posts
* @global WP_Post $post Global post object.
* @global bool $wp_did_header
* @global WP_Query $wp_query WordPress Query object.
* @global WP_Rewrite $wp_rewrite WordPress rewrite component.
Arguments
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/header.php"
true
[]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/general-template.php
* Fires before the header template file is loaded.
*
* @since 2.1.0
* @since 2.8.0 The `$name` parameter was added.
* @since 5.5.0 The `$args` parameter was added.
*
* @param string|null $name Name of the specific header file to use. Null for the default header.
* @param array $args Additional arguments passed to the header template.
*/
do_action( 'get_header', $name, $args );
$templates = array();
$name = (string) $name;
if ( '' !== $name ) {
$templates[] = "header-{$name}.php";
}
$templates[] = 'header.php';
if ( ! locate_template( $templates, true, true, $args ) ) {
return false;
}
}
/**
* Loads footer template.
*
* Includes the footer template for a theme or if a name is specified then a
* specialised footer will be included.
*
* For the parameter, if the file is called "footer-special.php" then specify
* "special".
*
* @since 1.5.0
* @since 5.5.0 A return value was added.
* @since 5.5.0 The `$args` parameter was added.
*
* @param string $name The name of the specialised footer.
* @param array $args Optional. Additional arguments passed to the footer template.
* Default empty array.
Arguments
array:1 [
0 => "header.php"
]
true
true
[]
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/sections.php
<?php defined('ABSPATH') or die();
/**
* Template Name: Sektionen
* Template Post Type: page, post
*/
get_header();
print theme_content(theme_sections());
get_footer();
?>
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-content/themes/gwa/sections.php"
/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-includes/template-loader.php"
/www/htdocs/w01d3cab/stg.gwa-anklam.de/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/www/htdocs/w01d3cab/stg.gwa-anklam.de/wp-blog-header.php"