theme dir, path configurable

This commit is contained in:
Evan Prodromou
2009-06-22 09:31:55 -07:00
parent 876ab05927
commit 7cf0a4c647
3 changed files with 43 additions and 12 deletions

View File

@@ -140,7 +140,9 @@ $config =
'blacklist' => array(),
'autosource' => array()),
'theme' =>
array('server' => null),
array('server' => null,
'dir' => null,
'path'=> null),
'throttle' =>
array('enabled' => false, // whether to throttle edits; false by default
'count' => 20, // number of allowed messages in timespan