1<?php
2/**
3 * Options for the Avatar Plugin
4 */
5
6$conf['namespace'] = 'user';        // user namespace where local avatars are stored
7$conf['size']      = 40;            // default size of gravatar: 20, 40 or 80 pixel
8$conf['rating']    = 'R';           // max rating of gravatar images: G, PG, R or X - see http://gravatar.com/rating.php
9$conf['default']   = 'monsterid';   // type of default images of gravatar - see https://secure.gravatar.com/site/implement/images/
10
11//Setup VIM: ex: et ts=2 enc=utf-8 :