You are here

function fb_social_share_theme in Facebook social plugins integration 6

Implementation of hook_theme

File

modules/fb_social_share/fb_social_share.module, line 6

Code

function fb_social_share_theme() {
  return array(
    'fb_social_share_widget' => array(
      'arguments' => array(
        'url' => NULL,
      ),
    ),
  );
}