You are here

function fb_autopost_theme in Facebook Autopost 7

Implements hook_theme().

File

./fb_autopost.module, line 176
Module implementation file

Code

function fb_autopost_theme($existing, $type, $theme, $path) {
  return array(
    'fb_autopost_facebook_profile' => array(
      'render element' => 'fbprofile',
      'file' => 'fb_autopost.theme.inc',
    ),
    'fb_autopost_facebook_page' => array(
      'variables' => array(
        'name' => NULL,
        'id' => 145634995501895,
        'category' => NULL,
      ),
      'file' => 'fb_autopost.theme.inc',
    ),
  );
}