You are here

function fbconnect_stream_publish_theme in Facebook Connect 7.2

Same name and namespace in other branches
  1. 8.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_theme()
  2. 6.2 fbconnect_stream_publish/fbconnect_stream_publish.module \fbconnect_stream_publish_theme()

Implements hook_theme().

File

fbconnect_stream_publish/fbconnect_stream_publish.module, line 21

Code

function fbconnect_stream_publish_theme() {
  return array(
    'stream_publish_favicon' => array(
      'variables' => array(),
    ),
  );
}