mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
stage 2 restructured ui folder
This commit is contained in:
parent
0346a843ea
commit
fa3e256174
37 changed files with 29 additions and 28 deletions
2
init.php
2
init.php
|
@ -349,7 +349,7 @@ function _alert($text, $type = 'success', $url = "home", $time = 3)
|
|||
$ui->assign('type', $type);
|
||||
$ui->assign('time', $time);
|
||||
$ui->assign('url', $url);
|
||||
$ui->display('alert.tpl');
|
||||
$ui->display('admin/alert.tpl');
|
||||
die();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue