mitrobill/system/widgets/template.md

19 lines
168 B
Markdown
Raw Normal View History

<?php
```php
class widget_name
{
public static getWidget($data)
{
global $config, $ui;
return $ui->fetch('widget/template');
}
}
```