function node_kaltura_mix_theme in Kaltura 5        
                          
                  
                        Same name and namespace in other branches
- 6.2 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_theme()
- 6 plugins/node_kaltura_mix/node_kaltura_mix.module \node_kaltura_mix_theme()
File
 
   - plugins/node_kaltura_mix/node_kaltura_mix.module, line 500
Code
function node_kaltura_mix_theme() {
  $themes = array(
    'node_kaltura_mix_tags' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
    'node_kaltura_mix_admin_tags' => array(
      'arguments' => array(
        'themeParams' => NULL,
      ),
    ),
    'node_kaltura_mix_entryId' => array(
      'arguments' => array(
        'themeParams' => NULL,
      ),
    ),
    'node_kaltura_mix_thumbnail_url' => array(
      'arguments' => array(
        'themeParams' => NULL,
        'teaser' => NULL,
      ),
    ),
  );
  return $themes;
}