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/en/uses/houses.xml.php
<content>
    <ambiance>
        <row type="image">
            <img src="/public/images/static/ambiance/bright_room1.jpg" alt="Ambiance Tops Air filters" />
        </row>
    </ambiance>

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

        <row type="p">
            Living healthy starts with a clean air. With TOPS Air filters you are investing in your health. On top of this it will result in a lower energy bill.        </row>
    </article>

    <?php
    $streamer = 'TOPS offers the right filter for every situation. Curious?';
    include  DOCUMENT_ROOT . 'pages/en/includes/call_us.xml.php';
    ?>

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

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

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