try this:
<?php
if (str_replace(REPLACE_EMPTY, "", "{image_temp}")
|| str_replace(REPLACE_EMPTY, "", "{image_LF}")
|| str_replace(REPLACE_EMPTY, "", "{image_giessen}")
|| str_replace(REPLACE_EMPTY, "", "{image_duengen}")
|| str_replace(REPLACE_EMPTY, "", "{image_licht}")
|| str_replace(REPLACE_EMPTY, "", "{image_ruhezeit}"))
{
?>
<tr>
<td width="100%" bgcolor="#EDECEA" colspan="2"><font color="#BCB8AF"><b>Kulturbedingungen</b></font></td>
</tr>
<?php
}
?>