function fb_social_comments_theme in Facebook social plugins integration 6
Implementation of hook_theme
File
- modules/
fb_social_comments/ fb_social_comments.module, line 8
Code
function fb_social_comments_theme() {
return array(
'fb_social_comments_block_comments_view' => array(),
);
}