AUS: catalog cocktail
This commit is contained in:
parent
ab9435aceb
commit
a920ade0f4
8 changed files with 893 additions and 121 deletions
9
inter/aus/xml/open_page_catalog.ev
Normal file
9
inter/aus/xml/open_page_catalog.ev
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
If WinterWarmersCatalogFlag = 1 Then
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog_winter_warmers.lxml"
|
||||
Open catalogFile
|
||||
EndIf
|
||||
|
||||
If CocktailShow = "true" Then
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog_cocktail.lxml"
|
||||
Open catalogFile
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue