mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
- tag closed
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
<?php $lastMailAdress = $kontakt->kontakt;
|
||||
endif;
|
||||
if (($kontakt->kontakttyp === 'telefon' || $kontakt->kontakttyp === 'mobil'))
|
||||
echo '<input type="text" data-value="'. $kontakt->kontakt_id .'" class="kontakt_nummer" readonly value="'. $kontakt->kontakt . '"';
|
||||
echo '<input type="text" data-value="'. $kontakt->kontakt_id .'" class="kontakt_nummer" readonly value="'. $kontakt->kontakt . '">';
|
||||
else
|
||||
echo $kontakt->kontakt;
|
||||
if ($kontakt->kontakttyp === 'email'):
|
||||
|
||||
Reference in New Issue
Block a user