90 lines
4.7 KiB
PHP
90 lines
4.7 KiB
PHP
<?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;
|
|
|
|
/* default/components/sidebar/aboutSternToursWidget.html.twig */
|
|
class __TwigTemplate_a58758c5885e60383b2e579b4443f6d8652a3e1382f85cfe3e2fa6ad3c01a1a4 extends \Twig\Template
|
|
{
|
|
private $source;
|
|
private $macros = [];
|
|
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->source = $this->getSourceContext();
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
$macros = $this->macros;
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/aboutSternToursWidget.html.twig"));
|
|
|
|
// line 1
|
|
echo "<div id=\"show_sterntours_video_sidebar\" class=\"widget clearfix\">
|
|
<div class=\"widget-title\">
|
|
<a class=\"collapse-widget collapsed ";
|
|
// line 3
|
|
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 3, $this->source); })()), "session", [], "any", false, false, false, 3), "get", [0 => "_open_side_about"], "method", false, false, false, 3), "html", null, true);
|
|
echo "\" href=\"#about-widget\" data-toggle=\"collapse\" aria-expanded=\"true\">";
|
|
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 3, $this->source); })()), "name", [], "any", false, false, false, 3), "html", null, true);
|
|
echo "</a>
|
|
</div><!-- end title -->
|
|
<div class=\"boxwidget collapse ";
|
|
// line 5
|
|
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "session", [], "any", false, false, false, 5), "get", [0 => "_open_side_about"], "method", false, false, false, 5), "html", null, true);
|
|
echo "\" id=\"about-widget\" aria-expanded=\"true\">
|
|
";
|
|
// line 6
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["widget"]) || array_key_exists("widget", $context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.', 6, $this->source); })()), "html", [], "any", false, false, false, 6);
|
|
echo "
|
|
</div><!-- end boxwidget -->
|
|
</div><!-- end widget -->";
|
|
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
|
|
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "default/components/sidebar/aboutSternToursWidget.html.twig";
|
|
}
|
|
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 55 => 6, 51 => 5, 44 => 3, 40 => 1,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Source("<div id=\"show_sterntours_video_sidebar\" class=\"widget clearfix\">
|
|
<div class=\"widget-title\">
|
|
<a class=\"collapse-widget collapsed {{ app.session.get('_open_side_about') }}\" href=\"#about-widget\" data-toggle=\"collapse\" aria-expanded=\"true\">{{ widget.name }}</a>
|
|
</div><!-- end title -->
|
|
<div class=\"boxwidget collapse {{ app.session.get('_open_side_about') }}\" id=\"about-widget\" aria-expanded=\"true\">
|
|
{{ widget.html|raw }}
|
|
</div><!-- end boxwidget -->
|
|
</div><!-- end widget -->", "default/components/sidebar/aboutSternToursWidget.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/aboutSternToursWidget.html.twig");
|
|
}
|
|
}
|