Commit 87393dda by Damien Moulard

modification ordre menu adhérent

parent 9c48a63a
...@@ -168,15 +168,15 @@ ...@@ -168,15 +168,15 @@
{% set esoldelabel = 'Solde e-mlc'|trans %} {% set esoldelabel = 'Solde e-mlc'|trans %}
{% include 'block/solde.html.twig' with {'compte': app.user.adherent.ecompte, 'soldelabel': esoldelabel} %} {% include 'block/solde.html.twig' with {'compte': app.user.adherent.ecompte, 'soldelabel': esoldelabel} %}
{% include 'adherent/block/infos.html.twig' %}
{% include 'block/userpassword.html.twig' %}
{% include 'block/cotisations.html.twig' %}
{% include 'block/transactions.html.twig' %}
{% if isPayzenEnabled() %} {% if isPayzenEnabled() %}
{% include 'adherent/block/achat_monnaie.html.twig' %} {% include 'adherent/block/achat_monnaie.html.twig' %}
{% endif %} {% endif %}
{% include 'adherent/block/transaction_presta.html.twig' %} {% include 'adherent/block/transaction_presta.html.twig' %}
{% include 'adherent/block/transaction_adherent.html.twig' %} {% include 'adherent/block/transaction_adherent.html.twig' %}
{% include 'block/transactions.html.twig' %}
{% include 'block/cotisations.html.twig' %}
{% include 'adherent/block/infos.html.twig' %}
{% include 'block/userpassword.html.twig' %}
{% else %} {% else %}
{% if KOH_USE_WORDPRESS is defined and KOH_USE_WORDPRESS == 'false' %} {% if KOH_USE_WORDPRESS is defined and KOH_USE_WORDPRESS == 'false' %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment