Template Redesigned
we have move all user template files to folder ui/ui/user-ui for easy customisation
This commit is contained in:
parent
19ea56df3f
commit
0eead7cea1
@ -18,7 +18,7 @@ switch ($action) {
|
|||||||
|
|
||||||
case 'change-password':
|
case 'change-password':
|
||||||
run_hook('customer_view_change_password'); #HOOK
|
run_hook('customer_view_change_password'); #HOOK
|
||||||
$ui->display('user-change-password.tpl');
|
$ui->display('user-ui/change-password.tpl');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'change-password-post':
|
case 'change-password-post':
|
||||||
@ -71,7 +71,7 @@ switch ($action) {
|
|||||||
if ($d) {
|
if ($d) {
|
||||||
run_hook('customer_view_edit_profile'); #HOOK
|
run_hook('customer_view_edit_profile'); #HOOK
|
||||||
$ui->assign('d', $d);
|
$ui->assign('d', $d);
|
||||||
$ui->display('user-profile.tpl');
|
$ui->display('user-ui/profile.tpl');
|
||||||
} else {
|
} else {
|
||||||
r2(U . 'home', 'e', Lang::T('Account Not Found'));
|
r2(U . 'home', 'e', Lang::T('Account Not Found'));
|
||||||
}
|
}
|
||||||
@ -119,7 +119,7 @@ switch ($action) {
|
|||||||
//run_hook('customer_view_edit_profile'); #HOOK
|
//run_hook('customer_view_edit_profile'); #HOOK
|
||||||
$ui->assign('d', $d);
|
$ui->assign('d', $d);
|
||||||
$ui->assign('new_phone', $_SESSION['new_phone']);
|
$ui->assign('new_phone', $_SESSION['new_phone']);
|
||||||
$ui->display('user-phone-update.tpl');
|
$ui->display('user-ui/phone-update.tpl');
|
||||||
} else {
|
} else {
|
||||||
r2(U . 'home', 'e', Lang::T('Account Not Found'));
|
r2(U . 'home', 'e', Lang::T('Account Not Found'));
|
||||||
}
|
}
|
||||||
|
@ -325,4 +325,4 @@ $abills = User::getAttributes("Bill");
|
|||||||
$ui->assign('abills', $abills);
|
$ui->assign('abills', $abills);
|
||||||
|
|
||||||
run_hook('view_customer_dashboard'); #HOOK
|
run_hook('view_customer_dashboard'); #HOOK
|
||||||
$ui->display('user-dashboard.tpl');
|
$ui->display('user-ui/dashboard.tpl');
|
||||||
|
@ -291,9 +291,9 @@ switch ($do) {
|
|||||||
run_hook('customer_view_login'); #HOOK
|
run_hook('customer_view_login'); #HOOK
|
||||||
if ($config['disable_registration'] == 'yes') {
|
if ($config['disable_registration'] == 'yes') {
|
||||||
$ui->assign('code', alphanumeric(_get('code'), "-"));
|
$ui->assign('code', alphanumeric(_get('code'), "-"));
|
||||||
$ui->display('user-login-noreg.tpl');
|
$ui->display('user-ui/login-noreg.tpl');
|
||||||
} else {
|
} else {
|
||||||
$ui->display('user-login.tpl');
|
$ui->display('user-ui/login.tpl');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ switch ($action) {
|
|||||||
$ui->assign('tipe', 'view');
|
$ui->assign('tipe', 'view');
|
||||||
$ui->assign('_system_menu', 'inbox');
|
$ui->assign('_system_menu', 'inbox');
|
||||||
$ui->assign('_title', Lang::T('Inbox'));
|
$ui->assign('_title', Lang::T('Inbox'));
|
||||||
$ui->display('user-inbox.tpl');
|
$ui->display('user-ui/inbox.tpl');
|
||||||
break;
|
break;
|
||||||
case 'delete':
|
case 'delete':
|
||||||
if($routes['2']){
|
if($routes['2']){
|
||||||
@ -57,5 +57,5 @@ switch ($action) {
|
|||||||
$ui->assign('mails', $mails);
|
$ui->assign('mails', $mails);
|
||||||
$ui->assign('_system_menu', 'inbox');
|
$ui->assign('_system_menu', 'inbox');
|
||||||
$ui->assign('_title', Lang::T('Inbox'));
|
$ui->assign('_title', Lang::T('Inbox'));
|
||||||
$ui->display('user-inbox.tpl');
|
$ui->display('user-ui/inbox.tpl');
|
||||||
}
|
}
|
@ -15,7 +15,7 @@ switch ($action) {
|
|||||||
$ui->assign('_system_menu', 'voucher');
|
$ui->assign('_system_menu', 'voucher');
|
||||||
$ui->assign('_title', Lang::T('Order Voucher'));
|
$ui->assign('_title', Lang::T('Order Voucher'));
|
||||||
run_hook('customer_view_order'); #HOOK
|
run_hook('customer_view_order'); #HOOK
|
||||||
$ui->display('user-order.tpl');
|
$ui->display('user-ui/order.tpl');
|
||||||
break;
|
break;
|
||||||
case 'history':
|
case 'history':
|
||||||
$ui->assign('_system_menu', 'history');
|
$ui->assign('_system_menu', 'history');
|
||||||
@ -24,7 +24,7 @@ switch ($action) {
|
|||||||
$ui->assign('d', $d);
|
$ui->assign('d', $d);
|
||||||
$ui->assign('_title', Lang::T('Order History'));
|
$ui->assign('_title', Lang::T('Order History'));
|
||||||
run_hook('customer_view_order_history'); #HOOK
|
run_hook('customer_view_order_history'); #HOOK
|
||||||
$ui->display('user-orderHistory.tpl');
|
$ui->display('user-ui/orderHistory.tpl');
|
||||||
break;
|
break;
|
||||||
case 'balance':
|
case 'balance':
|
||||||
if (strpos($user['email'], '@') === false) {
|
if (strpos($user['email'], '@') === false) {
|
||||||
@ -34,7 +34,7 @@ switch ($action) {
|
|||||||
$ui->assign('_system_menu', 'balance');
|
$ui->assign('_system_menu', 'balance');
|
||||||
$plans_balance = ORM::for_table('tbl_plans')->where('enabled', '1')->where('type', 'Balance')->where('prepaid', 'yes')->find_many();
|
$plans_balance = ORM::for_table('tbl_plans')->where('enabled', '1')->where('type', 'Balance')->where('prepaid', 'yes')->find_many();
|
||||||
$ui->assign('plans_balance', $plans_balance);
|
$ui->assign('plans_balance', $plans_balance);
|
||||||
$ui->display('user-orderBalance.tpl');
|
$ui->display('user-ui/orderBalance.tpl');
|
||||||
break;
|
break;
|
||||||
case 'package':
|
case 'package':
|
||||||
if (strpos($user['email'], '@') === false) {
|
if (strpos($user['email'], '@') === false) {
|
||||||
@ -73,7 +73,7 @@ switch ($action) {
|
|||||||
$ui->assign('plans_pppoe', $plans_pppoe);
|
$ui->assign('plans_pppoe', $plans_pppoe);
|
||||||
$ui->assign('plans_hotspot', $plans_hotspot);
|
$ui->assign('plans_hotspot', $plans_hotspot);
|
||||||
run_hook('customer_view_order_plan'); #HOOK
|
run_hook('customer_view_order_plan'); #HOOK
|
||||||
$ui->display('user-orderPlan.tpl');
|
$ui->display('user-ui/orderPlan.tpl');
|
||||||
break;
|
break;
|
||||||
case 'unpaid':
|
case 'unpaid':
|
||||||
$d = ORM::for_table('tbl_payment_gateway')
|
$d = ORM::for_table('tbl_payment_gateway')
|
||||||
@ -138,7 +138,7 @@ switch ($action) {
|
|||||||
$ui->assign('plan', $plan);
|
$ui->assign('plan', $plan);
|
||||||
$ui->assign('bandw', $bandw);
|
$ui->assign('bandw', $bandw);
|
||||||
$ui->assign('_title', 'TRX #' . $trxid);
|
$ui->assign('_title', 'TRX #' . $trxid);
|
||||||
$ui->display('user-orderView.tpl');
|
$ui->display('user-ui/orderView.tpl');
|
||||||
break;
|
break;
|
||||||
case 'pay':
|
case 'pay':
|
||||||
if ($config['enable_balance'] != 'yes') {
|
if ($config['enable_balance'] != 'yes') {
|
||||||
@ -328,7 +328,7 @@ switch ($action) {
|
|||||||
$ui->assign('router', $router_name);
|
$ui->assign('router', $router_name);
|
||||||
$ui->assign('plan', $plan);
|
$ui->assign('plan', $plan);
|
||||||
$ui->assign('tax', $tax);
|
$ui->assign('tax', $tax);
|
||||||
$ui->display('user-sendPlan.tpl');
|
$ui->display('user-ui/sendPlan.tpl');
|
||||||
break;
|
break;
|
||||||
case 'gateway':
|
case 'gateway':
|
||||||
$ui->assign('_title', Lang::T('Select Payment Gateway'));
|
$ui->assign('_title', Lang::T('Select Payment Gateway'));
|
||||||
@ -366,7 +366,7 @@ switch ($action) {
|
|||||||
$ui->assign('add_cost', $add_cost);
|
$ui->assign('add_cost', $add_cost);
|
||||||
$ui->assign('bills', $bills);
|
$ui->assign('bills', $bills);
|
||||||
$ui->assign('plan', $plan);
|
$ui->assign('plan', $plan);
|
||||||
$ui->display('user-selectGateway.tpl');
|
$ui->display('user-ui/selectGateway.tpl');
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
if (empty($pgs[0])) {
|
if (empty($pgs[0])) {
|
||||||
|
@ -16,6 +16,6 @@ if(file_exists(__DIR__."/../../pages/".str_replace(".","",$action).".html")){
|
|||||||
$ui->assign("PageFile",$action);
|
$ui->assign("PageFile",$action);
|
||||||
$ui->assign("pageHeader",$action);
|
$ui->assign("pageHeader",$action);
|
||||||
run_hook('customer_view_page'); #HOOK
|
run_hook('customer_view_page'); #HOOK
|
||||||
$ui->display('user-pages.tpl');
|
$ui->display('user-ui/pages.tpl');
|
||||||
}else
|
}else
|
||||||
$ui->display('404.tpl');
|
$ui->display('user-ui/404.tpl');
|
@ -62,7 +62,7 @@ switch ($do) {
|
|||||||
$ui->assign('phonenumber', $phonenumber);
|
$ui->assign('phonenumber', $phonenumber);
|
||||||
$ui->assign('notify', 'Wrong Verification code');
|
$ui->assign('notify', 'Wrong Verification code');
|
||||||
$ui->assign('notify_t', 'd');
|
$ui->assign('notify_t', 'd');
|
||||||
$ui->display('register-otp.tpl');
|
$ui->display('user-ui/register-otp.tpl');
|
||||||
exit();
|
exit();
|
||||||
} else {
|
} else {
|
||||||
unlink($otpPath);
|
unlink($otpPath);
|
||||||
@ -96,7 +96,7 @@ switch ($do) {
|
|||||||
$ui->assign('notify', 'Failed to register');
|
$ui->assign('notify', 'Failed to register');
|
||||||
$ui->assign('notify_t', 'd');
|
$ui->assign('notify_t', 'd');
|
||||||
run_hook('view_otp_register'); #HOOK
|
run_hook('view_otp_register'); #HOOK
|
||||||
$ui->display('register-rotp.tpl');
|
$ui->display('user-ui/register-rotp.tpl');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$ui->assign('username', $username);
|
$ui->assign('username', $username);
|
||||||
@ -106,7 +106,7 @@ switch ($do) {
|
|||||||
$ui->assign('phonenumber', $phonenumber);
|
$ui->assign('phonenumber', $phonenumber);
|
||||||
$ui->assign('notify', $msg);
|
$ui->assign('notify', $msg);
|
||||||
$ui->assign('notify_t', 'd');
|
$ui->assign('notify_t', 'd');
|
||||||
$ui->display('register.tpl');
|
$ui->display('user-ui/register.tpl');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ switch ($do) {
|
|||||||
$ui->assign('username', $username);
|
$ui->assign('username', $username);
|
||||||
$ui->assign('notify', 'Please wait ' . (1200 - (time() - filemtime($otpPath))) . ' seconds before sending another SMS');
|
$ui->assign('notify', 'Please wait ' . (1200 - (time() - filemtime($otpPath))) . ' seconds before sending another SMS');
|
||||||
$ui->assign('notify_t', 'd');
|
$ui->assign('notify_t', 'd');
|
||||||
$ui->display('register-otp.tpl');
|
$ui->display('user-ui/register-otp.tpl');
|
||||||
} else {
|
} else {
|
||||||
$otp = rand(100000, 999999);
|
$otp = rand(100000, 999999);
|
||||||
file_put_contents($otpPath, $otp);
|
file_put_contents($otpPath, $otp);
|
||||||
@ -136,11 +136,11 @@ switch ($do) {
|
|||||||
$ui->assign('username', $username);
|
$ui->assign('username', $username);
|
||||||
$ui->assign('notify', 'Verification code has been sent to your phone');
|
$ui->assign('notify', 'Verification code has been sent to your phone');
|
||||||
$ui->assign('notify_t', 's');
|
$ui->assign('notify_t', 's');
|
||||||
$ui->display('register-otp.tpl');
|
$ui->display('user-ui/register-otp.tpl');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
run_hook('view_otp_register'); #HOOK
|
run_hook('view_otp_register'); #HOOK
|
||||||
$ui->display('register-rotp.tpl');
|
$ui->display('user-ui/register-rotp.tpl');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$ui->assign('username', "");
|
$ui->assign('username', "");
|
||||||
@ -149,7 +149,7 @@ switch ($do) {
|
|||||||
$ui->assign('email', "");
|
$ui->assign('email', "");
|
||||||
$ui->assign('otp', false);
|
$ui->assign('otp', false);
|
||||||
run_hook('view_register'); #HOOK
|
run_hook('view_register'); #HOOK
|
||||||
$ui->display('register.tpl');
|
$ui->display('user-ui/register.tpl');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ switch ($action) {
|
|||||||
case 'activation':
|
case 'activation':
|
||||||
run_hook('view_activate_voucher'); #HOOK
|
run_hook('view_activate_voucher'); #HOOK
|
||||||
$ui->assign('code', alphanumeric(_get('code'), "-_.,"));
|
$ui->assign('code', alphanumeric(_get('code'), "-_.,"));
|
||||||
$ui->display('user-activation.tpl');
|
$ui->display('user-ui/activation.tpl');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'activation-post':
|
case 'activation-post':
|
||||||
@ -46,7 +46,7 @@ switch ($action) {
|
|||||||
|
|
||||||
$ui->assign('d', $d);
|
$ui->assign('d', $d);
|
||||||
run_hook('customer_view_activation_list'); #HOOK
|
run_hook('customer_view_activation_list'); #HOOK
|
||||||
$ui->display('user-activation-list.tpl');
|
$ui->display('user-ui/activation-list.tpl');
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'invoice':
|
case 'invoice':
|
||||||
@ -58,7 +58,7 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
if ($in) {
|
if ($in) {
|
||||||
Package::createInvoice($in);
|
Package::createInvoice($in);
|
||||||
$ui->display('invoice-customer.tpl');
|
$ui->display('user-ui/invoice-customer.tpl');
|
||||||
} else {
|
} else {
|
||||||
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
|
r2(U . 'voucher/list-activated', 'e', Lang::T('Not Found'));
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
|
|
||||||
<div class="page page-err clearfix">
|
<div class="page page-err clearfix">
|
||||||
<div class="err-container">
|
<div class="err-container">
|
||||||
@ -7,4 +7,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-activation-list -->
|
<!-- user-activation-list -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -41,4 +41,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/user-header.tpl"}
|
||||||
<!-- user-activation -->
|
<!-- user-activation -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -38,4 +38,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-change-password -->
|
<!-- user-change-password -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -40,4 +40,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-dashboard -->
|
<!-- user-dashboard -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -398,4 +398,4 @@
|
|||||||
document.write('<meta http-equiv="refresh" target="_blank" content="' + authdly + '; url=' + auth + '">');
|
document.write('<meta http-equiv="refresh" target="_blank" content="' + authdly + '; url=' + auth + '">');
|
||||||
</script>
|
</script>
|
||||||
{/if}
|
{/if}
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
|
|
||||||
{if $tipe == 'view'}
|
{if $tipe == 'view'}
|
||||||
<div class="box box-primary">
|
<div class="box box-primary">
|
||||||
@ -110,4 +110,4 @@
|
|||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
8
ui/ui/user-ui/index.html
Normal file
8
ui/ui/user-ui/index.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403 Forbidden</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Directory access is forbidden.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
@ -18,4 +18,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-orderPlan -->
|
<!-- user-orderPlan -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
@ -34,4 +34,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-orderHistory -->
|
<!-- user-orderHistory -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -53,4 +53,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-orderPlan -->
|
<!-- user-orderPlan -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
@ -421,4 +421,4 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-orderView -->
|
<!-- user-orderView -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3"></div>
|
<div class="col-md-3"></div>
|
||||||
@ -150,4 +150,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-pages -->
|
<!-- user-pages -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -12,4 +12,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
|
|
||||||
<!-- user-phone-update -->
|
<!-- user-phone-update -->
|
||||||
|
|
||||||
@ -77,4 +77,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-profile -->
|
<!-- user-profile -->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -84,4 +84,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
@ -113,4 +113,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
@ -1,4 +1,4 @@
|
|||||||
{include file="sections/user-header.tpl"}
|
{include file="user-ui/header.tpl"}
|
||||||
<!-- user-orderView -->
|
<!-- user-orderView -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3"></div>
|
<div class="col-md-3"></div>
|
||||||
@ -64,4 +64,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="sections/user-footer.tpl"}
|
{include file="suser-ui/footer.tpl"}
|
Loading…
x
Reference in New Issue
Block a user