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/Velosophe/carparkcannonball.cc/wwwroot/templates/base/base.footer.php
    <footer role="contentinfo" class="c-footer u-text-size-zeta">
        <div class="o-contain o-contain-padding">
            <ul class="o-list-plain o-list-inline c-footer__logos">
                <li class="c-footer__logo">
                    <img src="<?php echo rodesk_asset_path('images/cpcb-logo-orange.svg'); ?>" alt="Car Park Cannon Ball logo">
                </li>
            </ul>
        </div>

        <div class="u-bg-gray-light">
            <div class="o-contain o-contain-padding">
                <div class="c-footer__contact">
                    <span>Contact us: <a href="mailto:press@abloc.cc">Press</a> / <a href="mailto:partner@abloc.cc">Partners</a></span>
                    <span class="footer__credits"> &copy;<?php echo date('Y'); ?> à  BLOC / <a href="https://www.wesharetheride.com/terms-and-conditions/" target="_blank" rel="noopener noreferrer">terms and conditions</a> / website by <a href="https://www.rodesk.com/" target="_blank" rel="noopener noreferrer">Rodesk</a></span>
                </div>
            </div>
        </div>

    </footer>

    <script src="<?php echo rodesk_asset_path('scripts/jquery.js'); ?>"></script>

    <?php if( rodesk_is_mobile() ): ?>
        <script src=" <?php echo rodesk_asset_path('scripts/mobile.js'); ?>"></script>
    <?php else: ?>
        <script src=" <?php echo rodesk_asset_path('scripts/main.js'); ?>"></script>
    <?php endif; ?>

    <?php //include('templates/base/base.analytics.php'); ?>

</body>

</html>