";
// line 7
$context["themeName"] = $this->getAttribute(($context["theme"] ?? null), "getThemeConfig", [0 => "app_name"], "method");
// line 8
echo "
";
}
public function getTemplateName()
{
return "install-step6.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 118 => 27, 114 => 26, 108 => 24, 103 => 23, 99 => 22, 93 => 20, 88 => 19, 84 => 18, 78 => 16, 73 => 15, 69 => 14, 63 => 12, 59 => 11, 54 => 9, 51 => 8, 49 => 7, 45 => 5, 42 => 4, 37 => 1, 35 => 2, 29 => 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("", "install-step6.twig", "/home/mgatv524/public_html/edurocha/views/install-step6.twig");
}
}