* moved more templates to Twig

* now you can replace template in your main template, example is templates/kathrine/templates/success.html
* removed output_errors, replace with template
* some grammar fixes
* moved some forum code to Twig templates
* added movies link to tibiacom template
This commit is contained in:
slawkens
2017-08-31 17:01:17 +02:00
parent 7620ec896b
commit 37502c5562
26 changed files with 631 additions and 365 deletions

View File

@@ -94,4 +94,6 @@ if($config['forum'] != '')
}
$twig->addGlobal('template_path', $template_path);
if($twig_loader && file_exists(BASE . $template_path . '/templates'))
$twig_loader->prependPath(BASE . $template_path . '/templates');
?>