Browse Source

Finished implementation as SCORM player popup

ywarnier 14 years ago
parent
commit
ee87a02de2
1 changed files with 1 additions and 1 deletions
  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';
 }