function fbconnect_stream_publish_theme in Facebook Connect 6.2
Same name and namespace in other branches
- 8.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_theme()
- 7.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_theme()
Impletementation of hook_theme().
File
- fbconnect_stream_publish/
fbconnect_stream_publish.module, line 26 - @todo.
Code
function fbconnect_stream_publish_theme() {
return array(
'stream_publish_favicon' => array(
'arguments' => array(),
),
);
}