diff --git a/AportaContenido.php b/AportaContenido.php
index b2785a9..ec56ff7 100644
--- a/AportaContenido.php
+++ b/AportaContenido.php
@@ -258,7 +258,9 @@ class AportaContenido {
$mensaje = '
';
$mensaje .= 'Bienvenid@ ' . $this->usuario . '
';
case 'principal': // contenido inicial
- $mensaje = "";
+ if (!isset($mensaje)) {
+ $mensaje = "";
+ }
$creditos = "$('#creditos').modal({keyboard: false});";
$centro = '' . CENTRO . '
';
$tabla = $this->creaTablaAcercaDe();