Browse Source

Generalize bonus points to be easily renamed

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
a7f13a27c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      design/privateheader.php

+ 1
- 1
design/privateheader.php View File

@@ -337,7 +337,7 @@ if (check_perms('site_send_unlimited_invites')) {
<? } <? }
?> ?>
<li id="bonus_points"> <li id="bonus_points">
<a href="wiki.php?action=article&amp;id=8">Nips</a>:
<a href="wiki.php?action=article&amp;id=8"><?=BONUS_POINTS?></a>:
<span class="stat"> <span class="stat">
<a href="store.php"><?=number_format(G::$LoggedUser['BonusPoints'])?></a> <a href="store.php"><?=number_format(G::$LoggedUser['BonusPoints'])?></a>
</span> </span>


Loading…
Cancel
Save