@@ -1,5 +1,5 @@
{% if 'crowi-plus' === layoutType() %}
- {% include '../crowi-plus/not_found.html' %}
+ {% include '../layout-growi/not_found.html' %}
{% else %}
{% include '../not_found.html' %}
{% endif %}
- {% include '../crowi-plus/page.html' %}
+ {% include '../layout-growi/page.html' %}
{% include '../page.html' %}
- {% include '../crowi-plus/page_list.html' %}
+ {% include '../layout-growi/page_list.html' %}
{% include '../page_list.html' %}
- {% include '../crowi-plus/user_page.html' %}
+ {% include '../layout-growi/user_page.html' %}
{% include '../user_page.html' %}