|
@@ -292,7 +292,7 @@ if (check_perms('site_send_unlimited_invites')) {
|
292
|
292
|
|
293
|
293
|
if (G::$LoggedUser['FLTokens'] > 0) { ?>
|
294
|
294
|
<li id="fl_tokens">
|
295
|
|
- <a href="wiki.php?action=article&id=7">Tokens</a>:
|
|
295
|
+ <a href="wiki.php?action=article&name=tokens">Tokens</a>:
|
296
|
296
|
<span class="stat">
|
297
|
297
|
<a href="userhistory.php?action=token_history&userid=<?=G::$LoggedUser['ID']?>"><?=G::$LoggedUser['FLTokens']?></a>
|
298
|
298
|
</span>
|
|
@@ -300,7 +300,7 @@ if (check_perms('site_send_unlimited_invites')) {
|
300
|
300
|
<? }
|
301
|
301
|
?>
|
302
|
302
|
<li id="bonus_points">
|
303
|
|
- <a href="wiki.php?action=article&id=8"><?=BONUS_POINTS?></a>:
|
|
303
|
+ <a href="wiki.php?action=article&name=bonuspoints"><?=BONUS_POINTS?></a>:
|
304
|
304
|
<span class="stat">
|
305
|
305
|
<a href="store.php"><?=number_format(G::$LoggedUser['BonusPoints'])?></a>
|
306
|
306
|
</span>
|
|
@@ -316,6 +316,9 @@ if (check_perms('site_send_unlimited_invites')) {
|
316
|
316
|
?>
|
317
|
317
|
</ul>
|
318
|
318
|
</div>
|
|
319
|
+<? if (!apcu_exists('DBKEY')) { ?>
|
|
320
|
+ <a id="dbcrypt" class="tooltip" href="wiki.php?action=article&name=databaseencryption" title="Database is not fully decrypted. Site functionality will be reduced until staff can provide the decryption key. Click to learn more."></a>
|
|
321
|
+<? } ?>
|
319
|
322
|
</div>
|
320
|
323
|
<?
|
321
|
324
|
//Start handling alert bars
|