X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=04994bc73e1a3d1d82765ee8333bdc9fe8f81a56;hb=0dbee1c4d2e3e47fae5d40b9677851b44969843c;hp=3ec7fef9b755c608895c6d18f12a741dba472a6c;hpb=e582cd45434a7cab5257944622e02b618e2f846e;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index 3ec7fef9b7..04994bc73e 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ 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, @@ -64,6 +60,10 @@ return [ // Themes users can change to in their settings. '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 'cache_contact_avatar' => true,