MYS: add special video case in temple
This commit is contained in:
parent
62b864a8e7
commit
84e83f6ea2
7 changed files with 69 additions and 30 deletions
|
|
@ -28,6 +28,9 @@ Var PromotionOreoToppingFreeEnable = 0
|
|||
; Pay later mode
|
||||
Var EnablePayLaterMode = 0
|
||||
|
||||
; Slide show Video
|
||||
Var UseSlideShowVideo = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
If SystemDateDayInt >= 15 Then
|
||||
Var ProThaiTeaEnable = 1
|
||||
|
|
@ -75,6 +78,16 @@ If BoxID = 177746 Then
|
|||
Var EnablePayLaterMode = 1
|
||||
|
||||
;Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 210037 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 200002 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
;If BoxID = Something Then
|
||||
|
|
|
|||
|
|
@ -646,8 +646,8 @@
|
|||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 4 </Column>
|
||||
<Script>
|
||||
Var block_index_override = 4
|
||||
Var block_index_move = 1
|
||||
Var block_index_override = 0
|
||||
Var block_index_move = 0
|
||||
</Script>
|
||||
;dummy_layout.inc
|
||||
; menu_new_list 42
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue