You are here

function fb_social_like_theme in Facebook social plugins integration 6

Implementation of hook_theme

File

modules/fb_social_like/fb_social_like.module, line 125

Code

function fb_social_like_theme() {
  return array(
    'fb_social_like_widget' => array(
      'arguments' => array(
        'url' => NULL,
      ),
    ),
    'fb_social_like_block_like_view' => array(),
  );
}