You are here

function select_or_other_theme in Select (or other) 7.3

Same name and namespace in other branches
  1. 6.2 select_or_other.module \select_or_other_theme()
  2. 6 select_or_other.module \select_or_other_theme()
  3. 7.2 select_or_other.module \select_or_other_theme()

Implements hook_theme().

File

./select_or_other.module, line 15
The Select (or other) module.

Code

function select_or_other_theme() {
  return array(
    'select_or_other' => array(
      'render element' => 'element',
    ),
  );
}