mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Merge branch 'master' into i18n
This commit is contained in:
commit
f22a17d0f9
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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() ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue