From e1b48a83731c4877cec2cf9528c84e4b44355e87 Mon Sep 17 00:00:00 2001 From: Fredy Date: Wed, 11 Jul 2018 11:20:53 +0200 Subject: #858 Random Tips from language file array for nada.php blank space --- admin/WebConsole/idiomas/php/esp/nada_esp.php | 13 ++++++++++- admin/WebConsole/nada.php | 33 ++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/admin/WebConsole/idiomas/php/esp/nada_esp.php b/admin/WebConsole/idiomas/php/esp/nada_esp.php index 24ffedbe..0822b100 100644 --- a/admin/WebConsole/idiomas/php/esp/nada_esp.php +++ b/admin/WebConsole/idiomas/php/esp/nada_esp.php @@ -13,4 +13,15 @@ $TbMsg[5]="Navegador"; $TbMsg[6]="Versión Navegador"; -?> \ No newline at end of file +//________________________________________________________________________________________________________ +// +// Tip of the Day! +//________________________________________________________________________________________________________ + + $Tip=array(); + $Tip[0]="Las primeras jornadas de OpenGnsys en verano de 2018 en Málaga dieron nombre a la versión Espeto"; + $Tip[1]="Tip1"; + $Tip[2]="Tip2"; + $Tip[3]="Tip3"; + +?> diff --git a/admin/WebConsole/nada.php b/admin/WebConsole/nada.php index 9e0aa255..9cd4d028 100644 --- a/admin/WebConsole/nada.php +++ b/admin/WebConsole/nada.php @@ -221,19 +221,46 @@ if (empty($data->project)) { - +project)) { + $version = "OpenGnsys"; +} else { + $version = @$data->project.' ' . @$data->version.' ' + . (isset($data->codename) ? '('.$data->codename.') ' : '') . @$data->release; +} +?> +  +  +
+
Tip of the Day!
+   +   -"Here we will show our content" +
¿Sabías que...?
+   +   +
+
+   +   +
Server IP:
+
Sistema :
+
Navegador: v.
+
+   +   +
- -- cgit v1.2.3-18-g5258