1
0
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:
Savetheinternet 2011-10-15 17:06:22 +11:00
parent 8243ae56cd
commit 1d1f391c5e

View File

@ -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",