mitrobill/system/widgets/customer/recharge_a_friend.php
2025-02-21 16:04:53 +07:00

12 lines
169 B
PHP

<?php
class recharge_a_friend
{
public function getWidget()
{
global $ui;
return $ui->fetch('widget/customers/recharge_a_friend.tpl');
}
}