Browse Source

footer menu

bach 3 years ago
parent
commit
7515593ca6

+ 0 - 23
config/sync/basic.settings.yml

@@ -1,23 +0,0 @@
-browser_sync:
-  enabled: false
-  host: localhost
-  port: 3000
-clear_registry: false
-ie_enabled: false
-ie_enabled_versions:
-  ie8: false
-  ie9: false
-langcode: fr
-features:
-  node_user_picture: false
-  comment_user_picture: true
-  comment_user_verification: true
-  favicon: true
-logo:
-  use_default: false
-  path: ''
-favicon:
-  use_default: false
-  path: ''
-_core:
-  default_config_hash: mZYodhyp0QyNLZuDuZzbHDHQU4Hzg4WeX61Fbu3e1qg

+ 1 - 1
config/sync/block.block.views_block__programmes_block_1.yml

@@ -12,7 +12,7 @@ dependencies:
 id: views_block__programmes_block_1
 theme: popsu
 region: header_top_rigth
-weight: 0
+weight: -2
 provider: null
 plugin: 'views_block:programmes-block_1'
 settings:

+ 0 - 9
config/sync/domain_alias.settings.yml

@@ -1,9 +0,0 @@
-environments:
-  - default
-  - local
-  - development
-  - staging
-  - testing
-langcode: fr
-_core:
-  default_config_hash: B-g_mD751mRPyBpjHIPl0jTXPr4KM0kzGRUaD-KRb10

+ 0 - 4
config/sync/domain_site_settings.domainconfigsettings.yml

@@ -1,4 +0,0 @@
-domain_site_settings: null
-_core:
-  default_config_hash: tkmglv8nLQzpf1cBcgSWFvPzgDJEfiz6bifpEQYXq84
-langcode: fr

+ 3 - 3
web/themes/custom/popsu/templates/layout/page.html.twig

@@ -75,13 +75,13 @@
     </section>
     <section id="footer-bottom">
       <div id="footer-left">
-        {{ page.footer_left }}
+        {{ page.footer_bottom_left }}
       </div>
       <div id="footer-middle">
-        {{ page.footer_middle }}
+        {{ page.footer_bottom_middle }}
       </div>
       <div id="footer-right">
-        {{ page.footer_right }}
+        {{ page.footer_bottom_right }}
       </div>
     </section>
   </footer>