Nombre del Evento |
 Información General |
| ">
if($evt->Imagen!="" && $evt->Imagen!=NULL){?>
|
|
}?>
 echo htmlentities(utf8_decode($evt->Nombre));?>
|
|
Fecha de Realización
echo htmlentities(utf8_decode($evt->Duracion));?>
|
|
 Descripción |
echo nl2br(htmlentities(utf8_decode($evt->Descripcion)));?> |
|
if($evt->Lugar!=NULL && $evt->Lugar!=""){?>
| Lugar |
echo htmlentities(utf8_decode($evt->Lugar));?> |
}?>
if($evt->Direccion!=NULL && $evt->Direccion!=""){?>
| Dirección |
echo htmlentities(utf8_decode($evt->Direccion));?> |
}?>
if($evt->Organizador!=NULL && $evt->Organizador!=""){?>
| Organiza |
echo htmlentities(utf8_decode($evt->Organizador));?> |
}?>
if($evt->Persona!=NULL && $evt->Persona!=""){?>
| Responsable |
echo htmlentities(utf8_decode($evt->Persona));?> |
}?>
if($evt->Ciudad!=NULL && $evt->Ciudad!=""){?>
| Ciudad |
echo htmlentities(utf8_decode($evt->Ciudad));?> |
}?>
if($evt->Pais!=NULL && $evt->Pais!=""){?>
| País |
echo htmlentities(utf8_decode($evt->Pais));?> |
}?>
if($evt->Fono!="" && $evt->Fono!=NULL){?>
| Fono |
echo htmlentities(utf8_decode($evt->Fono));?> |
}?>
if($evt->Fax!="" && $evt->Fax!=NULL){?>
| Fax |
echo htmlentities(utf8_decode($evt->Fax));?> |
}?>
if($evt->mail!="" && $evt->mail!=NULL){?>
| Email |
echo htmlentities(utf8_decode($evt->mail));?> |
}?>
if($evt->Sitio!="" && $evt->Sitio!=NULL){?>
| Sitio |
echo htmlentities(utf8_decode($evt->Sitio));?> |
}?>
|
if($evt->Direccion!=NULL && $evt->Direccion!=""){?>
 Localización |
|
}?>