phcthemes_web_theme_pack 1.6.5 → 1.6.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1936838f6c66d54ed5b708848e58e42ccc24cb1e7d4dd9a5c4070f54703c7f34
|
4
|
+
data.tar.gz: 4f32f334599ee8efc2acdd0586882fd6af37cec038be12070ccec236330bdb6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4ab002da0108d62d8d625c36247ca0aa3108aa9b037c435ea888d3f094e727ed2684c600bbd31c2a7061405c34c1e680cc895524a34d982d8ed448e7876749c
|
7
|
+
data.tar.gz: 9281796930dd98f03ddc9cf1da4ff11a946f42325b5eeceac1ce99d6a5db0f320cd658fe39347643291dfc9b27b36999cd12f4528a5522ff24d6bc1e703eafbe
|
@@ -175,7 +175,7 @@ function translate() {
|
|
175
175
|
/*---------------------------------*/
|
176
176
|
function headerfooter() {
|
177
177
|
$("#header")
|
178
|
-
.load("header.html", function(res, status, xhr) {
|
178
|
+
.load("layouts/components/frontend/header/header.html.erb", function(res, status, xhr) {
|
179
179
|
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
180
180
|
.addClass('xpto active');
|
181
181
|
$('#drop-lng label')
|
@@ -187,7 +187,7 @@ function headerfooter() {
|
|
187
187
|
});
|
188
188
|
});
|
189
189
|
$("#footer")
|
190
|
-
.load("footer.html", function(res, status, xhr) {
|
190
|
+
.load("layouts/components/frontend/footer/footer.html.erb", function(res, status, xhr) {
|
191
191
|
$('#drop-lng [data-lng="' + localStorage.getItem('lng') + '"]')
|
192
192
|
.addClass('xpto active');
|
193
193
|
$('#drop-lng label')
|