Parcourir la source

Finished implementation as SCORM player popup

ywarnier il y a 14 ans
Parent
commit
ee87a02de2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main/newscorm/lp_view.php

+ 1 - 1
main/newscorm/lp_view.php

@@ -236,7 +236,7 @@ if ($_SESSION['oLP']->mode == 'fullscreen') {
 
 $display_none = '';
 $margin_left = '282px';
-if (!empty($_GET['embedframe'])) {
+if ($_SESSION['oLP']->mode == 'embedframe') {
     $display_none = ';display:none;';
     $margin_left = '0px';
 }