function high_contrast_theme in High contrast 6
Same name and namespace in other branches
- 7 high_contrast.module \high_contrast_theme()
Implementation of hook_theme()
File
- ./
high_contrast.module, line 177
Code
function high_contrast_theme() {
return array(
'high_contrast_switcher' => array(
'arguments' => array(
'vars' => NULL,
),
),
'high_contrast_switcher_links' => array(
'arguments' => array(
'vars' => NULL,
),
),
);
}