@@ -197,7 +197,7 @@
<h4>
<div class="radio radio-primary">
<input type="radio" id="radioLayoutKibela" name="settingForm[customize:layout]" value="kibela"
- {% if !isLayoutGrowi %}checked="checked"{% endif %}>
+ {% if isLayoutKibela %}checked="checked"{% endif %}>
<label for="radioLayoutKibela">
Kibela Like Layout
</label>
@@ -1,5 +1,7 @@
{% if !layoutType() || 'crowi' === layoutType() %}
{% include '../layout-crowi/forbidden.html' %}
+{% elseif !layoutType() || 'kibela' === layoutType()%}
+ {% include '../layout-kibela/forbidden.html' %}
{% else %}
{% include '../layout-growi/forbidden.html' %}
{% endif %}
{% include '../layout-crowi/not_found.html' %}
+ {% include '../layout-kibela/not_found.html' %}
{% include '../layout-growi/not_found.html' %}
{% include '../layout-crowi/page.html' %}
+{% elseif %}
+ {% include '../layout-kibela/page.html' %}
{% include '../layout-growi/page.html' %}
{% include '../layout-crowi/page_list.html' %}
+ {% include '../layout-kibela/page_list.html' %}
{% include '../layout-growi/page_list.html' %}
{% include '../layout-crowi/user_page.html' %}
+ {% include '../layout-kibela/user_page.html' %}
{% include '../layout-growi/user_page.html' %}
@@ -0,0 +1,8 @@
+// import colors
+@import '../../agile-admin/inverse/colors/kibela';
+
+// apply agile-admin theme
+@import '../../agile-admin/inverse/style';
+// override
+@import 'override-agileadmin';