You are here

function socbutt_theme in Bootstrap Social Sharing Buttons 7

Same name and namespace in other branches
  1. 8 socbutt.module \socbutt_theme()

Implements hook_theme().

File

./socbutt.module, line 105

Code

function socbutt_theme() {
  return array(
    'socbutt_buttons' => array(
      'variables' => array(
        'layout' => SOCBUTT_LAYOUT_VERTICAL,
        'title' => NULL,
        'body' => NULL,
        'url' => NULL,
      ),
    ),
  );
}