Define image name
This commit is contained in:
parent
cebc5d1597
commit
2617a7c888
@ -18,12 +18,8 @@ function updateFaces()
|
||||
$('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .front")
|
||||
$('#custom_elmts .date-holder-line').clone().appendTo(".chocos-holder .back")
|
||||
|
||||
$('.chocos-holder .front').css({'background-image':'url('+themeImg+'/chocos/face_13.png)'})
|
||||
$('.chocos-holder .back').css({'background-image':'url('+themeImg+'/chocos/face_14.png)'})
|
||||
|
||||
//pochette
|
||||
$('#custom_elmts .noms-holder').clone().appendTo(".container-pochette .front")
|
||||
$('#custom_elmts .date-holder-line').clone().appendTo(".container-pochette .back")
|
||||
$('.chocos-holder .front').css({'background-image':'url('+themeImg+'/chocos/1F.png)'})
|
||||
$('.chocos-holder .back').css({'background-image':'url('+themeImg+'/chocos/1B.png)'})
|
||||
}
|
||||
// faces chocos différentes
|
||||
else
|
||||
@ -33,16 +29,16 @@ function updateFaces()
|
||||
$('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .choco4 .front")
|
||||
$('#custom_elmts .date-holder').clone().appendTo(".chocos-holder .choco2 .front")
|
||||
|
||||
$('.chocos-holder .choco1 .front').css({'background-image':'url('+themeImg+'/chocos/01.png)'})
|
||||
$('.chocos-holder .choco1 .back').css({'background-image':'url('+themeImg+'/chocos/02.png)'})
|
||||
$('.chocos-holder .choco2 .front').css({'background-image':'url('+themeImg+'/chocos/03.png)'})
|
||||
$('.chocos-holder .choco2 .back').css({'background-image':'url('+themeImg+'/chocos/04.png)'})
|
||||
$('.chocos-holder .choco3 .front').css({'background-image':'url('+themeImg+'/chocos/05.png)'})
|
||||
$('.chocos-holder .choco3 .back').css({'background-image':'url('+themeImg+'/chocos/06.png)'})
|
||||
$('.chocos-holder .choco4 .front').css({'background-image':'url('+themeImg+'/chocos/07.png)'})
|
||||
$('.chocos-holder .choco4 .back').css({'background-image':'url('+themeImg+'/chocos/08.png)'})
|
||||
$('.chocos-holder .choco5 .front').css({'background-image':'url('+themeImg+'/chocos/09.png)'})
|
||||
$('.chocos-holder .choco5 .back').css({'background-image':'url('+themeImg+'/chocos/10.png)'})
|
||||
$('.chocos-holder .choco1 .front').css({'background-image':'url('+themeImg+'/chocos/1F.png)'})
|
||||
$('.chocos-holder .choco1 .back').css({'background-image':'url('+themeImg+'/chocos/1B.png)'})
|
||||
$('.chocos-holder .choco2 .front').css({'background-image':'url('+themeImg+'/chocos/2F.png)'})
|
||||
$('.chocos-holder .choco2 .back').css({'background-image':'url('+themeImg+'/chocos/2B.png)'})
|
||||
$('.chocos-holder .choco3 .front').css({'background-image':'url('+themeImg+'/chocos/3F.png)'})
|
||||
$('.chocos-holder .choco3 .back').css({'background-image':'url('+themeImg+'/chocos/3B.png)'})
|
||||
$('.chocos-holder .choco4 .front').css({'background-image':'url('+themeImg+'/chocos/4F.png)'})
|
||||
$('.chocos-holder .choco4 .back').css({'background-image':'url('+themeImg+'/chocos/4B.png)'})
|
||||
$('.chocos-holder .choco5 .front').css({'background-image':'url('+themeImg+'/chocos/5F.png)'})
|
||||
$('.chocos-holder .choco5 .back').css({'background-image':'url('+themeImg+'/chocos/5B.png)'})
|
||||
}
|
||||
|
||||
if(theme == "fleurs" || theme == "tendance" || theme == "uv" || theme == "voyage" || theme == "vintage" || theme == "gourmandise")
|
||||
|
Loading…
Reference in New Issue
Block a user