You are here

function fb_social_send_theme in Facebook social plugins integration 6

Implementation of hook_theme

File

modules/fb_social_send/fb_social_send.module, line 92

Code

function fb_social_send_theme() {
  return array(
    'fb_social_send_widget' => array(
      'arguments' => array(
        'url' => NULL,
      ),
    ),
    'fb_social_send_block_send_view' => array(),
  );
}