update menu list

This commit is contained in:
wanlop run 2024-06-14 17:31:46 +07:00
parent 1c78577ee4
commit 36456d10bd
19 changed files with 1122 additions and 101 deletions

View file

@ -1,6 +1,12 @@
If Seeker = "next" Then
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
If InternationalEnable = 1 Then
Var Brewing3ContiXMLFile = CountryRootPath + "/xml/page_brewing3Conti.xml"
DEBUGVAR Brewing3ContiXMLFile
Open Brewing3ContiXMLFile
Else
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
EndIf
Else
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf