lp_save.php 972 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Script that handles the saving of item status
  5. * @package chamilo.learnpath
  6. * @author Yannick Warnier <ywarnier@beeznest.org>
  7. */
  8. /**
  9. * Initialization is to be done by lp_controller.php.
  10. */
  11. /**
  12. * Switching within the field to update
  13. */
  14. error_log('New LP - Loaded lp_save : '.$_SERVER['REQUEST_URI'].' from '.$_SERVER['HTTP_REFERER'], 0);
  15. ?>
  16. <!DOCTYPE html
  17. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  18. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo api_get_language_isocode(); ?>" lang="<?php echo api_get_language_isocode(); ?>">
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo api_get_system_encoding(); ?>" />
  22. <script language='javascript'>
  23. <?php
  24. if ($_SESSION['oLP']->mode != 'fullscreen') {
  25. }
  26. ?>
  27. </script>
  28. </head>
  29. <body dir="<?php echo api_get_text_direction(); ?>">
  30. </body></html>