]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
document and default for site|ssllogo
authorEvan Prodromou <evan@status.net>
Thu, 14 Oct 2010 18:56:38 +0000 (14:56 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Oct 2010 18:56:38 +0000 (14:56 -0400)
README
lib/default.php

diff --git a/README b/README
index 70491c4c3579869b010f32b246d6448d2fb90f6d..6b351f143dbb4630aa69b3dc3170840f251ce793 100644 (file)
--- a/README
+++ b/README
@@ -852,6 +852,8 @@ notice: A plain string that will appear on every page. A good place
     be escaped.
 logo: URL of an image file to use as the logo for the site. Overrides
     the logo in the theme, if any.
+ssllogo: URL of an image file to use as the logo on SSL pages. If unset,
+    theme logo is used instead.
 ssl: Whether to use SSL and https:// URLs for some or all pages.
     Possible values are 'always' (use it for all pages), 'never'
     (don't use it for any pages), or 'sometimes' (use it for
index 08ad811b6180ac54bf1716fed9ae0b8744761e04..fb032930b2d391618a3e3b387fa8e469adaa6ce5 100644 (file)
@@ -37,6 +37,7 @@ $default =
               'path' => $_path,
               'logfile' => null,
               'logo' => null,
+              'ssllogo' => null,
               'logdebug' => false,
               'fancy' => false,
               'locale_path' => INSTALLDIR.'/locale',