\t\t";
// line 123
if (((($context["S_BOARD_DISABLED"] ?? null) && ($context["S_USER_LOGGED_IN"] ?? null)) && (($context["U_MCP"] ?? null) || ($context["U_ACP"] ?? null)))) {
// line 124
echo "\t\t
\t\t";
}
// line 130
echo "
\t\t";
// line 131
}
public function getTemplateName()
{
return "overall_header.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 415 => 131, 412 => 130, 402 => 126, 398 => 124, 396 => 123, 391 => 120, 390 => 119, 386 => 117, 373 => 116, 372 => 115, 369 => 114, 368 => 113, 364 => 111, 362 => 110, 354 => 105, 349 => 103, 343 => 102, 338 => 100, 334 => 99, 326 => 98, 321 => 96, 318 => 95, 315 => 94, 314 => 93, 308 => 90, 304 => 89, 300 => 88, 286 => 87, 281 => 84, 280 => 83, 273 => 78, 272 => 77, 263 => 75, 259 => 73, 258 => 72, 253 => 70, 250 => 69, 249 => 68, 241 => 65, 237 => 63, 229 => 61, 227 => 60, 224 => 59, 216 => 57, 214 => 56, 211 => 55, 203 => 53, 201 => 52, 196 => 50, 192 => 49, 187 => 48, 170 => 33, 168 => 32, 158 => 24, 152 => 22, 150 => 21, 147 => 20, 144 => 18, 131 => 17, 118 => 16, 107 => 15, 96 => 14, 85 => 13, 74 => 12, 63 => 11, 61 => 10, 36 => 8, 32 => 7, 22 => 2, 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("", "overall_header.html", "");
}
}