{% endif %}
{% endfor %}
{% endif %}
- {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
+ {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysTreeBundle/Resources/public/css/{reset,screen}.css' #}
{% stopwatch 'stylesheet' %}
- {% stylesheet '@RapsysAir/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
+ {% stylesheet '@RapsysTree/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}?20221024100144" />
{% endstylesheet %}
{% endstopwatch %}
{% block header_nav %}
<nav id="nav">
{#<h2>{% trans %}Navigation{% endtrans %}</h2>#}
- <a href="{{ path('rapsysair') }}" rel="home">{% trans %}Home{% endtrans %}</a>
+ <a href="{{ path('rapsystree') }}" rel="home">{% trans %}Home{% endtrans %}</a>
+ {#
<a href="{{ path('rapsysair_contact') }}" rel="contact">{% trans %}Contact{% endtrans %}</a>
<a href="{{ path('rapsysair_frequently_asked_questions') }}">{% trans %}Frequently asked questions{% endtrans %}</a>
{% if is_granted('ROLE_ADMIN') %}
<a href="{{ path('rapsysuser_login') }}">{% trans %}Login{% endtrans %}</a>
<a href="{{ path('rapsysuser_register') }}">{% trans %}Register{% endtrans %}</a>
{% endif %}
+ #}
</nav>
{% endblock %}
{#
{% endblock %}
{% block footer %}
<footer id="footer">
+ {#
<a href="{{ path('rapsysair_about') }}">{% trans %}About{% endtrans %}</a>
{% if copy is defined and copy %}
<details><summary>{{ copy.long }}</summary><span>{{ copy.short }} <a href="{{ copy.link }}" title="{{ copy.title }}" rel="author">{{ copy.by }}</a></span></details>
{% else %}
<span> </span>
{% endif %}
+ #}
</footer>
{% endblock %}
{% endblock %}