20 lines
829 B
XML
20 lines
829 B
XML
<navigation>
|
|
<!-- User Side -->
|
|
<page key="shop" file="shop.php" access="none" />
|
|
<page key="paid" file="paid.php" access="none" />
|
|
<page key="cart" file="cart.php" access="user,admin" />
|
|
<page key="add_to_cart" file="add_to_cart.php" access="none" />
|
|
<page key="paypal" file="paypal.php" access="none" />
|
|
<!-- Admin Side -->
|
|
<page key="shop_settings" file="settings.php" access="admin" />
|
|
<page key="services" file="services.php" access="admin" />
|
|
<page key="coupons" file="coupons.php" access="admin" />
|
|
<!-- Billing -->
|
|
<page key="orders" file="orders.php" access="user,admin" />
|
|
<page key="paid" file="paid.php" access="none" />
|
|
<page key="bill" file="bill.php" access="user,admin" />
|
|
<page key="create_servers" file="create_servers.php" access="user,admin" />
|
|
<!-- Guest-->
|
|
|
|
|
|
</navigation>
|