You are here

function theme_kaltura_maintenance_page in Kaltura 7.3

Same name and namespace in other branches
  1. 5 includes/kaltura.themeing.inc \theme_kaltura_maintenance_page()
  2. 6.2 includes/kaltura.themeing.inc \theme_kaltura_maintenance_page()
  3. 6 includes/kaltura.themeing.inc \theme_kaltura_maintenance_page()
  4. 7.2 includes/kaltura.themeing.inc \theme_kaltura_maintenance_page()

Theme the kaltura maintenance page.

This page is displayed whenever a try to create the $kaltura_client object fails.

File

includes/kaltura.theme.inc, line 13
Defines all themeing functions for kaltura core module.

Code

function theme_kaltura_maintenance_page($variables) {
  return $variables['text'] . '<br /><a href="#" onclick="window.top.kalturaCloseModalBox()">' . t('Close') . '</a>';
}