lp_api.php 794 B

1234567891011121314151617181920212223
  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. // Flag to allow for anonymous user - needs to be set before global.inc.php.
  10. $use_anonymous = true;
  11. require_once 'back_compat.inc.php';
  12. //require_once 'lp_comm.common.php'; // xajax functions
  13. //$htmlHeadXtra[] = $xajax->getJavascript('../inc/lib/xajax/')."\n";
  14. //$htmlHeadXtra[] = '<script language="javascript">var myxajax = window.parent.oxajax;</script>';
  15. include_once '../inc/reduced_header.inc.php';
  16. ?>
  17. <body>
  18. <!--div id="clickme" style="border: 1px solid black; width:10px; height:7px;" onclick="myxajax.xajax_get_statuses();"></div-->
  19. </body>
  20. </html>