You are here

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.inc
View 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

Namesort descending Description
addthis_addthis_display_markup Implements hook_addthis_display_markup().