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/uses/offices.xml.php
<content>
    <ambiance>
        <row type="image">
            <img src="/public/images/static/ambiance/office1.jpg" alt="Sfeer Tops Luchtfilters" />
        </row>
    </ambiance>

    <article>
        <row type="h1_no_button">Kantoorgebouwen</row>

        <row type="p">
            Een schone lucht draagt bij aan een gezond werkklimaat. Met de filters van TOPS investeert u in een prettige werkomgeving.
        </row>
    </article>

    <?php
    $streamer = 'TOPS biedt voor iedere branche en iedere toepassing de juiste filter. Nieuwsgierig?';
    include  DOCUMENT_ROOT . 'pages/nl/includes/call_us.xml.php';
    ?>

    <filters>
        <row type="filters">
            <?php
            include  DOCUMENT_ROOT . 'pages/includes/filters.php';
            echo getMainCatSurveyFilters(array('bag_filters','compact_filters'));
            ?>
        </row>
    </filters>

    <sidebar>
        <row type="images">
            <img src="/public/images/static/uses/offices.jpg" alt="Kantoorgebouwen" />
        </row>

        <row type="lists">
            <list>
                <?php
                echo getMainCatFilters(array('panel_filters','bag_filters','compact_filters','heat_recovery'));
                ?>
            </list>
        </row>

    </sidebar>
</content>