mitrobill/system/widgets/html_only.php
2025-02-17 13:54:30 +07:00

11 lines
136 B
PHP

<?php
class html_only
{
public function getWidget($data = null)
{
global $ui;
return $data['content'];
}
}