Correction d'un souci d'affichage de la carte
This commit is contained in:
@@ -148,7 +148,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
<h1 class="logo container hidden-xs">
|
||||
<a href="{navigate to="index"}" title="{$store_name}">
|
||||
{local_media type="logo"}
|
||||
<img src="{$MEDIA_URL}" alt="{$store_name}">
|
||||
<img src="{$MEDIA_URL}" alt="{$store_name}">
|
||||
{/local_media}
|
||||
</a>
|
||||
</h1>
|
||||
@@ -159,6 +159,8 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
{hook name="main.header-bottom"}
|
||||
</div><!-- /.header-container -->
|
||||
|
||||
{hook name="main.header-bottom"}
|
||||
|
||||
<main class="main-container" role="main">
|
||||
<div class="container">
|
||||
{hook name="main.content-top"}
|
||||
@@ -304,6 +306,19 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
<!-- Custom scripts -->
|
||||
<script src="{javascript file='assets/dist/js/thelia.min.js'}"></script>
|
||||
|
||||
{* <script>*}
|
||||
{* var header = $(".nav-main");*}
|
||||
{* var sticky = header[0].offsetTop;*}
|
||||
|
||||
{* window.onscroll = function () {*}
|
||||
{* if (window.pageYOffset > sticky) {*}
|
||||
{* header.addClass("sticky");*}
|
||||
{* } else {*}
|
||||
{* header.removeClass("sticky");*}
|
||||
{* }*}
|
||||
{* };*}
|
||||
{* </script>*}
|
||||
|
||||
{hook name="main.body-bottom"}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user