init framework & ajout de pages template
This commit is contained in:
16
web/themes/custom/popsu/partials/footer.html.twig
Normal file
16
web/themes/custom/popsu/partials/footer.html.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
<footer role="contentinfo" class="columns small-12">
|
||||
<section id="footer-top" class="row">
|
||||
{{ page.footer_top }}
|
||||
</section>
|
||||
<section id="footer-bottom" class="row">
|
||||
<div id="footer-left" class="columns small-1">
|
||||
{{ page.footer_bottom_left }}
|
||||
</div>
|
||||
<div id="footer-middle" class="columns small-10">
|
||||
{{ page.footer_bottom_middle }}
|
||||
</div>
|
||||
<div id="footer-right" class="columns small-1">
|
||||
{{ page.footer_bottom_right }}
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
15
web/themes/custom/popsu/partials/header.html.twig
Normal file
15
web/themes/custom/popsu/partials/header.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
<header role="banner" class="columns small-12">
|
||||
<section id="header-top" class="row">
|
||||
<div id="header-top-left" class="columns small-2">
|
||||
{{ page.header_top_left }}
|
||||
</div>
|
||||
<div id="header-top-right" class="columns small-9">
|
||||
{{ page.header_top_rigth }}
|
||||
|
||||
</div>
|
||||
<div id="header-menu" class="columns small-1">burger ||| </div>
|
||||
</section>
|
||||
<section id="header-bottom">
|
||||
{{ page.header_bottom }}
|
||||
</section>
|
||||
</header>
|
Reference in New Issue
Block a user