From b33e84ea551ee93eee8d7250b310238f16b74a88 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 12 Dec 2013 17:48:36 +0100 Subject: [PATCH] update version to 4.12.0 --- web/Obj/brisk.phh | 6 +++--- web/brisk.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 134dab8..6867802 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -150,12 +150,12 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "4.11.0"; +$G_brisk_version = "4.12.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': aggiunta la gestione automatica dei termini del servizio, che sono stati aggiornati.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': aggiunta la gestione automatica dei termini del servizio, comando /guar per info sul garante di un utente.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: automatic management of terms of services added, they are updated too.', + 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: automatic management of terms of services added, new /guar command to ask info about a user guarantee.', 'If you want to subscribe our Mailing List, click it!' ) ); $G_room_help = array( 'it' => ' diff --git a/web/brisk.css b/web/brisk.css index 89bf298..f4ffe53 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -22,7 +22,7 @@ */ body { - background-image: url('img/happysunbg.png'); + background-image: url('img/snowy.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; -- 2.17.1