[svn r19984] Added author when you display lp in mode full screen - partial FS#3909

skala
Cristian Fasanando 17 years ago
parent 6282c139a0
commit 1fd9f62c4e
  1. 4
      main/newscorm/lp_view.php

@ -295,6 +295,10 @@ if($_SESSION['oLP']->mode == 'fullscreen')
</div>
</div>
<div id="author_name" style="margin:0;padding:0;text-align:center">
<?php echo $_SESSION['oLP']->get_author() ?>
</div>
</div>
<?php $style_media = (($show_audioplayer)?' style= "margin:15px 34px;padding:0;font-size:35px;height:20px"':'style="height:1px"'); ?>

Loading…
Cancel
Save