THAI: Added Robinson Beauty promotion
This commit is contained in:
parent
c56d396a2d
commit
a252a46c6d
97 changed files with 17176 additions and 33 deletions
|
|
@ -267,6 +267,11 @@
|
|||
if current_file_name == "page_catalog_group_pro_7up_lucky_draw_x2.skt":
|
||||
menu_white_color_catalog = True
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_robinson_beauty.skt":
|
||||
from_robinson_beauty = True
|
||||
else:
|
||||
from_robinson_beauty = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -607,7 +612,9 @@
|
|||
|
||||
if passion_mint:
|
||||
out_xml( '\t\tVar FromPassionMintPro = 1 \r\n')
|
||||
|
||||
|
||||
if from_robinson_beauty:
|
||||
out_xml( '\t\tVar FromRobinsonBeautyPro = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
@ -1248,6 +1255,9 @@
|
|||
if passion_mint:
|
||||
out_xml( '\t\tVar FromPassionMintPro = 1 \r\n')
|
||||
|
||||
if from_robinson_beauty:
|
||||
out_xml( '\t\tVar FromRobinsonBeautyPro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue