first commit
This commit is contained in:
parent
188481c055
commit
2df5fbbee7
2 changed files with 14 additions and 4 deletions
BIN
.server.php.swp
BIN
.server.php.swp
Binary file not shown.
18
index.php
18
index.php
|
@ -203,10 +203,20 @@ $sec = "300";
|
|||
<div class="col-md-2 col-xs-12 border-right">
|
||||
<div class="">
|
||||
<h5 class="description-header">
|
||||
<?php echo $InfoGT[67].$InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71]; ?> <small style="color: grey;"> <i
|
||||
class="fas fa-sun"></i><span style="color: white;">x<?php echo $InfoGT[41]; ?></span>
|
||||
- <i class="fas fa-moon"></i><span style="color: white;">x<?php echo $InfoGT[54]; ?></span>
|
||||
</small></h5>
|
||||
|
||||
<?php
|
||||
// if no mod
|
||||
echo $InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71].$InfoGT[72]; ?> <small style="color: grey;">
|
||||
<i class="fas fa-sun"></i><span style="color: white;">x<?php echo $InfoGT[42]; ?></span>
|
||||
- <i class="fas fa-moon"></i><span style="color: white;">x<?php echo $InfoGT[55]; ?></span>
|
||||
|
||||
<!-- // if mod active
|
||||
echo $InfoGT[67].$InfoGT[68].$InfoGT[69].$InfoGT[70].$InfoGT[71]; ?>
|
||||
<small style="color: grey;"><i class="fas fa-sun"></i><span style="color: white;">x<?php echo $InfoGT[41]; ?></span>
|
||||
- <i class="fas fa-moon"></i><span style="color: white;">x<?php echo $InfoGT[54]; ?></span>
|
||||
-->
|
||||
|
||||
</small></h5>
|
||||
<span class="description-text">GAME TIME</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue