mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
11 lines
169 B
PHP
11 lines
169 B
PHP
<?php
|
|
|
|
|
|
class recharge_a_friend
|
|
{
|
|
public function getWidget()
|
|
{
|
|
global $ui;
|
|
return $ui->fetch('widget/customers/recharge_a_friend.tpl');
|
|
}
|
|
}
|