function sooperthemes_gridstack_theme in Sooperthemes GridStack 7
Same name and namespace in other branches
- 8 sooperthemes_gridstack.module \sooperthemes_gridstack_theme()
Implements hook_theme().
File
- ./
sooperthemes_gridstack.module, line 172 - Code for the SooperThemes GridStack feature.
Code
function sooperthemes_gridstack_theme() {
return array(
'sooperthemes_gridstack_formatter' => array(
'variables' => array(
'image_url' => array(),
),
),
);
}