mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix status
This commit is contained in:
parent
efd0111eb2
commit
ee3e27e698
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
<?php Response::setMetaTitle(__('YouTubers! Take back control.')) ?>
|
<?php Response::setMetaTitle(__('YouTubers! Take back control.')) ?>
|
||||||
<?php Response::setCssAssets(['/css/yt2.css']) ?>
|
<?php Response::setCssAssets(['/css/yt2.css']) ?>
|
||||||
<?php Response::addJsAsset('/js/yt2/FormValidation.js')?>
|
<?php Response::addJsAsset('/js/yt2/FormValidation.js')?>
|
||||||
|
<?php $status= LBRY::statusYoutube($token);?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<?php echo View::render('acquisition/_youtube_header') ?>
|
<?php echo View::render('acquisition/_youtube_header') ?>
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
|
@ -78,8 +80,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<h3>Your Reward</h3>
|
<h3>Your Reward</h3>
|
||||||
<?php $status= LBRY::statusYoutube($token);?>
|
|
||||||
|
|
||||||
<div >
|
<div >
|
||||||
Expected Reward:
|
Expected Reward:
|
||||||
<?php echo $status['data']['expected_reward'];?> LBC
|
<?php echo $status['data']['expected_reward'];?> LBC
|
||||||
|
|
Loading…
Add table
Reference in a new issue