]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / static / settings.config.php
index 8e62e9bb3eb6cca01cc311c803237287dd6a1e44..4cebd0955b0b147daa0a2ad9f82b4f38327c3ecf 100644 (file)
@@ -62,7 +62,11 @@ return [
 
                // 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' => '<a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>',
 
                // cache_contact_avatar (Boolean)
                // Cache versions of the contact avatars. Uses a lot of storage space
@@ -168,6 +172,10 @@ return [
                // Periodically (once an hour) run an "optimize table" command for cache tables
                'optimize_tables' => false,
 
+               // register_notification (Boolean)
+               // Send a notification mail to the admin for each new registration.
+               'register_notification' => true,
+
                // relay_deny_tags (String)
                // Comma separated list of tags that are rejected.
                'relay_deny_tags' => '',