addthis.addthis.inc in AddThis 7.4
This file contains the definitions for the AddThis Display types and the rendering of markup.
File
addthis.addthis.incView source
<?php
/**
* @file
* This file contains the definitions for the AddThis Display types and the
* rendering of markup.
*/
/**
* Implements hook_addthis_display_markup().
*/
function addthis_addthis_display_markup($display, $variables = NULL) {
return array();
}
// @todo Move the basic button implementation over here.
Functions
Name | Description |
---|---|
addthis_addthis_display_markup | Implements hook_addthis_display_markup(). |