Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/twig/partials/
Upload File :
Current File : /home/z/i/e/zieirix/www/media/gantry5/engines/nucleus/twig/partials/page_head.html.twig

{% extends "@nucleus/page_head.html.twig" %}

{% block head_title -%}
{%- endblock %}

{% block head_application -%}
    <jdoc:include type="head" />
{%- endblock %}

{% block head_platform -%}
    {{ parent() }}
    {% if gantry.theme.joomla %}
        {% if gantry.platform.checkVersion(4) %} {# Joomla 4.x #}
            {% if gantry.page.direction != 'rtl' %}
            <link rel="stylesheet" href="{{ url('gantry-engine://css-compiled/bootstrap5.css') }}" type="text/css" />
            <link rel="stylesheet" href="{{ url('media/system/css/joomla-fontawesome.min.css') }}" type="text/css" />
            {% endif %}
        {% elseif gantry.platform.checkVersion(3) %} {# Joomla 3.x #}
            <link rel="stylesheet" href="{{ url('gantry-assets://css/bootstrap-gantry.css') }}" type="text/css" />
            <link rel="stylesheet" href="{{ url('gantry-engine://css-compiled/joomla.css') }}" type="text/css" />
            {% if gantry.page.direction == 'rtl' %}
            <link rel="stylesheet" href="{{ url('media/jui/css/bootstrap-rtl.css') }}" type="text/css" />
            {% endif %}
            <link rel="stylesheet" href="{{ url('media/jui/css/icomoon.css') }}" type="text/css" />
        {% endif %}
    {% endif %}

    {% if gantry.debug %}
        <link rel="stylesheet" href="{{ url('media/cms/css/debug.css') }}" type="text/css" />
    {% endif %}
{%- endblock %}

{% block head -%}
    {{ parent() }}
{%- endblock %}