mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-30 05:04:22 +02:00
add hook
This commit is contained in:
parent
742e0df1f2
commit
e6f8826490
25 changed files with 121 additions and 105 deletions
|
@ -18,5 +18,5 @@ $ui->assign('unpaid', ORM::for_table('tbl_payment_gateway')
|
|||
->where('username', $user['username'])
|
||||
->where('status', 1)
|
||||
->find_one());
|
||||
|
||||
run_hook('view_customer_dashboard'); #HOOK
|
||||
$ui->display('user-dashboard.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue