You are here

function theme_addthis in AddThis 7.4

Theme function 'theme_addthis'.

File

./addthis.module, line 182

Code

function theme_addthis($variables) {
  $markup = AddThis::getInstance()
    ->getDisplayMarkup($variables['#display']);
  return render($markup);
}