">
print "$post_date | $hora"; ?>
if (!empty($rl4)) {
// $db->muestra_imagen($IDcenter,$titulo,4,$rl4);
}
?>
echo utf8_encode($post_content); ?>
$notas2 = $db->autor_noticia($id_autor);
$autorn = $notas2[0]["nombre"];
$autormail = $notas2[0]["email"];
$autorn = utf8_encode($autorn);
if (!empty($notas2)) {
print " Autor: $autorn - $autormail ";
}
if (!empty($ciudadnoti)) {
print " Ciudad $ciudadnoti ";
}
?>
Archivado en | echo $muestracat; ?> |
$cidcompara = $cid; // Para no repetir categorias de historico
$rl3 = $db->noticias_categorias_adicionales_2012($IDcenter);
if (!empty($rl3)) {
while ( list($key,$val)=each($rl3) ) {
$cid = stripslashes($val["id_categoria"]);
$name = stripslashes($val["nombre"]);
$slug = stripslashes($val["slug"]);
$name = utf8_encode($name);
if ($cid != $cidcompara) {
$muestracat2 = $muestracat2.''.$name.' ';
} // termina comparacion
}} echo $muestracat2;
?>
Tags :
$rl3 = $db->noticias_tags_noticias_2012($IDcenter);
if (!empty($rl3)) {
while ( list($key,$val)=each($rl3) ) {
$term_id = stripslashes($val["id_tag"]);
$name = stripslashes($val["nombre"]);
$slug = stripslashes($val["slug"]);
if ($term_id == 1519) { } else {
?>
echo utf8_encode($name); ?>
} } } ?>
$rl6 = $db->comentarios_noticia($IDcenter);
if (!empty($rl6)) {
?>
Recuerda que son opiniones de los usuarios y no de www.hoy.com.ec. HOY se reserva el derecho a eliminar las expresiones ofensivas, injuriantes o no acordes a la temática tratada.
$hoyinicio = date('Y-m-d H:i:s',time()-(10*24*60*60)); if ($hoy > $hoyinicio) { ?>
if (empty($rl6)) { ?>
print "$comment_dates a las $horac"; ?>
if ($comment_ID < 148300) { echo $comment_content; } else { echo utf8_encode($comment_content); } ?>