mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-13 18:40:49 +01:00
Allow per-board template directories.
This commit is contained in:
parent
8243ae56cd
commit
1d1f391c5e
@ -31,6 +31,8 @@
|
||||
$options['body'] .= '<h3>Debug</h3><pre style="white-space: pre-wrap;font-size: 10px;">' . print_r($debug, true) . '</pre><hr/>';
|
||||
}
|
||||
|
||||
$loader->setPaths($config['dir']['template']);
|
||||
|
||||
$twig = new Twig_Environment($loader, Array(
|
||||
'autoescape' => false,
|
||||
'cache' => "{$config['dir']['template']}/cache",
|
||||
|
Loading…
Reference in New Issue
Block a user