forked from leftypol/leftypol
Changed config to an array
This commit is contained in:
parent
b57d600c36
commit
3737439338
9 changed files with 523 additions and 606 deletions
|
@ -8,7 +8,7 @@
|
|||
// Standard configuration
|
||||
//
|
||||
// Folder where the template files are kept
|
||||
$templateDir = DIR_TEMPLATE;
|
||||
$templateDir = $config['dir']['template'];
|
||||
//
|
||||
// Enable global things like %gentime, etc.
|
||||
$templateGlobals = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue