mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-26 03:28:34 +02:00
11 lines
No EOL
176 B
PHP
11 lines
No EOL
176 B
PHP
<?php
|
|
|
|
class info_payment_gateway
|
|
{
|
|
|
|
public function getWidget($data = null)
|
|
{
|
|
global $ui;
|
|
return $ui->fetch('widget/info_payment_gateway.tpl');
|
|
}
|
|
} |