11 lines
136 B
PHP
Raw Normal View History

2025-02-21 16:01:46 +07:00
<?php
class html_only
{
public function getWidget($data = null)
{
global $ui;
return $data['content'];
}
}