| 6 color.module | color_theme() |
| 7 color.module | color_theme() |
| 8 color.module | color_theme() |
Implementation of hook_theme().
File
- modules/
color/ color.module, line 20
Code
function color_theme() {
return array(
'color_scheme_form' => array(
'arguments' => array('form' => NULL),
),
);
}
Login or register to post comments