parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !(isset($context["visual_builder"]) ? $context["visual_builder"] : null)) {
// line 2
echo "
";
// line 4
echo twig_escape_filter($this->env, ((((isset($context["selected_page"]) ? $context["selected_page"] : null) == null)) ? (_gettext("Untitled")) : ((isset($context["selected_page"]) ? $context["selected_page"] : null))), "html", null, true);
echo "
";
// line 7
echo ((((isset($context["selected_page"]) ? $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 ( 476 => 187, 474 => 186, 469 => 184, 465 => 183, 460 => 181, 456 => 180, 452 => 178, 450 => 177, 445 => 175, 441 => 174, 437 => 173, 432 => 172, 427 => 169, 425 => 168, 420 => 166, 416 => 165, 410 => 161, 405 => 158, 403 => 157, 398 => 155, 394 => 154, 391 => 153, 389 => 152, 385 => 150, 383 => 149, 378 => 147, 374 => 146, 370 => 145, 366 => 143, 364 => 142, 359 => 140, 355 => 139, 350 => 136, 348 => 135, 343 => 133, 339 => 132, 335 => 131, 330 => 129, 326 => 128, 322 => 126, 320 => 125, 313 => 123, 309 => 122, 305 => 120, 301 => 119, 296 => 117, 290 => 116, 285 => 115, 280 => 112, 278 => 111, 273 => 109, 269 => 108, 263 => 105, 259 => 103, 257 => 102, 252 => 100, 248 => 99, 243 => 96, 241 => 95, 236 => 93, 232 => 92, 227 => 89, 225 => 88, 220 => 86, 216 => 85, 211 => 82, 209 => 81, 204 => 79, 200 => 78, 195 => 75, 193 => 74, 188 => 72, 184 => 71, 179 => 68, 177 => 67, 172 => 65, 168 => 64, 163 => 61, 161 => 60, 156 => 58, 152 => 57, 147 => 54, 145 => 53, 140 => 51, 136 => 50, 131 => 47, 129 => 46, 124 => 44, 119 => 42, 116 => 41, 114 => 40, 110 => 38, 108 => 37, 103 => 35, 99 => 34, 94 => 31, 92 => 30, 88 => 29, 84 => 28, 79 => 26, 75 => 25, 71 => 24, 67 => 23, 62 => 20, 60 => 19, 55 => 17, 51 => 16, 47 => 15, 42 => 13, 38 => 11, 31 => 7, 25 => 4, 21 => 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("", "database/designer/side_menu.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/side_menu.twig");
}
}