lp_footer.php 303 B

12345678910111213
  1. <?php //$id: $
  2. /**
  3. * Script that displays the footer frame for lp_view.php
  4. * @package dokeos.learnpath
  5. * @author Yannick Warnier <ywarnier@beeznest.org>
  6. */
  7. /**
  8. * Script
  9. */
  10. require_once('back_compat.inc.php');
  11. include_once('../inc/reduced_header.inc.php');
  12. Display::display_footer();
  13. ?>