You are here

function strongarm_theme in Strongarm 6

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

Implementation of hook_theme().

File

./strongarm.module, line 157

Code

function strongarm_theme() {
  return array(
    'strongarm_admin_form' => array(),
  );
}