You are here

function osmplayer_theme_registry_alter in MediaFront 7.2

Implementation of hook_theme_registry_alter.

File

players/osmplayer/osmplayer.module, line 173

Code

function osmplayer_theme_registry_alter(&$theme_registry) {
  if (!empty($theme_registry['media_colorbox'])) {
    $theme_registry['media_colorbox']['preprocess functions'][] = 'osmplayer_media_colorbox_preprocess';
  }
}