init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
90
var/cache/dev/twig/ce/cef2c077a7e1c2eafbde6a3aea130b243a3895a75c16c9bae0aa0a5fa175b385.php
vendored
Normal file
90
var/cache/dev/twig/ce/cef2c077a7e1c2eafbde6a3aea130b243a3895a75c16c9bae0aa0a5fa175b385.php
vendored
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
<?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 ";
|
||||
// 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); })()), "request", [], "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 in ";
|
||||
// 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); })()), "request", [], "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 {{ app.request.get('_open_side_about') }}\" href=\"#about-widget\" data-toggle=\"collapse\" aria-expanded=\"true\">{{ widget.name }}</a>
|
||||
</div><!-- end title -->
|
||||
<div class=\"boxwidget collapse in {{ app.request.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");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue