function fb_social_theme in Facebook social plugins integration 6
Same name and namespace in other branches
- 6.2 fb_social.module \fb_social_theme()
- 7.2 fb_social.module \fb_social_theme()
Implementation of hook_theme
File
- ./
fb_social.module, line 118 - Common settings for all fb social plugins
Code
function fb_social_theme() {
return array(
'fb_social_recommendations' => array(),
'fb_social_livestream' => array(),
'fb_social_activityfeed' => array(),
'fb_social_facepile' => array(),
);
}