reward.php (434B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Your Reward Points'; 4 5 // Column 6 $_['column_date_added'] = 'Date Added'; 7 $_['column_description'] = 'Description'; 8 $_['column_points'] = 'Points'; 9 10 // Text 11 $_['text_account'] = 'Account'; 12 $_['text_reward'] = 'Reward Points'; 13 $_['text_total'] = 'Your total number of reward points is:'; 14 $_['text_empty'] = 'You do not have any reward points!';