Update
This commit is contained in:
parent
03c552e0de
commit
4a2f8fa513
184 changed files with 90360 additions and 39752 deletions
|
|
@ -283,6 +283,11 @@
|
|||
else:
|
||||
from_halloween = False
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_oreo_11.skt":
|
||||
from_oreo_11 = True
|
||||
else:
|
||||
from_oreo_11 = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -633,6 +638,8 @@
|
|||
if from_halloween:
|
||||
out_xml( '\t\tVar FromHalloweenPro = 1 \r\n')
|
||||
|
||||
if from_oreo_11:
|
||||
out_xml( '\t\tVar FromOreoDiscount11Pro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t'+ button_add_string +'\r\n')
|
||||
|
|
@ -1281,6 +1288,9 @@
|
|||
if from_halloween:
|
||||
out_xml( '\t\tVar FromHalloweenPro = 1 \r\n')
|
||||
|
||||
if from_oreo_11:
|
||||
out_xml( '\t\tVar FromOreoDiscount11Pro = 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