Show equipable items in server based in items.xml (#286)

* items.php

* Update items.php

* Another tabs update
This commit is contained in:
Matheus Grilo
2017-03-16 15:23:34 -03:00
committed by Stefan A. Brannfjell
parent 5453bb96d1
commit add2738e76
4 changed files with 31602 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<li><a href="deaths.php">Deaths</a></li>
<li><a href="killers.php">Killers</a></li>
<li><a href="spells.php">Spells</a></li>
<?php if ($config['items'] == true) { ?><li><a href="items.php">Items</a></li><?php } ?>
</ul>
</li>
<li><a href="forum.php">Forum</a></li>