19 lines
168 B
Markdown
Raw Permalink Normal View History

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