function colorpicker_theme in Colorpicker 6
Same name and namespace in other branches
- 6.2 colorpicker.module \colorpicker_theme()
Register our theme functions
File
- ./
colorpicker.module, line 29 - This module creates a new form element called a 'colorpicker_textfield'.
Code
function colorpicker_theme() {
return array(
'colorpicker_textfield' => array(
'arguments' => array(
'element' => NULL,
),
),
);
}