From 24858e6d3698ebc8da9cf6781368d8dc05585b3e Mon Sep 17 00:00:00 2001 From: jem Date: Sat, 23 Nov 2019 20:48:27 +0100 Subject: [PATCH] move custom to custom plces --- .../{css/meissa.css => custom/css/custom.css} | 0 .../{html/custom => custom/html/includes}/footer.inc | 0 .../{html/custom => custom/html/includes}/logo.inc | 0 .../custom/html/includes/site-navigation.inc | 8 ++++++++ .../{html/custom => custom/html/includes}/social.inc | 0 .../{html/custom => custom/html/includes}/tracking.inc | 0 themes/bootstrap4/{ => custom}/html/meissa/partner.inc | 0 .../{ => custom}/html/meissa/site-navigation.inc | 0 .../bootstrap4/{ => custom}/html/meissa/we-support.inc | 0 themes/bootstrap4/html/base.html | 10 +++++----- themes/bootstrap4/html/custom/site-navigation.inc | 8 -------- themes/bootstrap4/html/page-three-column.html | 2 +- themes/bootstrap4/html/page-two-column.html | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) rename themes/bootstrap4/{css/meissa.css => custom/css/custom.css} (100%) rename themes/bootstrap4/{html/custom => custom/html/includes}/footer.inc (100%) rename themes/bootstrap4/{html/custom => custom/html/includes}/logo.inc (100%) create mode 100644 themes/bootstrap4/custom/html/includes/site-navigation.inc rename themes/bootstrap4/{html/custom => custom/html/includes}/social.inc (100%) rename themes/bootstrap4/{html/custom => custom/html/includes}/tracking.inc (100%) rename themes/bootstrap4/{ => custom}/html/meissa/partner.inc (100%) rename themes/bootstrap4/{ => custom}/html/meissa/site-navigation.inc (100%) rename themes/bootstrap4/{ => custom}/html/meissa/we-support.inc (100%) delete mode 100644 themes/bootstrap4/html/custom/site-navigation.inc diff --git a/themes/bootstrap4/css/meissa.css b/themes/bootstrap4/custom/css/custom.css similarity index 100% rename from themes/bootstrap4/css/meissa.css rename to themes/bootstrap4/custom/css/custom.css diff --git a/themes/bootstrap4/html/custom/footer.inc b/themes/bootstrap4/custom/html/includes/footer.inc similarity index 100% rename from themes/bootstrap4/html/custom/footer.inc rename to themes/bootstrap4/custom/html/includes/footer.inc diff --git a/themes/bootstrap4/html/custom/logo.inc b/themes/bootstrap4/custom/html/includes/logo.inc similarity index 100% rename from themes/bootstrap4/html/custom/logo.inc rename to themes/bootstrap4/custom/html/includes/logo.inc diff --git a/themes/bootstrap4/custom/html/includes/site-navigation.inc b/themes/bootstrap4/custom/html/includes/site-navigation.inc new file mode 100644 index 0000000..3d3b237 --- /dev/null +++ b/themes/bootstrap4/custom/html/includes/site-navigation.inc @@ -0,0 +1,8 @@ +

 

+{% include "/custom/html/meissa/site-navigation.inc" %} +

 

+

 

+{% include "/custom/html/meissa/partner.inc" %} +

 

+

 

+{% include "/custom/html/meissa/we-support.inc" %} \ No newline at end of file diff --git a/themes/bootstrap4/html/custom/social.inc b/themes/bootstrap4/custom/html/includes/social.inc similarity index 100% rename from themes/bootstrap4/html/custom/social.inc rename to themes/bootstrap4/custom/html/includes/social.inc diff --git a/themes/bootstrap4/html/custom/tracking.inc b/themes/bootstrap4/custom/html/includes/tracking.inc similarity index 100% rename from themes/bootstrap4/html/custom/tracking.inc rename to themes/bootstrap4/custom/html/includes/tracking.inc diff --git a/themes/bootstrap4/html/meissa/partner.inc b/themes/bootstrap4/custom/html/meissa/partner.inc similarity index 100% rename from themes/bootstrap4/html/meissa/partner.inc rename to themes/bootstrap4/custom/html/meissa/partner.inc diff --git a/themes/bootstrap4/html/meissa/site-navigation.inc b/themes/bootstrap4/custom/html/meissa/site-navigation.inc similarity index 100% rename from themes/bootstrap4/html/meissa/site-navigation.inc rename to themes/bootstrap4/custom/html/meissa/site-navigation.inc diff --git a/themes/bootstrap4/html/meissa/we-support.inc b/themes/bootstrap4/custom/html/meissa/we-support.inc similarity index 100% rename from themes/bootstrap4/html/meissa/we-support.inc rename to themes/bootstrap4/custom/html/meissa/we-support.inc diff --git a/themes/bootstrap4/html/base.html b/themes/bootstrap4/html/base.html index eb4630e..8255a90 100644 --- a/themes/bootstrap4/html/base.html +++ b/themes/bootstrap4/html/base.html @@ -12,7 +12,7 @@ {% style "/css/bootstrap.min.css" %} - {% style "/css/meissa.css" %} + {% style "/custom/css/custom.css" %} {% block additional_styles %} {% endblock %} @@ -22,7 +22,7 @@ - {% include "/html/custom/logo.inc" %} + {% include "/custom//html/includes/logo.inc" %} - {% include "/html/custom/social.inc" %} + {% include "/custom/html/includes/social.inc" %} @@ -77,8 +77,8 @@ {% endblock %} - {% include "/html/custom/footer.inc" %} - {% include "/html/custom/tracking.inc" %} + {% include "/custom/html/includes/footer.inc" %} + {% include "/custom/html/includes/tracking.inc" %} diff --git a/themes/bootstrap4/html/custom/site-navigation.inc b/themes/bootstrap4/html/custom/site-navigation.inc deleted file mode 100644 index bd69bd4..0000000 --- a/themes/bootstrap4/html/custom/site-navigation.inc +++ /dev/null @@ -1,8 +0,0 @@ -

 

-{% include "/html/meissa/site-navigation.inc" %} -

 

-

 

-{% include "/html/meissa/partner.inc" %} -

 

-

 

-{% include "/html/meissa/we-support.inc" %} \ No newline at end of file diff --git a/themes/bootstrap4/html/page-three-column.html b/themes/bootstrap4/html/page-three-column.html index 2a6c361..334c4ee 100644 --- a/themes/bootstrap4/html/page-three-column.html +++ b/themes/bootstrap4/html/page-three-column.html @@ -24,7 +24,7 @@ {% endblock %}
- {% include "/html/custom/site-navigation.inc" %} + {% include "/custom/html/includes/site-navigation.inc" %}
diff --git a/themes/bootstrap4/html/page-two-column.html b/themes/bootstrap4/html/page-two-column.html index 438e4b5..184c81e 100644 --- a/themes/bootstrap4/html/page-two-column.html +++ b/themes/bootstrap4/html/page-two-column.html @@ -19,7 +19,7 @@ {% endblock %}
- {% include "/html/custom/site-navigation.inc" %} + {% include "/custom/html/includes/site-navigation.inc" %}