VEDANTA adlı üyeden alıntı: mesajı görüntüle
Bir denermisiniz:

<dd id="tw-text-neutral-900 tw-mt-1">
<?php echo(isset($lead) && $lead->phonenumber != '' ? '<a href="tel:' . $lead->phonenumber . '">' . $lead->phonenumber . '</a>' : '-') ?>
                       <span style="font-size: 1em; color: red;" ><i class="fa-solid fa-phone" onclick='call1()'></i></span>
                       <span style="font-size: 1em; color: green;"><i class="fa-solid fa-phone" onclick='call2()'></i></span>
</dd>
<?php
    if(isset($lead) && $lead->phonenumber != '') {
        echo "<script>
            function call1() {
                window.open('tel:2$lead->phonenumber');
            }
            function call2() {
                window.open('tel:5$lead->phonenumber');
            }
        </script>
        ";
    }
    else {
        echo "<script>
            function call1() {
            }
            function call2() {
            }
        </script>
            ";
    }
?>
Olmadı başkan bunu yapıştırınca kodlar komple bozuluyor