Suite à MAJ 2.3.4, il manquait des choses dans des templates

This commit is contained in:
2020-05-03 09:13:06 +02:00
parent 35a800ca0e
commit 3f71343401
212 changed files with 1396 additions and 7451 deletions

View File

@@ -17,7 +17,7 @@
{hook name="home.top" location="home_top" }
<div class="row">
{hookblock name="home.block" fields="id,title,content"}
{hookblock name="home.block" fields="id,title,content,class"}
{forhook rel="home.block"}
<div class="{if $class}{$class}{else}col-md-4{/if}">
<div {if $id}id="{$id}"{/if} class="general-block-decorator">
@@ -39,7 +39,7 @@
jQuery(function($){
// Get the latest Thelia version
$.ajax({
url: "http://thelia.net/version.php",
url: "https://thelia.net/version.php",
beforeSend: function (jqXHR) {
jqXHR.setRequestHeader("Thelia-Version", "{$THELIA_VERSION}");
},