bulma started

This commit is contained in:
Ibnu Maksum
2022-10-13 14:00:54 +07:00
parent 565f481a65
commit 79c7ad1d98
45 changed files with 169 additions and 13045 deletions

View File

@ -4,7 +4,7 @@
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
**/
_auth();
$ui->assign('_title', $_L['Dashboard'] . ' - ' . $config['CompanyName']);
$ui->assign('_title', $_L['Dashboard']);
$user = User::_info();
$ui->assign('_user', $user);