Código PHP:
Ver original
<?php require('configuracion.php'); require('funciones.php'); include('header.html'); $sql = "SELECT id, autor, titulo, fecha, respuestas, ult_respuesta "; $sql.= "FROM foro2 WHERE identificador=0 ORDER BY ult_respuesta DESC"; { include('titulos.html'); { $color=($color==""?"#5b69a6":""); $row["color"] = $color; mostrarTemplate($template, $row); } } include('footer.html'); ?>