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>