]> Raphaël G. Git Repositories - treebundle/commitdiff
Comment unavailable routes 0.0.2
authorRaphaël Gertz <git@rapsys.eu>
Sat, 12 Oct 2024 23:08:34 +0000 (01:08 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 12 Oct 2024 23:08:34 +0000 (01:08 +0200)
Resources/views/base.html.twig

index 77819c9036784d208c4c489f0c793d01f0ed2b55..6fae26c9b49bc81df7d1addd37bdf6c5e07582f4 100644 (file)
@@ -30,9 +30,9 @@
                                        {% 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 %}
@@ -70,7 +70,8 @@
                                        {% 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') %}
@@ -86,6 +87,7 @@
                                                                <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>&nbsp;</span>
                                        {% endif %}
+                                       #}
                                </footer>
                        {% endblock %}
                {% endblock %}