summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-03-11 16:21:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-03-11 16:21:10 -0400
commit70d5fc46845804507640e354c9d9e06367a53fb0 (patch)
tree2ea5d503caf921b646a36a826c8a3aa5ec3c3373 /lib/common.php
parente6a3e6d4511cbda1dc15def14a33073eb96627e0 (diff)
Document the site-logo configuration option
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index c3d697aee..7739d9475 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -73,6 +73,7 @@ $config =
'theme' => 'default',
'path' => $_path,
'logfile' => null,
+ 'logo' => null,
'logdebug' => false,
'fancy' => false,
'locale_path' => INSTALLDIR.'/locale',