Move helper instance, Helper condtition
This commit is contained in:
parent
d25631caae
commit
9626a7fb2c
13 changed files with 108 additions and 67 deletions
|
|
@ -1,4 +1,12 @@
|
|||
|
||||
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
|
||||
If EnableMultiInstanceFromBoxID = 1 Then
|
||||
Var catalogFile = CountryRootPath + "/xml/multi/page_catalog.lxml"
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
Var catalogFile = "ROOT/taobin_project/xml/page_catalog.lxml"
|
||||
Else
|
||||
Var catalogFile = "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
DEBUGVAR catalogFile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue