forked from kevinowino869/mitrobill
Widget For Customer
This commit is contained in:
14
system/widgets/customer/account_info.php
Normal file
14
system/widgets/customer/account_info.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
class account_info
|
||||
{
|
||||
public function getWidget()
|
||||
{
|
||||
global $ui;
|
||||
|
||||
$abills = User::getAttributes("Bill");
|
||||
$ui->assign('abills', $abills);
|
||||
return $ui->fetch('widget/customers/account_info.tpl');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user