You are here

function kaltura_theme in Kaltura 7.3

Same name and namespace in other branches
  1. 5 kaltura.module \kaltura_theme()
  2. 6.2 kaltura.module \kaltura_theme()
  3. 6 kaltura.module \kaltura_theme()
  4. 7.2 kaltura.module \kaltura_theme()

Implements hook_theme().

File

./kaltura.module, line 207
Kaltura integration module - core functions.

Code

function kaltura_theme() {
  $themes = array(
    'kaltura_maintenance_page' => array(
      'variables' => array(
        'text' => '',
      ),
      'file' => 'includes/kaltura.theme.inc',
    ),
  );
  return $themes;
}