No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
20
ControlPanel/modules/billing/navigation.xml
Normal file
20
ControlPanel/modules/billing/navigation.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue