blob: a64ab1a074953303c5f2a23dc12d38f722f2c4c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Heading
$_['heading_title'] = 'Affiliate Tracking';
// Text
$_['text_account'] = 'Account';
$_['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';
|