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>