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/SBogers57/topsluchtfilters.nl/wwwroot/pages/en/includes/call_us.xml.php
<?php

if( ! isset($name)) $name = 'Nico';
if( ! isset($lastName)) $lastName = 'van den Boomen';
if( ! isset($function)) $function = 'Director / Owner';
if( ! isset($streamer)) $streamer = 'Curious to find out what <strong>TOPS air filters</strong> can do for you?';
?>
<call_us>
    <row type="call_us">
        <text>
            <![CDATA[
            <span class="streamer"><?php echo $streamer; ?></span>

            Send an <strong><a href="mailto:info@topsluchtfilters.nl">e-mail</a></strong><br /> or call <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>Request a quote</btn>
    </row>
</call_us>