HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/tops.komma.pro/wwwroot/pages/nl/includes/call_us.xml.php
<?php

if( ! isset($name)) $name = 'Nico';
if( ! isset($lastName)) $lastName = 'van den Boomen';
if( ! isset($function)) $function = 'Directeur / eigenaar';
if( ! isset($streamer)) $streamer = 'Benieuwd wat <strong>TOPS Luchtfilters</strong> voor u kan betekenen?';
?>
<call_us>
    <row type="call_us">
        <text>
            <![CDATA[
            <span class="streamer"><?php echo $streamer; ?></span>

            Stuur een <strong> <a href="mailto:info@topsluchtfilters.nl">e-mail</a></strong><br /> of bel gerust naar<br /><strong class="blue">040 - 204 54 06</strong>.
            ]]>
        </text>
        <name><?php echo $name; ?></name>
        <lastName><?php echo $lastName; ?></lastName>
        <function><?php echo $function; ?></function>
        <btn>Vraag offerte aan</btn>
    </row>
</call_us>