gravatar.css |
gravatar.css |
|
html.js .js-hide, .hide, .js-show {
display: none;
}
html.js .js-show {
display: block !important;
} |
gravatar.info |
gravatar.info |
|
name = "Gravatar"
description = "Gravatar integration in comments."
dependencies = comment |
gravatar.install |
gravatar.install |
|
Install and uninstall schema and functions for the gravatar module. |
gravatar.module |
gravatar.module |
|
Integrates gravatar service for comment user pictures. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Frequently Asked Questions (FAQ)
* Known Issues
* How Can You Contribute?
INTRODUCTION
------------
Maintainer: Narno… |