include("inc/codigotop.php"); ?>
if($idioma==""){
include("inc/variables.php");
}
?>
include("inc/cabezal_general.php"); ?>
include("inc/menu.php"); ?>
include("inc/caja_buscador.php"); ?>
LISTAR POR SECRETARÍA O DEPENDENCIA
//MM_goToURL('parent','administrador.php?tem=general&categoria2='+this.value+'&selecciona=nuevo&accion= echo $accion; &id= echo $id; ');return document.MM_returnValue
$consulta1 ="SELECT * FROM categoria where (orden ='5000') order by nombre asc";
$query1= mysql_query($consulta1,$conexion);
while ($fila = mysql_fetch_array($query1)){
if($fila['id']==$_GET['c']){
$seleccion=" selected";
$llamada=$fila['id'];
}else{
$seleccion="";
}
echo"".$fila['nombre']." ";
}
?>
//////////// noticias home /////////////////
if($_GET['c']!=""){
$agregado=" and categoria2='".$_GET['c']."'";
}
@$consulta2 ="SELECT * FROM contenidos where (categoria1 ='1010' and varios='1'".$agregado.") order by fecha desc, id desc";
@$query2= mysql_query($consulta2,$conexion);
$cantidades=mysql_num_rows($query2);
?>
if($cantidades==0){
?>
NO SE ENCONTRARON RESULTADOS
}
?>
while($fila = mysql_fetch_array($query2)){ ?>
include("inc/bloque_noticia_simple.php"); ?>
}
?>
include("inc/script_footer.php"); ?>
include("inc/footer.php"); ?>
include("inc/script_footer.php"); ?>
include("codigofooter.php"); ?>