diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-11 16:21:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-11 16:21:10 -0400 |
commit | 70d5fc46845804507640e354c9d9e06367a53fb0 (patch) | |
tree | 2ea5d503caf921b646a36a826c8a3aa5ec3c3373 /README | |
parent | e6a3e6d4511cbda1dc15def14a33073eb96627e0 (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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -884,6 +884,8 @@ notice: A plain string that will appear on every page. A good place be escaped. dupelimit: Time in which it's not OK for the same person to post the same notice; default = 60 seconds. +logo: URL of an image file to use as the logo for the site. Overrides + the logo in the theme, if any. db -- |