You are here

function fblikebutton_theme in Facebook Like Button 8

Same name and namespace in other branches
  1. 7.2 fblikebutton.module \fblikebutton_theme()

Implements hook_theme().

File

./fblikebutton.module, line 105

Code

function fblikebutton_theme() {
  return array(
    'fblikebutton' => array(
      'variables' => fblikebutton_conf(),
      'template' => 'fblikebutton',
      'file' => 'fblikebutton.theme',
    ),
  );
}