mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
bulma started
This commit is contained in:
parent
565f481a65
commit
79c7ad1d98
45 changed files with 169 additions and 13045 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
**/
|
||||
_admin();
|
||||
$ui->assign('_title', $_L['Recharge_Account'] . ' - ' . $config['CompanyName']);
|
||||
$ui->assign('_title', $_L['Recharge_Account']);
|
||||
$ui->assign('_system_menu', 'prepaid');
|
||||
|
||||
$action = $routes['1'];
|
||||
|
@ -452,7 +452,7 @@ switch ($action) {
|
|||
->count();
|
||||
}
|
||||
|
||||
$ui->assign('_title', $_L['Voucher_Hotspot'] . ' - ' . $config['CompanyName']);
|
||||
$ui->assign('_title', $_L['Voucher_Hotspot']);
|
||||
$ui->assign('from_id', $from_id);
|
||||
$ui->assign('pagebreak', $pagebreak);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue