You are here

function photos_swfu_theme in Album Photos 7.3

Same name and namespace in other branches
  1. 6.2 photos_swfu/photos_swfu.module \photos_swfu_theme()

Implements hook_theme().

File

photos_swfu/photos_swfu.module, line 27

Code

function photos_swfu_theme($existing, $type, $theme, $path) {
  return array(
    'photos_swfu_style' => array(
      'template' => 'photos_swfu_style',
      'variables' => array(
        'v' => NULL,
      ),
    ),
  );
}