forked from kevinowino869/mitrobill
Widget For Customer
This commit is contained in:
11
system/widgets/customer/html_only.php
Normal file
11
system/widgets/customer/html_only.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class html_only
|
||||
{
|
||||
|
||||
public function getWidget($data = null)
|
||||
{
|
||||
global $ui;
|
||||
return $data['content'];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user