layout_no_header.php 216 B

1234567891011121314
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // protect a course script
  4. api_protect_course_script(true);
  5. Display :: display_reduced_header();
  6. // Tracking
  7. event_access_tool($tool);
  8. // Display
  9. echo $content;