mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
default widget value
This commit is contained in:
parent
aeae936f17
commit
a013373554
5 changed files with 44 additions and 11 deletions
11
system/widgets/info_payment_gateway.php
Normal file
11
system/widgets/info_payment_gateway.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
class info_payment_gateway
|
||||
{
|
||||
|
||||
public function getWidget($data = null)
|
||||
{
|
||||
global $ui;
|
||||
return $ui->fetch('widget/info_payment_gateway.tpl');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue