* more templates moved to Twig

This commit is contained in:
slawkens
2017-08-29 17:38:32 +02:00
parent 61bc3a616a
commit 8a87186833
20 changed files with 1674 additions and 880 deletions

View File

@@ -92,4 +92,6 @@ if($config['forum'] != '')
else
$template['link_forum'] = "<a href='" . $config['forum'] . "' target='_blank'>";
}
$twig->addGlobal('template_path', $template_path);
?>