lp_api.php 809 B

123456789101112131415161718192021222324
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * DEPRECATED (temporarily left here)
  5. * Script that displays the footer frame for lp_view.php
  6. * @package chamilo.learnpath
  7. * @author Yannick Warnier <ywarnier@beeznest.org>
  8. */
  9. /**
  10. * Code
  11. */
  12. // Flag to allow for anonymous user - needs to be set before global.inc.php.
  13. $use_anonymous = true;
  14. require_once 'back_compat.inc.php';
  15. //require_once 'lp_comm.common.php'; // xajax functions
  16. //$htmlHeadXtra[] = $xajax->getJavascript('../inc/lib/xajax/')."\n";
  17. //$htmlHeadXtra[] = '<script language="javascript">var myxajax = window.parent.oxajax;</script>';
  18. include_once '../inc/reduced_header.inc.php';
  19. ?>
  20. <body>
  21. <!--div id="clickme" style="border: 1px solid black; width:10px; height:7px;" onclick="myxajax.xajax_get_statuses();"></div-->
  22. </body>
  23. </html>