X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=static%2Fsettings.config.php;h=e17fa0442473cd7ca71bed0e12c7a6ef8f5be800;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=89f87fee695ed8eb8e8bff34ec73cec35515917c;hpb=a89f235044916427cb1d6b237b99aee987a82232;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index 89f87fee69..e17fa04424 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ [ // account_abandon_days (Integer) - // Will not waste system resources polling external sites for abandonded accounts. + // Will not waste system resources polling external sites for abandoned accounts. // Enter 0 for no time limit. 'account_abandon_days' => 0, - // addon (Comma-separated list) - // Manual list of addons which are enabled on this system. - 'addon' => '', - // add_missing_posts (boolean) // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them 'add_missing_posts' => false, // allowed_themes (Comma-separated list) // Themes users can change to in their settings. - 'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly', + 'allowed_themes' => 'frio,vier', + + // banner (HTML string) + // HTML snippet of the top navigation banner. Not supported by frio. + 'banner' => 'logoFriendica', // cache_contact_avatar (Boolean) // Cache versions of the contact avatars. Uses a lot of storage space @@ -123,7 +123,7 @@ return [ 'jpeg_quality' => 100, // language (String) - // System default languague, inluding admin-created user default language. + // System default language, including admin-created user default language. // Two-letters ISO 639-1 code. 'language' => 'en',