function jzFrontend() { global $jzSERVICES, $this_page; // force the embedded player define('JZ_FORCE_EMBEDDED_PLAYER', 'true'); $jzSERVICES->loadService('players', 'xspf'); parent::_constructor(); }
function jzFrontend() { global $cms_mode; parent::_constructor(); if ($cms_mode === false || $cms_mode == "false") { $this->width = "800px"; } else { $this->width = "100%"; } }
function jzFrontend() { parent::_constructor(); }
function jzFrontend() { parent::_constructor(); $this->standardFooter = false; }