lp_footer.php 409 B

12345678910111213141516
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Script that displays the footer frame for lp_view.php
  5. * @package chamilo.learnpath
  6. * @author Yannick Warnier <ywarnier@beeznest.org>
  7. */
  8. // Flag to allow for anonymous user - needs to be set before global.inc.php.
  9. $use_anonymous = true;
  10. require_once 'back_compat.inc.php';
  11. include_once '../inc/reduced_header.inc.php';
  12. Display::display_footer();