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