$dat="bildkatalog01.php";
$datei="katalog";
$sub="";
include "header.php";
include "navilinks.php";
?>
$counter=1;
$sql="SELECT intWerkID, strTitel_" . $lang ." as titel FROM hh_werk WHERE intFreigabe like '1' AND intAuswahl like '1' order by strDatierung ASC";
$query=mysql_query($sql);
while($row=mysql_fetch_object($query)){
if($counter==1){
echo "";
}
echo "";
echo "";
echo " ";
echo "";
echo " | ";
$counter++;
if($counter==10){
echo " ";
$counter=1;
}
}
?>
|
include "navirechts.php";
include "footer.php";
?>