You are here

function fb_social_likebox_theme in Facebook social plugins integration 6

Implementation of hook_theme

File

modules/fb_social_likebox/fb_social_likebox.module, line 48

Code

function fb_social_likebox_theme() {
  return array(
    'fb_social_likebox_block_likebox_view' => array(),
  );
}