".$myrow[categoria_titolo]."

"; } include("news.php"); ?>
<? echo $myrow[categoria_imgalt]; ?>

"; if ($_GET[uff] != "") {echo "UFFICI > ".text_label("ufficio", "ufficio_titolo", $_GET[uff])."";} else { echo "$myrow_span[categoria_titolo]";} } //--------Visualizza il titolo della scheda corrente nel centro della scheda------- echo " > $myrow[scheda_titolo]

"; //--------Crea il testo della pagina----------------------------------------------- $testo = $myrow[scheda_testo]; $sqlimg = "select * from join_scheda_immagine where join_schedaID = $myrow[schedaID]"; $resultimg = mysql_query($sqlimg); if ($myrowimg = mysql_fetch_array($resultimg)) { do { $immagine[] = text_label("immagine", "immagine_file", $myrowimg[join_immagineID]); $didas[]= text_label("immagine", "immagine_didascalia", $myrowimg[join_immagineID]); } while ($myrowimg = mysql_fetch_array($resultimg)); $count = 1; foreach ($immagine as $foto) { $d= $count-1; $di= $didas[$d]; $testo = str_replace("[foto:".$count."]", "\"$di\"", $testo); $count ++; } } if ($_GET[ID] == 31) { include("modulistica.php"); } elseif ($_GET[ID] == 33) { include("regolamenti.php"); } elseif ($_GET[ID] == 14) { echo $testo; include("delibere.php"); } elseif ($_GET[ID] == 46) { echo $testo; include("ordinanze.php"); } elseif ($_GET[ID] == 30) { echo $testo; include("bandi.php"); } elseif ($_GET[ID] == 65) { echo $testo; include("determine.php"); } elseif ($_GET[ID] == 67) { echo $testo; include("trasparenza.php"); }else { echo $testo; } ?>