THAI: Added Halloween promotion
This commit is contained in:
parent
8f878da088
commit
c90edea31e
172 changed files with 30448 additions and 493 deletions
|
|
@ -277,6 +277,12 @@
|
|||
else:
|
||||
from_jemila = False
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_halloween.skt":
|
||||
from_halloween = True
|
||||
menu_white_color_catalog = True
|
||||
else:
|
||||
from_halloween = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -624,6 +630,9 @@
|
|||
if from_jemila:
|
||||
out_xml( '\t\tVar FromJemilaPro = 1 \r\n')
|
||||
|
||||
if from_halloween:
|
||||
out_xml( '\t\tVar FromHalloweenPro = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t'+ button_add_string +'\r\n')
|
||||
|
|
@ -1269,6 +1278,9 @@
|
|||
if from_jemila:
|
||||
out_xml( '\t\tVar FromJemilaPro = 1 \r\n')
|
||||
|
||||
if from_halloween:
|
||||
out_xml( '\t\tVar FromHalloweenPro = 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