include ("administrador/x_form.php");
include ("administrador/x_conx.php");
$resultado = mysql_query("SELECT * FROM SECCION where SE_CONSE = '1'");
if ($registro = mysql_fetch_array($resultado))
{
$titulo = $registro[SE_TITULO];
$subtitulo = "
".$registro[SE_SUBTITULO];
$contenido = nl2br($registro[SE_CONTENIDO]);
if ($registro[SE_FOTO1]!='')
{
$foto1 = "
";
}
else
{
$foto1 = " ";
}
}
?>
|
|||||||
|
|||||||
|