parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
\t";
// line 3
if (($context["S_VIEWTOPIC"] ?? null)) {
// line 4
echo "\t
\t\t
\t\t\t";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("RETURN_TO_FORUM");
echo "
\t\t
\t
\t";
} elseif ( // line 9
($context["S_VIEWFORUM"] ?? null)) {
// line 10
echo "\t
\t\t
\t\t\t";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("RETURN_TO_INDEX");
echo "
\t\t
\t
\t";
} elseif ( // line 15
($context["SEARCH_TOPIC"] ?? null)) {
// line 16
echo "\t
\t\t
\t\t\t";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("RETURN_TO_TOPIC");
echo "
\t\t
\t
\t";
} elseif ( // line 21
($context["S_SEARCH_ACTION"] ?? null)) {
// line 22
echo "\t
\t\tenv->getExtension('phpbb\template\twig\extension')->lang("SEARCH_ADV");
echo "\" accesskey=\"r\">
\t\t\t";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("GO_TO_SEARCH_ADV");
echo "
\t\t
\t
\t";
}
// line 28
echo "
\t";
// line 29
if (($context["S_DISPLAY_JUMPBOX"] ?? null)) {
// line 30
echo "\t
\t\t\t
env->getExtension('phpbb\template\twig\extension')->lang("SELECT_TOPICS_FROM");
} elseif (($context["S_IN_MCP"] ?? null)) {
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MODERATE_FORUM");
} else {
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("JUMP_TO");
}
echo "\" class=\"button button-secondary dropdown-trigger dropdown-select\">
\t\t\t\t";
// line 32
if ((($context["S_IN_MCP"] ?? null) && ($context["S_MERGE_SELECT"] ?? null))) {
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SELECT_TOPICS_FROM");
} elseif (($context["S_IN_MCP"] ?? null)) {
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MODERATE_FORUM");
} else {
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("JUMP_TO");
}
echo "
\t\t\t\t
\t\t\t
\t\t
\t\t\t
\t\t\t
\t\t\t\t";
// line 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["loops"] ?? null), "jumpbox_forums", array()));
foreach ($context['_seq'] as $context["_key"] => $context["jumpbox_forums"]) {
// line 39
echo "\t\t\t\t";
if (($this->getAttribute($context["jumpbox_forums"], "FORUM_ID", array()) != -1)) {
// line 40
echo "\t\t\t\t- getAttribute($context["jumpbox_forums"], "LINK", array());
echo "\" class=\"";
if ($this->getAttribute($context["jumpbox_forums"], "level", array())) {
echo "jumpbox-sub-link";
} elseif ($this->getAttribute($context["jumpbox_forums"], "S_IS_CAT", array())) {
echo "jumpbox-cat-link";
} else {
echo "jumpbox-forum-link";
}
echo "\">";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["jumpbox_forums"], "level", array()));
foreach ($context['_seq'] as $context["_key"] => $context["level"]) {
echo "";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['level'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
echo " ";
if ($this->getAttribute($context["jumpbox_forums"], "level", array())) {
if ((($context["S_CONTENT_DIRECTION"] ?? null) == "rtl")) {
echo "↲";
} else {
echo "↳";
}
echo " ";
}
echo " ";
echo $this->getAttribute($context["jumpbox_forums"], "FORUM_NAME", array());
echo "
\t\t\t\t";
}
// line 42
echo "\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['jumpbox_forums'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 43
echo "\t\t\t
\t\t
\t
\t";
} else {
// line 48
echo "\t
\t";
}
// line 50
echo "
";
}
public function getTemplateName()
{
return "jumpbox.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 199 => 50, 195 => 48, 188 => 43, 182 => 42, 148 => 40, 145 => 39, 141 => 38, 126 => 32, 116 => 31, 107 => 30, 105 => 29, 102 => 28, 93 => 24, 85 => 23, 82 => 22, 80 => 21, 72 => 18, 66 => 17, 63 => 16, 61 => 15, 53 => 12, 47 => 11, 44 => 10, 42 => 9, 34 => 6, 28 => 5, 25 => 4, 23 => 3, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "jumpbox.html", "");
}
}