THAI INTER : New langs MSC and multiinstance, Fix bug page_board to catalog image not load, Add new image
This commit is contained in:
parent
172c4d2907
commit
6180272122
188 changed files with 41480 additions and 17575 deletions
|
|
@ -47,8 +47,25 @@ Else
|
|||
EndIf
|
||||
|
||||
SAVELOG " ===================== MyanmarLangEnable false 2 =========================="
|
||||
|
||||
TRY "ROOT/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
||||
; use this first for test
|
||||
If InternationalEnable = 1 Then
|
||||
; don not thing
|
||||
If OpenFromPageBoard = 1 Then
|
||||
If EnableMultiInstance = "true" Then
|
||||
OpenInst 2 RecommendPageMulti
|
||||
Else
|
||||
OpenInst 2 RecommendPage
|
||||
EndIf
|
||||
Else
|
||||
If EnableMultiInstance = "true" Then
|
||||
OpenInst 2 RecommendPageMulti
|
||||
Else
|
||||
Open RecommendPage
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
TRY "ROOT/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var OpenFromPageBoard = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue