function media_slideshare_theme in Media: Slideshare 7
Implements hook_theme().
File
- ./
media_slideshare.module, line 9
Code
function media_slideshare_theme($existing, $type, $theme, $path) {
return array(
'media_slideshare_document' => array(
'variables' => array(
'uri' => NULL,
'width' => NULL,
'height' => NULL,
),
'path' => $path . '/theme',
'template' => 'media-slideshare-document',
),
);
}