You are here

constant GRAVATAR_SIZE_MAX in Gravatar integration 6

Same name and namespace in other branches
  1. 7 gravatar.module \GRAVATAR_SIZE_MAX

Maximum Gravatar image size in pixels.

2 uses of GRAVATAR_SIZE_MAX
gravatar_admin_settings in ./gravatar.admin.inc
Administration settings form.
_gravatar_get_size in ./gravatar.module
Get the size in pixels of the gravatar.

File

./gravatar.module, line 71
Integrates gravatar service for user pictures.

Code

define('GRAVATAR_SIZE_MAX', 512);