Suite à MAJ 2.3.4, il manquait des choses dans des templates
This commit is contained in:
@@ -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}");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user