mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 20:34:56 +02:00
Widget For Customer
This commit is contained in:
parent
b379266973
commit
686f3de2d3
20 changed files with 621 additions and 459 deletions
11
system/widgets/customer/button_order_internet_plan.php
Normal file
11
system/widgets/customer/button_order_internet_plan.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
|
||||
class button_order_internet_plan
|
||||
{
|
||||
public function getWidget()
|
||||
{
|
||||
global $ui;
|
||||
return $ui->fetch('widget/customers/button_order_internet_plan.tpl');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue