Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6901d0d5cfa22_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 26
echo " ";
$context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
// line 27
echo " ";
if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
// line 28
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 29
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 31
echo " ";
} else {
// line 32
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
echo "\"> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
echo "
";
}
// line 34
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo "
";
}
public function getTemplateName()
{
return "modules/contrib/izi_message/templates/izi-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 35, 83 => 34, 73 => 32, 70 => 31, 57 => 29, 52 => 28, 49 => 27, 46 => 26, 42 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 25, "set" => 26, "if" => 27);
static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set', 'if'],
['length', 'escape', 'capitalize', 'first'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('6901d0d5cfa22_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 24
echo "
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 26
echo " ";
$context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
// line 27
echo " ";
if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
// line 28
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 29
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
echo "\">";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 31
echo " ";
} else {
// line 32
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
echo " data-title=\"";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
echo "\"> ";
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
echo "
";
}
// line 34
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo "
";
}
public function getTemplateName()
{
return "modules/contrib/izi_message/templates/izi-message.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 35, 83 => 34, 73 => 32, 70 => 31, 57 => 29, 52 => 28, 49 => 27, 46 => 26, 42 => 25, 39 => 24,);
}
public function getSourceContext()
{
return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
}
public function checkSecurity()
{
static $tags = array("for" => 25, "set" => 26, "if" => 27);
static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['for', 'set', 'if'],
['length', 'escape', 'capitalize', 'first'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_0586004d01d992cd54b11a07df73a3d5', 'modules/contrib/izi_message/templates/izi-message.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/contrib/izi_message/templates/izi-message.html.twig') (Line: 55)
twig_render_template('modules/contrib/izi_message/templates/izi-message.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('izi_message', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 175)
Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 665)
Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 550)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 278)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 127)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
call_user_func(Array, Object, 'kernel.response', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 202)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 190)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drei Kilometer außerhalb von Megalopoli, in der Nähe der Straße nach Karytaina, befindet sich die archäologische Stätte der Megali Poli (Große Stadt), einer der prächtigsten Städte des antiken Arkadiens, die jedoch nicht länger als zwei Jahrhunderte überlebte
Drei Kilometer außerhalb von Megalopoli, in der Nähe der Straße nach Karytaina, befindet sich die archäologische Stätte der Megali Poli (Große Stadt), einer der prächtigsten Städte des antiken Arkadiens, die jedoch nicht länger als zwei Jahrhunderte überlebte. Sie wurde 371 v. Chr. aus der Zusammenlegung verschiedener arkadischer Städte mit Hilfe des Feldherrn aus Theben Epaminondas gegründet. In der spätrömischen Zeit verfiel die Stadt und im Mittelalter zogen die Einwohner in benachbarte Siedlungen.
Das antike Theater wurde zu einem wichtigen geistigen und künstlerischen Zentrum des 3. Jahrhunderts v. Chr. für die „Große Stadt“ und das Publikum der Arkadier, zusammen mit dem Thersilio Bouleuterion (Versammlungsraum), der Agora (Marktplatz) den Heiligtümern und der Philippeios Stoa (Säulenhalle), die die Archäologen ans Licht brachten.
Das Theater bot Platz für 20.000 Menschen und wurde von Polyklet aus Argos gebaut. Seine Tribüne hatte einen Durchmesser von 145 m und umfasste zwei Ränge mit 17 Sitzreihen im oberen Teil und 20 Sitzreihen in den beiden unteren.
Es wurde zwischen 1890 und 1891 von der Englischen Archäologischen Schule unter der Leitung von E.A. Gardner und W. Loring ausgegraben.
Finden Sie Ihr Reiseziel in der nachfolgenden interaktiven Karte. Offen auf Google Map.
Ενημερωθείτε για ενδιαφέροντα θέματα γύρω από τον προορισμό μέσα από το περιεχόμενο των χρηστών μας

Peloponnese. The land of impossible beginnings
Entworfen und erstellt von Cosmote