diff --git a/Website/profile.php b/Website/profile.php index 8046310..6b280d6 100644 --- a/Website/profile.php +++ b/Website/profile.php @@ -48,18 +48,23 @@ {echo "Fr. " . htmlentities($row['angebot_preis']) . " " . ""; }else{echo - "k. Angeb. bisher" . " " . ""; + "k.A." . " " . ""; } - echo + if (!empty(htmlentities($row['angebot_preis']))) { + echo "" . "
" . "" . "
" . "" . ""; - } + } else { + "" . "" . + "" . + ""; + } + } ?> -