You are here

function connector_theme in Connector 7

Same name and namespace in other branches
  1. 6 connector.module \connector_theme()

Implements hook_theme().

File

./connector.module, line 26
Connector module

Code

function connector_theme() {
  return array(
    'connector_buttons' => array(
      'render element' => 'form',
    ),
    'connector_connections_list_tableselect' => array(
      'render element' => 'form',
      'file' => 'connector.pages.inc',
    ),
  );
}