Your IP : 216.73.217.112


Current Path : /home/zieirix/www/administrator/components/com_gantry5/templates/partials/
Upload File :
Current File : /home/zieirix/www/administrator/components/com_gantry5/templates/partials/php_unsupported.html.twig

{% set php_version = constant('PHP_VERSION') %}

{% if php_version starts with '5.4' %}
<div class="g-grid">
    <div class="g-block alert alert-warning g-php-outdated">
        {{ 'GANTRY5_PLATFORM_PHP54_WARNING'|trans(php_version)|raw }}
    </div>
</div>
{% endif %}