THAI: Add Bad valentine promotion image and collecting point page
This commit is contained in:
parent
5ff368f812
commit
454610cf6c
58 changed files with 1528 additions and 0 deletions
|
|
@ -107,6 +107,11 @@
|
|||
menu_white_color_catalog = True
|
||||
else:
|
||||
from_my_mint_promotion = False
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_bad_valentine.skt":
|
||||
from_bad_valentine = True
|
||||
else:
|
||||
from_bad_valentine = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
|
|
@ -386,6 +391,9 @@
|
|||
if from_my_mint_promotion:
|
||||
out_xml( '\t\tVar FromMyMintPro = 1 \r\n')
|
||||
|
||||
if from_bad_valentine:
|
||||
out_xml( '\t\tVar FromBadValentinePro = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
@ -904,6 +912,9 @@
|
|||
if from_my_mint_promotion:
|
||||
out_xml( '\t\tVar FromMyMintPro = 1 \r\n')
|
||||
|
||||
if from_bad_valentine:
|
||||
out_xml( '\t\tVar FromBadValentinePro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
if "inter" in param:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue