config error:'.__FILE__.'
set
-
CONFVAL_showExtractInfo = SCRIPTVAL_UnderCourseList
(actually : '.CONFVAL_showExtractInfo.')
or
-
$orderKey[0] != \'keyCourse\'
(actually : '.$orderKey[0].')
');
} else {
$orderKey = array('keyCourse', 'keyTools', 'keyTime');
}
}*/
/*
Header
Include the HTTP, HTML headers plus the top banner.
*/
if ($load_dirs) {
$url = api_get_path(WEB_AJAX_PATH).'document.ajax.php?a=document_preview';
$folder_icon = api_get_path(WEB_IMG_PATH).'icons/22/folder.png';
$close_icon = api_get_path(WEB_IMG_PATH).'loading1.gif';
$htmlHeadXtra[] = '';
}
Display :: display_header($nameTools);
/* MAIN CODE */
$index = new IndexManager($nameTools, false);
echo ''; // Start of content for logged in users.
// Plugins for the my courses main area.
echo $index->return_courses_main_plugin();
// Main courses and session list
echo $index->return_courses_and_sessions($personal_course_list);
echo '
'; // End of content main-section
// Register whether full admin or null admin course by course through an array dbname x user status.
api_session_register('status');
/* RIGHT MENU */
echo ''; // End of menu wrapper
// Deleting the session_id.
api_session_unregister('session_id');
// Footer
Display :: display_footer();