]> git.mxchange.org Git - friendica-addons.git/blob - libravatar/config/libravatar.ini.php
Avoid a notice in twitter.php
[friendica-addons.git] / libravatar / config / libravatar.ini.php
1 <?php return <<<INI
2
3 ; Warning: Don't change this file! It only holds the default config values for this addon.
4 ; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
5
6 [libravatar]
7 ; default_avatar (String)
8 ; If no avatar was found for an email Gravatar can create some pseudo-random generated avatars based on an email hash.
9 ; You can choose between these presets:
10 ; - mm       : (mystery-man) a static image
11 ; - identicon: a generated geometric pattern based on email hash
12 ; - monsterid: a generated 'monster' with different colors, faces, etc. based on email hash
13 ; - wavatar  : faces with different features and backgrounds based on email hash
14 ; - retro    : 8-bit arcade-styled pixelated faces based on email hash
15 default_avatar = identicon
16
17 INI;
18 //Keep this line