|
@@ -9,6 +9,11 @@
|
|
$use_anonymous = true;
|
|
$use_anonymous = true;
|
|
require_once '../inc/global.inc.php';
|
|
require_once '../inc/global.inc.php';
|
|
Display::display_reduced_header();
|
|
Display::display_reduced_header();
|
|
|
|
+$htmlHeadXtra[] = "
|
|
|
|
+<style>
|
|
|
|
+body { background: none;}
|
|
|
|
+</style>
|
|
|
|
+";
|
|
|
|
|
|
if (isset($_GET['error'])) {
|
|
if (isset($_GET['error'])) {
|
|
switch ($_GET['error']){
|
|
switch ($_GET['error']){
|