function photos_theme in Album Photos 6.2
Same name and namespace in other branches
- 8.5 photos.module \photos_theme()
- 8.4 photos.module \photos_theme()
- 7.3 photos.module \photos_theme()
- 6.0.x photos.module \photos_theme()
File
- ./
photos.module, line 1201
Code
function photos_theme() {
return array(
'photos_editlist_x' => array(
'arguments' => array(
'form' => NULL,
),
),
'photos_comment_count' => array(
'arguments' => array(
'comment' => NULL,
'url' => NULL,
),
),
'photos_default' => array(
'template' => 'tpl/photos_default',
'arguments' => array(
'content' => NULL,
),
),
'photos_down' => array(
'template' => 'tpl/photos_down',
'arguments' => array(
'content' => NULL,
'type' => NULL,
),
),
'photos_slide' => array(
'template' => 'tpl/photos_slide',
'arguments' => array(
'content' => NULL,
),
),
'photos_imageview' => array(
'template' => 'tpl/photos_imageview',
'arguments' => array(
'image' => NULL,
'type' => NULL,
),
),
'photos_imageblock' => array(
'template' => 'tpl/photos_imageblock',
'arguments' => array(
'image' => NULL,
),
),
'photos_block' => array(
'arguments' => array(
'images' => NULL,
'type' => NULL,
),
),
'photos_albumview' => array(
'template' => 'tpl/photos_albumview',
'arguments' => array(
'album' => NULL,
'node' => NULL,
),
),
'photos_albumlist' => array(
'template' => 'tpl/photos_albumlist',
'arguments' => array(
'image' => NULL,
),
),
'photos_albumlinks' => array(
'template' => 'tpl/photos_albumlinks',
'arguments' => array(
'links' => NULL,
),
),
'photos_imagehtml' => array(
'template' => 'tpl/photos_imagehtml',
'arguments' => array(
'imagepath' => NULL,
'image' => NULL,
),
),
'photos_exif' => array(
'template' => 'tpl/photos_exif',
'arguments' => array(
'exif' => NULL,
'type' => NULL,
),
),
'photos_print' => array(
'template' => 'tpl/photos_print',
'arguments' => array(
'content' => NULL,
'type' => NULL,
),
),
'photos_share' => array(
'template' => 'tpl/photos_share',
'arguments' => array(
'images' => NULL,
'type' => NULL,
),
),
'photos_vote' => array(
'template' => 'tpl/photos_vote',
'arguments' => array(
'fid' => NULL,
),
),
);
}