mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 01:05:13 +02:00
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
32 changed files with 67 additions and 59 deletions
|
@ -291,9 +291,9 @@ switch ($do) {
|
|||
run_hook('customer_view_login'); #HOOK
|
||||
if ($config['disable_registration'] == 'yes') {
|
||||
$ui->assign('code', alphanumeric(_get('code'), "-"));
|
||||
$ui->display('user-login-noreg.tpl');
|
||||
$ui->display('user-ui/login-noreg.tpl');
|
||||
} else {
|
||||
$ui->display('user-login.tpl');
|
||||
$ui->display('user-ui/login.tpl');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue