forked from leftypol/leftypol
Fixed bug causing templates to fail after a chdir()
This commit is contained in:
parent
6f5966e380
commit
4dc13a3a92
4 changed files with 10 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
// Standard configuration
|
||||
//
|
||||
// Folder where the template files are kept
|
||||
$templateDir = './templates';
|
||||
$templateDir = DIR_TEMPLATE;
|
||||
//
|
||||
// Enable global things like %gentime, etc.
|
||||
$templateGlobals = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue