Deprecated: ini_set(): assert.warning INI setting is deprecated in /home/ctobi/www/web20/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/_partials/_footer.html.twig line 1

Open in your IDE?
  1. {# <footer class="footer mb-0 my-5" role="contentinfo"> #}
    <footer class="footer mt-auto py-3">
        <div class="container">
            <span class="text-muted">&copy;2021 &bull; design with
                <span style="color:red">&hearts;</span>
                by courtesy of CTO Buisness Intelligence France &bull;
            </span>
            <span class="text-muted float-right">
                <a aria-current="page" title="Back on top" href="#">
                    <i class="fas fa-angle-double-up fa-1x"></i>
                </a>
            </span>
        </div>
    
    </footer>