mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Character Auction System
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<ul> <!-- (sub)dropdown SHOP -->
|
||||
<li><a href="buypoints.php">Buy Points</a></li>
|
||||
<li><a href="shop.php">Shop Offers</a></li>
|
||||
<?php if ($config['shop_auction']['characterAuction']): ?>
|
||||
<li><a href="auctionChar.php">Character Auction</a></li>
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="guilds.php">Guilds</a>
|
||||
|
@@ -23,6 +23,9 @@
|
||||
<li>
|
||||
<a href='admin_shop.php'>Admin Shop</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='admin_auction.php'>Admin Auction</a>
|
||||
</li>
|
||||
<?php
|
||||
$new = 0;
|
||||
$cat = 4; //Category ID for feedback section
|
||||
|
Reference in New Issue
Block a user