|
|
|
@ -11,13 +11,15 @@ $language_file = array('learnpath', 'document','exercice'); |
|
|
|
// Flag to allow for anonymous user - needs to be set before global.inc.php. |
|
|
|
// Flag to allow for anonymous user - needs to be set before global.inc.php. |
|
|
|
$use_anonymous = true; |
|
|
|
$use_anonymous = true; |
|
|
|
require_once '../inc/global.inc.php'; |
|
|
|
require_once '../inc/global.inc.php'; |
|
|
|
Display::display_reduced_header(); |
|
|
|
|
|
|
|
$htmlHeadXtra[] = " |
|
|
|
$htmlHeadXtra[] = " |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
body { background: none;} |
|
|
|
body { background: none;} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
"; |
|
|
|
"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Display::display_reduced_header(); |
|
|
|
|
|
|
|
|
|
|
|
if (isset($_GET['error'])) { |
|
|
|
if (isset($_GET['error'])) { |
|
|
|
switch ($_GET['error']){ |
|
|
|
switch ($_GET['error']){ |
|
|
|
case 'document_deleted': |
|
|
|
case 'document_deleted': |
|
|
|
|