This commit is contained in:
Michael RICOIS 2017-09-29 11:11:12 +02:00
parent cb3137dca1
commit 02b1064e4e

View File

@ -35,7 +35,7 @@ function initFaces()
// Doublecube holder // Doublecube holder
if (theme == "ivoire" || theme == "tendance" || theme == "champetre" || theme == "uv") { if (theme == "ivoire" || theme == "tendance" || theme == "champetre" || theme == "uv") {
$('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube1 .left"); $('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube1 .left");
} }
if (theme == "oriental") { if (theme == "oriental") {
$('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube2 .top"); $('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube2 .top");
@ -45,6 +45,7 @@ function initFaces()
} }
if (theme == "liberty") { if (theme == "liberty") {
$('#custom_elmts .date-holder-line').clone().appendTo(".container-db .db-cube2 .front"); $('#custom_elmts .date-holder-line').clone().appendTo(".container-db .db-cube2 .front");
$('#custom_elmts .noms-holder').clone().appendTo(".container-db .db-cube1 .top");
} }
if(theme == "chocolate" || theme == "cinema" || theme == "oriental" || theme == "fleurs" if(theme == "chocolate" || theme == "cinema" || theme == "oriental" || theme == "fleurs"
|| theme == "vintage" || theme == "voyage" || theme == "gourmandise") { || theme == "vintage" || theme == "voyage" || theme == "gourmandise") {