parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
\t
\t";
// line 3
if (twig_length_filter($this->env, $this->getAttribute(($context["loops"] ?? null), "timezone_date", array()))) {
// line 4
echo "\t-
\t\t
\t\tenv->getExtension('phpbb\template\twig\extension')->lang("TIMEZONE_DATE_SUGGESTION");
echo "\" value=\"";
echo $this->env->getExtension('phpbb\template\twig\extension')->lang("TIMEZONE_DATE_SUGGESTION");
echo "\" />
\t
\t";
}
// line 14
echo "\t-
\t\t
\t\t";
// line 26
$asset_file = "timezone.js";
$asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper(), $this->getEnvironment()->get_filesystem());
if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
$asset_path = $asset->get_path(); $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
if (!file_exists($local_file)) {
$local_file = $this->getEnvironment()->findTemplate($asset_path);
$asset->set_path($local_file, true);
}
$asset->add_assets_version('2');
}
$this->getEnvironment()->get_assets_bag()->add_script($asset); // line 27
echo "\t
";
}
public function getTemplateName()
{
return "timezone_option.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 135 => 27, 124 => 26, 120 => 24, 113 => 22, 96 => 20, 92 => 19, 85 => 18, 81 => 17, 77 => 16, 73 => 14, 59 => 11, 56 => 10, 41 => 8, 37 => 7, 33 => 6, 29 => 4, 27 => 3, 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("", "timezone_option.html", "");
}
}