function top_searches_theme in Top Searches 7
Same name and namespace in other branches
- 6 top_searches.module \top_searches_theme()
Registering theming functions
File
- ./
top_searches.module, line 5
Code
function top_searches_theme() {
return array(
'top_searches_block' => array(
'file' => 'top_searches.module',
'variables' => array(
'top_searches' => array(),
),
),
);
}