move script profile to ./xml/profile/run.ev
This commit is contained in:
commit
b5c0ad755b
137 changed files with 21579 additions and 10183 deletions
|
|
@ -12,6 +12,11 @@
|
|||
else:
|
||||
fixed_price = 0
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_mymint.skt":
|
||||
from_my_mint_promotion = True
|
||||
else:
|
||||
from_my_mint_promotion = False
|
||||
|
||||
print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -276,6 +281,9 @@
|
|||
if fixed_price > 0:
|
||||
out_xml( '\t\tVar From15THBPro = 1 \r\n')
|
||||
|
||||
if from_my_mint_promotion:
|
||||
out_xml( '\t\tVar FromMyMintPro = 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