Add file
This commit is contained in:
parent
7085ebb683
commit
eec8c551dc
10 changed files with 43 additions and 20 deletions
|
|
@ -57,6 +57,7 @@
|
|||
Var img_popup2 = "/img_popup2.png"
|
||||
Var img_popup3 = "/img_popup3.png"
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Malaysia" Then
|
||||
Var img_popup2 = "/img_popup2-MYR.png"
|
||||
Var img_popup3 = "/img_popup3-MYR.png"
|
||||
|
|
@ -84,6 +85,15 @@
|
|||
Var MemberState3 = "Invisible"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var img_popup2 = "/img_popup2-SGP.png"
|
||||
Var img_popup3 = "/img_popup3-SGP.png"
|
||||
|
||||
Var MemberState1 = "Enable"
|
||||
Var MemberState2 = "Invisible"
|
||||
Var MemberState3 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue