mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 18:14:23 +02:00
11 lines
187 B
PHP
11 lines
187 B
PHP
<?php
|
|
|
|
|
|
class button_order_internet_plan
|
|
{
|
|
public function getWidget()
|
|
{
|
|
global $ui;
|
|
return $ui->fetch('widget/customers/button_order_internet_plan.tpl');
|
|
}
|
|
}
|