gravatar.admin.inc |
gravatar.admin.inc |
|
Administrative page callbacks for the gravatar module. |
gravatar.css |
gravatar.css |
|
.hide, .js-show {
display: none;
}
html.js .js-show {
display: block !important;
}
img#gravatar-imagepreview {
float: right;
} |
gravatar.info |
gravatar.info |
|
name = Gravatar
description = "Integrate Gravatar pictures registered at Gravatar.com in Drupal sites"
core = 7.x
files[] = gravatar.module
files[] = gravatar.install
files[] = gravatar.admin.inc
configure = admin/config/people/gravatar |
gravatar.install |
gravatar.install |
|
Install and uninstall schema and functions for the gravatar module. |
gravatar.module |
gravatar.module |
|
Integrates gravatar service for user pictures. |
gravatar.test |
gravatar.test |
|
Tests for the Gravatar module. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Frequently Asked Questions (FAQ)
* Known Issues
* How Can You Contribute?
INTRODUCTION
------------
Maintainer: Narno… |