AUS: start adding v3
This commit is contained in:
parent
50a7c52321
commit
99323a36f7
89 changed files with 78514 additions and 3987 deletions
|
|
@ -1,9 +1,14 @@
|
|||
If WinterWarmersCatalogFlag = 1 Then
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
|
||||
If EnableMultiInstance = "true" Then
|
||||
Var OpenFromPageBoard = 1
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/multi/page_catalog.lxml"
|
||||
Else
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
|
||||
If WinterWarmersCatalogFlag = 1 Then
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
|
||||
Else
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
|
||||
Open catalogFile
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Open catalogFile
|
||||
Loading…
Add table
Add a link
Reference in a new issue