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/_activities.html.twig line 1

Open in your IDE?
  1. <div class="card text-center">
        <div class="card-block">
            <span class="text-center pt-4">
                <img class="card-img-top mt-3" src="{{ icon }}" alt="ooOps..." style="width:60px;height:60px;">
            </span>
            <div class="card-body">
                <h4 class="card-title">{{ title }}</h4>
                <p class="card-text">{{ text }}</p>
            </div>
        </div>
    </div>