echo $temp['title'] ?> |
echo $temp['datum'] ?> |
if($temp['bild'] != '')
{
$target = 'images/news_images/' . $temp['bild'];
if (file_exists($target))
{
if($temp['bildlink'] != '')
{
$bildcode .= '';
}
$bildcode .= '';
if($temp['bildlink'] != '')
{
$bildcode .= '';
}
echo $bildcode;
}
}
echo nl2br($temp['n_text']);
?>
|