$activo=6;
include("./includes/top.php"); ?>
if ($_GET["i"]!="" && is_numeric($_GET["i"])){ ?>
/*$sqlC = sprintf("select * from t_evento_corredor_link_cat, t_evento_corredor_link_cat_texto where pk_evento_corredor_link_cat = %s and fk_idioma = ".$_SESSION["pk_idioma"]." and link_cat_activo = 1 and pk_evento_corredor_link_cat = fk_evento_corredor_link_cat order by link_cat_orden",$_GET["i"]);
$resC = mysql_query($sqlC);
$regC = mysql_fetch_array($resC);
?>
$sqlC = sprintf("select * from t_evento_corredor_link, t_evento_corredor_link_texto where fk_evento_corredor_link_cat = %s and fk_idioma = ".$_SESSION["pk_idioma"]." and link_activo = 1 and pk_evento_corredor_link = fk_evento_corredor_link order by link_orden",$_GET["i"]);
$resC = mysql_query($sqlC);
while ($regC = mysql_fetch_array($resC)){
if ($regC["link_url"]!=""){
?>
if ($regC["link_imagen"]!="" && file_exists($rutaUploads."uploads/evento_corredor_link/".$regC["link_imagen"])){ ?>

" width="160" border="0" align="left" style="margin:8px;" />
} ?>
" target="_blank"> echo $regC["link_titulo"]; ?>
if ($regC["link_texto"]!=""){
echo nl2br($regC["link_texto"])."
";
} ?>
}
}*/
?>
$sqlC = sprintf("select * from t_evento_corredor_link, t_evento_corredor_link_texto where pk_evento_corredor_link = %s and fk_idioma = ".$_SESSION["pk_idioma"]." and link_activo = 1 and pk_evento_corredor_link = fk_evento_corredor_link order by link_orden",$_GET["i"]);
$resC = mysql_query($sqlC);
$regC = mysql_fetch_array($resC);
?>
ZONA DEL CORREDOR - echo $regC["link_titulo"]; ?>
} ?>
include("./includes/bottom.php"); ?>