You are here

public function OSMPlayer::getTheme in MediaFront 7

Same name and namespace in other branches
  1. 6.2 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getTheme()
  2. 6 players/osmplayer/player/OSMPlayer.php \OSMPlayer::getTheme()

Get's the current theme.

File

players/osmplayer/player/OSMPlayer.php, line 227

Class

OSMPlayer
PHP wrapper class for the Open Standard Media (OSM) player.

Code

public function getTheme() {
  return $this->settings['theme'];
}