Jump to content

Deplacer/Aligner un block texte


Recommended Posts

Voici le fichier themes/huggestore/templates/_partials/footer.tpl

{if $page.page_name == 'index'}
     {hook h='displayFooterHomepage'}
 {/if}
<div class="container">
  <div class="row">
        {hook h='displayFooterANLiveEditor'}
    {block name='hook_footer_before'}
      {hook h='displayFooterBefore'}
    {/block}
  </div>
</div>
<div class="footer-container">
  <div class="container">
    <div class="row">
      {block name='hook_footer'}
        {hook h='displayFooter'}
      {/block}
    </div>
    <div class="row">
      {block name='hook_footer_after'}
        {hook h='displayFooterAfter'}
      {/block}
    </div>
  </div>
        <div class="copyright-container">
          <div class="container"> 
                <div class="row">
                  <div class="col-md-6">
                                {hook h='displayCopyrightContainerLeft'}
                  </div>
                  <div class="col-md-6"> 
                        {hook h='displayCopyrightContainer'}
                  </div>
                </div>
          </div>
        </div> 
</div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...