layout_no_header.php 257 B

123456789101112131415
  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. $tool = isset($tool) ? $tool : null;
  7. // Tracking
  8. Event::event_access_tool($tool);
  9. // Display
  10. echo $content;