DUBAI: update Pepsi theme

This commit is contained in:
Pakin 2024-11-18 11:06:00 +07:00
parent 45312d6ead
commit 77a21f1e57
112 changed files with 9344 additions and 4958 deletions

View file

@ -9,11 +9,15 @@ If InternationalEnable = 1 Then
If CountryName = "Singapore" Then
Open "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
Else
Open "ROOT/taobin_project/xml/page_show_error.lxml"
EndIf
If CountryName = "UnitedArabEmirates Dubai" Then
Open "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
EndIf
Open "ROOT/taobin_project/xml/page_show_error.lxml"
EndIf
Else
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
EndIf