You are here

function media_crop_theme in Media crop 7

Implements hook_theme().

File

./media_crop.module, line 79
Media crop primary module file.

Code

function media_crop_theme() {
  return array(
    'media_crop_image' => array(
      'variables' => array(
        'file' => NULL,
        'attributes' => array(),
        'media_crop' => array(),
      ),
    ),
  );
}