File "3d2759dc90502288c9a46ad3d2ac938ac5be9db08b9c92b23104ac32ba6e7f76.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/3d/3d2759dc90502288c9a46ad3d2ac938ac5be9db08b9c92b23104ac32ba6e7f76.php
File
size: 7.18 B (7.18 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/common/menu.twig */
class __TwigTemplate_30e1153c357319004a1a040909d36b2cd58b086877211d419f1995886bfa1fb5 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((isset($context["categories"]) ? $context["categories"] : null)) {
// line 2
echo "<div class=\"container\">
<nav id=\"menu\" class=\"navbar\">
<div class=\"navbar-header\"><span id=\"category\" class=\"visible-xs\">";
// line 4
echo (isset($context["text_category"]) ? $context["text_category"] : null);
echo "</span>
<button type=\"button\" class=\"btn btn-navbar navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\"><i class=\"fa fa-bars\"></i></button>
</div>
<div class=\"collapse navbar-collapse navbar-ex1-collapse\">
<ul class=\"nav navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) ? $context["categories"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 10
echo " ";
if ($this->getAttribute($context["category"], "children", array())) {
// line 11
echo " <li class=\"dropdown\"><a href=\"";
echo $this->getAttribute($context["category"], "href", array());
echo "\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
echo $this->getAttribute($context["category"], "name", array());
echo "</a>
<div class=\"dropdown-menu\">
<div class=\"dropdown-inner\"> ";
// line 13
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_array_batch($this->getAttribute($context["category"], "children", array()), (twig_length_filter($this->env, $this->getAttribute($context["category"], "children", array())) / twig_round($this->getAttribute($context["category"], "column", array()), 1, "ceil"))));
foreach ($context['_seq'] as $context["_key"] => $context["children"]) {
// line 14
echo " <ul class=\"list-unstyled\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["children"]);
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 16
echo " <li><a href=\"";
echo $this->getAttribute($context["child"], "href", array());
echo "\">";
echo $this->getAttribute($context["child"], "name", array());
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
echo " </ul>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['children'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo "</div>
<a href=\"";
// line 20
echo $this->getAttribute($context["category"], "href", array());
echo "\" class=\"see-all\">";
echo (isset($context["text_all"]) ? $context["text_all"] : null);
echo " ";
echo $this->getAttribute($context["category"], "name", array());
echo "</a> </div>
</li>
";
} else {
// line 23
echo " <li><a href=\"";
echo $this->getAttribute($context["category"], "href", array());
echo "\">";
echo $this->getAttribute($context["category"], "name", array());
echo "</a></li>
";
}
// line 25
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 26
echo " </ul>
</div>
</nav>
</div>
";
}
// line 30
echo " ";
}
public function getTemplateName()
{
return "default/template/common/menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 111 => 30, 104 => 26, 98 => 25, 90 => 23, 80 => 20, 77 => 19, 70 => 18, 59 => 16, 55 => 15, 52 => 14, 48 => 13, 40 => 11, 37 => 10, 33 => 9, 25 => 4, 21 => 2, 19 => 1,);
}
}
/* {% if categories %}*/
/* <div class="container">*/
/* <nav id="menu" class="navbar">*/
/* <div class="navbar-header"><span id="category" class="visible-xs">{{ text_category }}</span>*/
/* <button type="button" class="btn btn-navbar navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"><i class="fa fa-bars"></i></button>*/
/* </div>*/
/* <div class="collapse navbar-collapse navbar-ex1-collapse">*/
/* <ul class="nav navbar-nav">*/
/* {% for category in categories %}*/
/* {% if category.children %}*/
/* <li class="dropdown"><a href="{{ category.href }}" class="dropdown-toggle" data-toggle="dropdown">{{ category.name }}</a>*/
/* <div class="dropdown-menu">*/
/* <div class="dropdown-inner"> {% for children in category.children|batch(category.children|length / category.column|round(1, 'ceil')) %}*/
/* <ul class="list-unstyled">*/
/* {% for child in children %}*/
/* <li><a href="{{ child.href }}">{{ child.name }}</a></li>*/
/* {% endfor %}*/
/* </ul>*/
/* {% endfor %}</div>*/
/* <a href="{{ category.href }}" class="see-all">{{ text_all }} {{ category.name }}</a> </div>*/
/* </li>*/
/* {% else %}*/
/* <li><a href="{{ category.href }}">{{ category.name }}</a></li>*/
/* {% endif %}*/
/* {% endfor %}*/
/* </ul>*/
/* </div>*/
/* </nav>*/
/* </div>*/
/* {% endif %} */