'DepuraNombre.php', 'Direccion' => 'DepuraDireccion.php', 'Telefono' => 'DepuraTelefono.php', 'NIF' => 'DepuraNIF.php', 'Cuenta corriente' => 'DepuraCuenta.php' ); public function Mostrar() { echo "\n\n"; $this -> MostrarTitulo(); $this -> MostrarClaves(); $this -> MostrarEstilos(); echo "\n\n"; $this -> MostrarCabecera(); $this -> MostrarMenu($this->botones); $this -> MostrarMenu($this->botonesFila2); echo $this->contenido; $this -> MostrarPie(); echo "\n\n"; } } ?>