diff --git a/Configuracion.php b/Configuracion.php index 9985650..32cc446 100644 --- a/Configuracion.php +++ b/Configuracion.php @@ -100,6 +100,7 @@ class Configuracion { $personal = $this->datosConf['ESTILO'] == "personal" ? 'selected' : ' '; $bluecurve = $this->datosConf['ESTILO'] == "bluecurve" ? 'selected' : ' '; $cristal = $this->datosConf['ESTILO'] == "cristal" ? 'selected' : ' '; + $bootst = $this->datosConf['ESTILO'] == "bootstrap" ? 'selected' : ' '; $normal = $this->datosConf['PLANTILLA'] == "normal" ? 'selected' : ' '; $bootstrap = $this->datosConf['PLANTILLA'] == "bootstrap" ? 'selected' : ' '; $salida = '