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