parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
\t
\t
\t\t-
\t\t\t
\t\t\t\t";
// line 8
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("QUICK_LINKS");
echo "
\t\t\t
\t\t\t
\t\t
\t\t";
// line 80
// line 81
echo "\t\t-
\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("FAQ_EXPLAIN");
echo "\" role=\"menuitem\">
\t\t\t\t";
// line 83
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("FAQ");
echo "
\t\t\t
\t\t
\t\t";
// line 86
// line 87
echo "\t\t";
if (($context["U_ACP"] ?? null)) {
// line 88
echo "\t\t\t-
\t\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("ACP");
echo "\" role=\"menuitem\">
\t\t\t\t\t";
// line 90
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("ACP_SHORT");
echo "
\t\t\t\t
\t\t\t
\t\t";
}
// line 94
echo "\t\t";
if (($context["U_MCP"] ?? null)) {
// line 95
echo "\t\t\t-
\t\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("MCP");
echo "\" role=\"menuitem\">
\t\t\t\t\t";
// line 97
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MCP_SHORT");
echo "
\t\t\t\t
\t\t\t
\t\t";
}
// line 101
echo "
\t";
// line 102
if (($context["S_REGISTERED_USER"] ?? null)) {
// line 103
echo "\t\t";
// line 104
echo "\t\t-
\t\t\t";
// line 105
// line 106
echo "\t\t\t
\t\t\t";
// line 143
// line 144
echo "\t\t
\t\t";
// line 145
if (($context["S_DISPLAY_PM"] ?? null)) {
// line 146
echo "\t\t\t-
\t\t\t\t
\t\t\t\t\t";
// line 148
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("PRIVATE_MESSAGES");
echo " ";
echo ($context["PRIVATE_MESSAGE_COUNT"] ?? null);
echo "
\t\t\t\t
\t\t\t
\t\t";
}
// line 152
echo "\t\t";
if (($context["S_NOTIFICATIONS_DISPLAY"] ?? null)) {
// line 153
echo "\t\t\t-
\t\t\t\t
\t\t\t\t\t";
// line 155
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("NOTIFICATIONS");
echo " ";
echo ($context["NOTIFICATIONS_COUNT"] ?? null);
echo "
\t\t\t\t
\t\t\t\t";
// line 157
$location = "notification_dropdown.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("notification_dropdown.html", "navbar_header.html", 157)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 158
echo "\t\t\t
\t\t";
}
// line 160
echo "\t\t";
// line 161
echo "\t";
} else {
// line 162
echo "\t\t-
\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
echo "\" accesskey=\"x\" role=\"menuitem\">
\t\t\t\t";
// line 164
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
echo "
\t\t\t
\t\t
\t\t";
// line 167
if ((($context["S_REGISTER_ENABLED"] ?? null) && !(($context["S_SHOW_COPPA"] ?? null) || ($context["S_REGISTRATION"] ?? null)))) {
// line 168
echo "\t\t\t-
\t\t\t\t
\t\t\t\t\t";
// line 170
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("REGISTER");
echo "
\t\t\t\t
\t\t\t
\t\t";
}
// line 174
echo "\t\t";
// line 175
echo "\t";
}
// line 176
echo "\t
\t
\t\t";
// line 179
$value = " itemtype=\"http://data-vocabulary.org/Breadcrumb\" itemscope=\"\"";
$context['definition']->set('MICRODATA', $value);
// line 180
echo "\t\t";
// line 181
echo "\t\t-
\t\t\t";
// line 182
if (($context["U_SITE_HOME"] ?? null)) {
// line 183
echo "\t\t\t\tgetAttribute(($context["definition"] ?? null), "MICRODATA", array());
echo ">";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SITE_HOME");
echo "
\t\t\t";
}
// line 185
echo "\t\t\t";
// line 186
echo "\t\t\t\tgetAttribute(($context["definition"] ?? null), "MICRODATA", array());
echo ">";
if ( !($context["U_SITE_HOME"] ?? null)) {
echo "";
}
echo "";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("INDEX");
echo "
\t\t\t";
// line 188
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["loops"] ?? null), "navlinks", array()));
foreach ($context['_seq'] as $context["_key"] => $context["navlinks"]) {
// line 189
echo "\t\t\t\t";
// line 190
echo "\t\t\t\tgetAttribute(($context["definition"] ?? null), "MICRODATA", array());
if ($this->getAttribute($context["navlinks"], "MICRODATA", array())) {
echo " ";
echo $this->getAttribute($context["navlinks"], "MICRODATA", array());
}
echo ">getAttribute($context["navlinks"], "U_VIEW_FORUM", array());
echo "\" itemprop=\"url\">";
echo $this->getAttribute($context["navlinks"], "FORUM_NAME", array());
echo "
\t\t\t\t";
// line 191
// line 192
echo "\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['navlinks'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 193
echo "\t\t\t";
// line 194
echo "\t\t
\t\t";
// line 195
// line 196
echo "
\t\t";
// line 197
if ((($context["S_DISPLAY_SEARCH"] ?? null) && !($context["S_IN_SEARCH"] ?? null))) {
// line 198
echo "\t\t\t-
\t\t\t\tenv->getExtension('phpbb\template\twig\extension')->lang("SEARCH_ADV_EXPLAIN");
echo "\" role=\"menuitem\">
\t\t\t\t\t";
// line 200
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH");
echo "
\t\t\t\t
\t\t\t
\t\t";
}
// line 204
echo "\t
\t
";
}
public function getTemplateName()
{
return "navbar_header.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 556 => 204, 549 => 200, 543 => 199, 540 => 198, 538 => 197, 535 => 196, 534 => 195, 531 => 194, 529 => 193, 523 => 192, 522 => 191, 509 => 190, 507 => 189, 503 => 188, 489 => 186, 487 => 185, 477 => 183, 475 => 182, 472 => 181, 470 => 180, 467 => 179, 462 => 176, 459 => 175, 457 => 174, 450 => 170, 446 => 169, 443 => 168, 441 => 167, 435 => 164, 429 => 163, 426 => 162, 423 => 161, 421 => 160, 417 => 158, 405 => 157, 394 => 155, 390 => 154, 385 => 153, 382 => 152, 369 => 148, 365 => 147, 362 => 146, 360 => 145, 357 => 144, 356 => 143, 347 => 137, 341 => 136, 336 => 133, 335 => 132, 328 => 128, 322 => 127, 315 => 123, 309 => 122, 305 => 120, 304 => 119, 301 => 118, 294 => 114, 290 => 113, 287 => 112, 285 => 111, 271 => 107, 268 => 106, 267 => 105, 260 => 104, 258 => 103, 256 => 102, 253 => 101, 246 => 97, 240 => 96, 237 => 95, 234 => 94, 227 => 90, 221 => 89, 218 => 88, 215 => 87, 214 => 86, 208 => 83, 202 => 82, 193 => 81, 192 => 80, 186 => 76, 185 => 75, 181 => 73, 178 => 72, 171 => 68, 167 => 67, 164 => 66, 161 => 65, 154 => 61, 150 => 60, 147 => 59, 145 => 58, 142 => 57, 140 => 56, 137 => 55, 130 => 51, 126 => 50, 118 => 45, 114 => 44, 107 => 40, 103 => 39, 100 => 38, 93 => 34, 89 => 33, 86 => 32, 83 => 31, 76 => 27, 72 => 26, 69 => 25, 66 => 24, 59 => 20, 55 => 19, 52 => 18, 50 => 17, 47 => 16, 45 => 15, 42 => 14, 41 => 13, 33 => 8, 26 => 6, 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("", "navbar_header.html", "");
}
}