function colors_theme in Colors 7
Implements hook_theme().
File
- ./
colors.module, line 65 - Provides an API to match selectors with a color configuration.
Code
function colors_theme() {
return array(
'colors_admin_settings' => array(
'render element' => 'form',
'file' => 'includes/colors.admin.inc',
),
);
}