You are here

function share42_theme in Share42 - social sharing buttons 7.2

Implements hook_theme().

File

./share42.module, line 422
Main file for the Share42 module.

Code

function share42_theme($existing, $type, $theme, $path) {
  return array(
    'share42_widget' => array(
      'render element' => 'element',
      'template' => 'templates/share42_widget',
    ),
  );
}