Yuki Takei 8 лет назад
Родитель
Сommit
736d69c31a

+ 1 - 1
lib/views/customlayout-selector/not_found.html

@@ -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 %}

+ 1 - 1
lib/views/customlayout-selector/page.html

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

+ 1 - 1
lib/views/customlayout-selector/page_list.html

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

+ 1 - 1
lib/views/customlayout-selector/user_page.html

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

+ 0 - 0
lib/views/crowi-plus/base/not_found_nosidebar.html → lib/views/layout-growi/base/not_found_nosidebar.html


+ 0 - 0
lib/views/crowi-plus/base/page_list_nosidebar.html → lib/views/layout-growi/base/page_list_nosidebar.html


+ 0 - 0
lib/views/crowi-plus/base/page_nosidebar.html → lib/views/layout-growi/base/page_nosidebar.html


+ 0 - 0
lib/views/crowi-plus/base/user_page_nosidebar.html → lib/views/layout-growi/base/user_page_nosidebar.html


+ 0 - 0
lib/views/crowi-plus/not_found.html → lib/views/layout-growi/not_found.html


+ 0 - 0
lib/views/crowi-plus/page.html → lib/views/layout-growi/page.html


+ 0 - 0
lib/views/crowi-plus/page_list.html → lib/views/layout-growi/page_list.html


+ 0 - 0
lib/views/crowi-plus/user_page.html → lib/views/layout-growi/user_page.html


+ 0 - 0
lib/views/crowi-plus/widget/comments.html → lib/views/layout-growi/widget/comments.html


+ 0 - 0
lib/views/crowi-plus/widget/header.html → lib/views/layout-growi/widget/header.html


+ 0 - 0
lib/views/crowi-plus/widget/page_list_container.html → lib/views/layout-growi/widget/page_list_container.html


+ 0 - 0
lib/views/crowi-plus/widget/system-version.html → lib/views/layout-growi/widget/system-version.html