Merge branch 'master' into i18n

This commit is contained in:
Bruno 2016-07-28 14:01:44 -04:00
commit f22a17d0f9
2 changed files with 7 additions and 3 deletions

View file

@ -104,6 +104,10 @@ My life from now on (and always should) contributes to the open source community
Thanks LBRY team. Thanks LBRY team.
Javier Javier, July 2016
July 2016 You can help Javier by sending him BTC or LBC:
**BTC:** 35jRKCLRXjL5j8sJDJJQZHmHkMNa18EVR5
**LBC:** bbBNDgX9WDKEWTaGkCi7yDjcaPdRb6GM4L

View file

@ -1,5 +1,5 @@
<h3>Share and Earn</h3> <h3>Share and Earn</h3>
<p>Earn <?php echo i18n::formatCredits(10) ?> for each user who joins via this URL:</p> <p>Earn <?php echo i18n::formatCredits($prefineryUser['id'] < 75000 ? 10 : 5) ?> for each user who joins via this URL:</p>
<p> <p>
<input type="text" value="https://lbry.io/get?r=<?php echo $referralCode ?>" style="width: 100%; border-color: #155B4A" readonly id="referral-url-input"/> <input type="text" value="https://lbry.io/get?r=<?php echo $referralCode ?>" style="width: 100%; border-color: #155B4A" readonly id="referral-url-input"/>
<?php js_start() ?> <?php js_start() ?>