File: phpbb/template/twig/twig.php
Unmodified
Added
Modified
Removed
Line 350 | Line 350 |
---|
return $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars()); }
|
return $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars()); }
|
$this->assign_var($template_var, $this->twig->render($this->get_filename_from_handle($handle, $this->get_template_vars())));
| $this->assign_var($template_var, $this->twig->render($this->get_filename_from_handle($handle), $this->get_template_vars()));
|
return $this; }
| return $this; }
|