root / drupal7 / sites / all / modules / addthis / addthis.addthis.inc @ 384fc62a
1 | 85ad3d82 | Assos Assos | <?php |
---|---|---|---|
2 | /** |
||
3 | * @file |
||
4 | * This file contains the definitions for the AddThis Display types and the |
||
5 | * rendering of markup. |
||
6 | */ |
||
7 | |||
8 | /** |
||
9 | * Implements hook_addthis_display_markup(). |
||
10 | */ |
||
11 | function addthis_addthis_display_markup($display, $variables = NULL) { |
||
12 | return array(); |
||
13 | } |
||
14 | |||
15 | // @todo Move the basic button implementation over here. |