THAI: Add pro Pepsi second cup 30 & change pepsi logo in menu
This commit is contained in:
parent
6291622e02
commit
187689d96e
101 changed files with 15797 additions and 26 deletions
|
|
@ -114,6 +114,11 @@
|
|||
else:
|
||||
from_bad_valentine = False
|
||||
|
||||
if current_file_name == "page_catalog_group_pro_pepsi_second_cup_30.skt":
|
||||
from_pepsi_second_cup_30 = True
|
||||
else:
|
||||
from_pepsi_second_cup_30 = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
|
|
@ -395,6 +400,9 @@
|
|||
if from_bad_valentine:
|
||||
out_xml( '\t\tVar FromBadValentinePro = 1 \r\n')
|
||||
|
||||
if from_pepsi_second_cup_30:
|
||||
out_xml( '\t\tVar FromPepsiSecondCup30 = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
@ -916,6 +924,9 @@
|
|||
if from_bad_valentine:
|
||||
out_xml( '\t\tVar FromBadValentinePro = 1 \r\n')
|
||||
|
||||
if from_pepsi_second_cup_30:
|
||||
out_xml( '\t\tVar FromPepsiSecondCup30 = 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