upgrade
This commit is contained in:
14
main/course_progress/layout_no_header.php
Normal file
14
main/course_progress/layout_no_header.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
// protect a course script
|
||||
api_protect_course_script(true);
|
||||
|
||||
Display::display_reduced_header();
|
||||
|
||||
$tool = isset($tool) ? $tool : null;
|
||||
// Tracking
|
||||
Event::event_access_tool($tool);
|
||||
|
||||
// Display
|
||||
echo $content;
|
||||
Reference in New Issue
Block a user