//// INCLUIR EM TODAS AS PÁGINAS ////
include ("ligacao_bd.php");
?>
include_once 'languageSelector.php';?>
include ("comum.php"); ?>
include ("funcoes/funcoes_geral.php"); ?>
include ("header_level0.php"); ?>
//include ("menu_seccao.php"); ?>
|
|
|
|
|
width="183" height="32" /> |
|
|
|
|
$SQL = "SELECT * FROM noticias WHERE estado=1 AND publico=1 ORDER BY prioridade DESC, data DESC, hora DESC";
$noticias = mysql_query ($SQL, $connection);
?>
while ($noticia = mysql_fetch_array ($noticias) ) { ?>
|
|
|
|
|
|
|
|
|
|
echo (data_noticia(strtotime($noticia['data']))); ?> -
01:00
|
|
if ($noticia['foto'] <> "semfoto.jpg") { ?>
} ?>
|
|
|
|
|
|
|
|
} ?>
|
include ("footer.php");?>