function domain_views_theme in Domain Access 6.2
Implement hook_theme().
File
- domain_views/
domain_views.module, line 32 - Provides a Views filter for the Domain Access module.
Code
function domain_views_theme() {
return array(
'domain_views_view_multiple_field' => array(
'arguments' => array(
'items' => NULL,
'field' => NULL,
'data' => NULL,
),
),
);
}