ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
error.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
5
ilInitialisation::initILIAS
();
6
7
$tpl
->addBlockFile(
"CONTENT"
,
"content"
,
"tpl.error.html"
);
8
9
$tpl
->setCurrentBlock(
"content"
);
10
$tpl
->setVariable(
"ERROR_MESSAGE"
,(
$_SESSION
[
"failure"
]));
11
$tpl
->setVariable(
"SRC_IMAGE"
,
ilUtil::getImagePath
(
"mess_failure.png"
));
12
$tpl
->parseCurrentBlock();
13
14
ilSession::clear
(
"referer"
);
15
ilSession::clear
(
"message"
);
16
$tpl
->show();
17
?>
error.php
Generated on Sat Apr 30 2016 19:00:33 for ILIAS by
1.8.1.2 (using
Doxyfile
)