footer.tpl 1.1 KB

123456789101112131415161718192021222324252627282930
  1. {*
  2. **********************************************************
  3. * Developed by: Team Theme Metro
  4. * Website: http://www.thememetro.com
  5. **********************************************************
  6. *}
  7. {if $templatefile eq "pagebuilder" or $templatefile eq "homepage" or $pagetype eq "custom" or $templatefile eq "domainregister" or $templatefile eq "domaintransfer"}{else}
  8. </div><!-- /.main-content -->
  9. {if !$inShoppingCart && $secondarySidebar->hasChildren()}
  10. {if $templatefile !== 'clientregister'}
  11. <div class="d-lg-none col-lg-3 mt-4 sidebar sidebar-secondary{if $themesettings.clientarea.sidebars == "1"} default{/if}">
  12. {include file="$template/core/includes/sidebar-secondary-custom.tpl"}
  13. {include file="$template/includes/sidebar.tpl" sidebar=$secondarySidebar}
  14. {include file="$template/core/includes/sidebar-promo.tpl" sidebar=$secondarySidebar}
  15. </div>
  16. {/if}
  17. {/if}
  18. <div class="clearfix"></div>
  19. </div>
  20. </div>
  21. </div>
  22. </section>
  23. {/if}
  24. <!--Footer-->
  25. {include file="$template/core/includes/global-footer.tpl"}
  26. <!--End Footer-->
  27. </div>