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