function imagefield_focus_theme in ImageField Focus 7
Same name and namespace in other branches
- 6 imagefield_focus.module \imagefield_focus_theme()
Implementation of hook_theme().
File
- ./
imagefield_focus.effects.inc, line 40 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function imagefield_focus_theme() {
$theme = array(
'imagefield_focus_scale_and_crop_summary' => array(
'variables' => array(
'data' => NULL,
),
),
'imagefield_focus_crop_summary' => array(
'variables' => array(
'data' => NULL,
),
),
);
return $theme;
}