You are here

function theme_kaltura_maintenance_page in Kaltura 7.2

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.3 includes/kaltura.theme.inc \theme_kaltura_maintenance_page()

File

includes/kaltura.themeing.inc, line 12
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>';
}