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

    <article>
        <row type="h1_no_button">Page not found</row>

        <row type="p">
            <![CDATA[
            Apologies, but the page you requested could not be found.
            ]]>
        </row>
        <row type="p">
            <![CDATA[
             Have a look at our <a href="/en/sitemap">sitemap</a> to find the page you were looking for or visit our <a href="/<?php echo URL_LANG ?>">homepage</a>.
           ]]>
        </row>
    </article>

    <?php
    include  DOCUMENT_ROOT . 'pages/en/includes/call_us.xml.php';
    ?>

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

        <row type="lists">
            <list>
                <title urlName="certificates">European standard</title>
                <li>
                    <icon class="certificate"/>
                    <label>EN1822</label>
                </li>
            </list>
            <list>
                <?php
                    include  DOCUMENT_ROOT . 'pages/includes/uses.php';
                    echo getUses();
                ?>
            </list>
        </row>
    </sidebar>
</content>