Files
mitrobill/system/widgets/template.md
2025-02-14 17:08:05 +07:00

168 B

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