Changed config to an array

This commit is contained in:
Savetheinternet
2011-02-12 17:25:15 +11:00
parent b57d600c36
commit 3737439338
9 changed files with 523 additions and 606 deletions

View File

@@ -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;