parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !($context["visual_builder"] ?? null)) {
// line 2
echo "
";
// line 4
echo twig_escape_filter($this->env, (((($context["selected_page"] ?? null) == null)) ? (_gettext("Untitled")) : (($context["selected_page"] ?? null))), "html", null, true);
echo "
";
// line 7
echo (((($context["selected_page"] ?? null) == null)) ? ("*") : (""));
echo "
";
}
// line 11
echo "
";
}
public function getTemplateName()
{
return "database/designer/side_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 487 => 187, 485 => 186, 480 => 184, 476 => 183, 471 => 181, 467 => 180, 463 => 178, 461 => 177, 456 => 175, 452 => 174, 448 => 173, 443 => 172, 438 => 169, 436 => 168, 431 => 166, 427 => 165, 421 => 161, 416 => 158, 414 => 157, 409 => 155, 405 => 154, 402 => 153, 400 => 152, 396 => 150, 394 => 149, 389 => 147, 385 => 146, 381 => 145, 377 => 143, 375 => 142, 370 => 140, 366 => 139, 361 => 136, 359 => 135, 354 => 133, 350 => 132, 346 => 131, 341 => 129, 337 => 128, 333 => 126, 331 => 125, 324 => 123, 320 => 122, 316 => 120, 312 => 119, 307 => 117, 301 => 116, 296 => 115, 291 => 112, 289 => 111, 284 => 109, 280 => 108, 274 => 105, 270 => 103, 268 => 102, 263 => 100, 259 => 99, 254 => 96, 252 => 95, 247 => 93, 243 => 92, 238 => 89, 236 => 88, 231 => 86, 227 => 85, 222 => 82, 220 => 81, 215 => 79, 211 => 78, 206 => 75, 204 => 74, 199 => 72, 195 => 71, 190 => 68, 188 => 67, 183 => 65, 179 => 64, 174 => 61, 172 => 60, 167 => 58, 163 => 57, 158 => 54, 156 => 53, 151 => 51, 147 => 50, 142 => 47, 140 => 46, 135 => 44, 130 => 42, 127 => 41, 125 => 40, 121 => 38, 119 => 37, 114 => 35, 110 => 34, 105 => 31, 103 => 30, 99 => 29, 95 => 28, 90 => 26, 86 => 25, 82 => 24, 78 => 23, 73 => 20, 71 => 19, 66 => 17, 62 => 16, 58 => 15, 53 => 13, 49 => 11, 42 => 7, 36 => 4, 32 => 2, 30 => 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 Source("", "database/designer/side_menu.twig", "/var/www/html/phpmyadmin/templates/database/designer/side_menu.twig");
}
}