You are here

function sharebar_theme in ShareBar 8

Same name and namespace in other branches
  1. 6 sharebar.module \sharebar_theme()
  2. 7.2 sharebar.module \sharebar_theme()
  3. 7 sharebar.module \sharebar_theme()

Implements hook_theme().

File

./sharebar.module, line 15
Allows site owner to add share buttons on their website

Code

function sharebar_theme() {
  return array(
    'sharebar_buttons_table' => array(
      'file' => 'sharebar.admin.inc',
      'variables' => array(
        'var' => '',
      ),
    ),
  );
}