forbidden.html 381 B

1234567
  1. {% if !getConfig('crowi', 'customize:layout') || 'crowi' === getConfig('crowi', 'customize:layout') %}
  2. {% include '../layout-crowi/forbidden.html' %}
  3. {% elseif !getConfig('crowi', 'customize:layout') || 'kibela' === getConfig('crowi', 'customize:layout')%}
  4. {% include '../layout-kibela/forbidden.html' %}
  5. {% else %}
  6. {% include '../layout-growi/forbidden.html' %}
  7. {% endif %}