You are here

function strongarm_theme in Strongarm 6.2

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

Implementation of hook_theme().

File

./strongarm.module, line 32

Code

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