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)
Η διάσχιση του φαραγγιού της Νέδας είναι μια από τις ωραιότερες εμπειρίες για τους φυσιολάτρες και τους περιπατητές. Εξοπλιστείτε κατάλληλα και απολαύστε από τον Ιούνιο έως τον Σεπτέμβριο.
Η Νέδα, το «θηλυκό» ποτάμι της Πελοποννήσου πηγάζει στις νότιες πλαγιές του Λυκαίου όρους και μετά από 32 χλμ. εκβάλλει στον Κυπαρισσιακό κόλπο. Το εντυπωσιακό φαράγγι της είναι ανοιχτή πρόσκληση για μια από τις ωραιότερες φυσιολατρικές-περιπατητικές διαδρομές στην Πελοπόννησο, και φιλοξενεί πολλά είδη φυτών και ζώων. Τα νερά διατηρούνται κρύα όλο χρόνο -όπως λένε οι ντόπιοι, μάλιστα, όποιος κολυμπήσει εκεί δεν θα αρρωστήσει όλο το χειμώνα.
Κατά την μυθολογία, η Νέδα ήταν μια από τις Ωκεανίδες νύμφες που φρόντισαν τον Δια όταν γεννήθηκε στην κορυφή του Λυκαίου όρους. Η Ρέα της εμπιστεύτηκε το βρέφος που θα γινόταν βασιλιάς των θεών, για να το προφυλάξει από την μανία του Κρόνου, ο οποίος καταβρόχθιζε τα παιδιά του για να μην του πάρουν την εξουσία. Το ποτάμι αναφέρει ο Παυσανίας και ο Ησίοδος.
Η Νέδα είναι φυσικό σύνορο μεταξύ Ηλείας και Μεσσηνίας και το river trekking στο φαράγγι της είναι μια γνωριμία με τοπία απαράμιλλου κάλους. Θα περάσετε από πολλά και διαφορετικά σημεία: άλλα με πυκνή βλάστηση και μεγάλα δέντρα, άλλα πιο άγονα με εντυπωσιακά κάθετα βράχια. Θα δροσιστείτε στους μικρούς και μεγάλους καταρράκτες που δημιουργούν φυσικές «πισίνες» (βάθρες). Και θα ανακαλύψετε σπηλιές και στενά περάσματα -όπως το Στόμιο, μια «σήραγγα» με μήκος περίπου 100 μ.
Η πρόσβαση γίνεται από τρία σημεία: τη Φιγάλεια, τον Άγιο Σώστη και την Αμπελιώνα.
Εάν πάτε από την πλευρά της Φιγάλειας, μπορείτε εύκολα να φτάσετε σε δύο από τους πιο γνωστούς καταρράκτες του ποταμού.
Θα περάσετε από το χωριό Πλατάνια και μετά από 4 χλμ. θα φτάσετε στο γεφύρι των Πλατανίων, ή του Στομίου. Θεωρείται ότι κτίστηκε επί τουρκοκρατίας, και είναι ένα από τα ωραία μονότοξα γεφύρια κατά μήκος της Νέδας, από τα οποία, ωστόσο, κάποια έχουν καταπέσει. Κάτω από το γεφύρι περνούν όσοι κάνουν τη διάσχιση του φαραγγιού και λίγο πιο κάτω υπάρχει το Στόμιο.
Ενημερωτική πινακίδα κοντά στο γεφύρι θα σας δείξει την κατεύθυνση και μετά από 25 λεπτά περπατήματος σε ένα εντυπωσιακό μονοπάτι, μέσα στην πυκνή βλάστηση, θα βρεθείτε στον πρώτο καταρράκτη των 7 μ. που σχηματίζει βάθρα με πράσινα νερά.
Σε κοντινή απόσταση βρίσκεται ο δεύτερος καταρράκτης που πέφτει από περίπου 20 μ. ύψος.
Ήξερες ότι
Η συνολική διάσχιση του φαραγγιού της Νέδας διαρκεί 7-8 ώρες και γίνεται Ιούνιο-Σεπτέμβριο. Σε πολλά σημεία θα μπείτε μέχρι τη μέση στο ποτάμι.
Στην περιοχή έχουν έδρα εταιρείες που διοργανώνουν river trekking και άλλες δραστηριότητες στη φύση.
Find the destination on the interactive map below. Apri su Google Map.
Ενημερωθείτε για ενδιαφέροντα θέματα γύρω από τον προορισμό μέσα από το περιεχόμενο των χρηστών μας
Progettato e realizzato da Cosmote