You are here

function breakpoints_theme in Breakpoints 7

Implements hook_theme().

File

./breakpoints.module, line 731
Breakpoints @todo: provide button to reload breakpoints from theme

Code

function breakpoints_theme() {
  return array(
    'breakpoints_admin_breakpoints_table' => array(
      'render element' => 'form',
      'theme_key' => NULL,
    ),
    'breakpoints_multipliers_table_form' => array(
      'render element' => 'form',
      'theme_key' => NULL,
    ),
  );
}