color_theme()
Implements hook_theme().
File
- core/modules/color/color.module, line 40
- Allows users to change the color scheme of themes.
Code
1 2 3 4 5 6 7 | function color_theme() { return array ( 'color_scheme_form' => array ( 'render element' => 'form' , ), ); } |
Please login to continue.