[UPDATE] added exchange url to price ticker
This commit is contained in:
parent
5b4727479f
commit
bd4096bccb
@ -85,6 +85,7 @@ $aGlobal = array(
|
||||
'price' => $config['price'],
|
||||
'targetdiff' => $config['difficulty'],
|
||||
'currency' => $config['currency'],
|
||||
'exchangeurl' => $config['price']['url'],
|
||||
'txfee_manual' => $config['txfee_manual'],
|
||||
'txfee_auto' => $config['txfee_auto'],
|
||||
'payout_system' => $config['payout_system'],
|
||||
|
||||
@ -459,6 +459,10 @@ span.spark-25 {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
p.up {
|
||||
margin: -5px 0px -8px;
|
||||
}
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<div class="circle-tile">
|
||||
<div class="circle-tile-heading blue">
|
||||
<i class="fa fa-usd fa-fw fa-2x"></i>
|
||||
<a class="text-link" href="{$GLOBAL.config.exchangeurl}" target="_blank"><i class="fa fa-usd fa-fw fa-2x"></i></a>
|
||||
</div>
|
||||
<div class="circle-tile-content blue">
|
||||
<div class="circle-tile-description text-faded">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user