You are here

function strongarm_theme in Strongarm 7.2

Same name and namespace in other branches
  1. 6.2 strongarm.module \strongarm_theme()
  2. 6 strongarm.module \strongarm_theme()

Implements hook_theme().

File

./strongarm.module, line 32

Code

function strongarm_theme() {
  return array(
    'strongarm_admin_form' => array(
      'render element' => 'form',
      'file' => 'strongarm.admin.inc',
      'path' => drupal_get_path('module', 'strongarm'),
    ),
  );
}