15 lines
		
	
	
		
			583 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			583 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Affiliate Tracking';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']     = 'Tili';
 | 
						|
$_['text_description'] = 'To make sure you get paid for referrals you send to us we need to track the referral by placing a tracking code in the URL\'s linking to us. You can use the tools below to generate links to the %s web site.';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_code']       = 'Your Tracking Code';
 | 
						|
$_['entry_generator']  = 'Tracking Link Generator';
 | 
						|
$_['entry_link']       = 'Tracking Link';
 | 
						|
 | 
						|
// Help
 | 
						|
$_['help_generator']  = 'Type in the name of a product you would like to link to'; |