You are here

function modules_weight_theme in Modules weight 7

Implements hook_theme().

File

./modules_weight.module, line 87
Modules weight functionality implementation.

Code

function modules_weight_theme() {
  return array(
    'modules_weight_admin_config_page_form' => array(
      'render element' => 'form',
    ),
  );
}