forked from kevinowino869/mitrobill
default widget value
This commit is contained in:
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');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user