forked from kevinowino869/mitrobill
Widget For Customer
This commit is contained in:
11
system/widgets/customer/announcement.php
Normal file
11
system/widgets/customer/announcement.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
class announcement
|
||||
{
|
||||
public function getWidget()
|
||||
{
|
||||
global $ui;
|
||||
return $ui->fetch('widget/customers/announcement.tpl');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user