Files
mitrobill/system/widgets/customer/html_only.php
2025-02-21 16:04:53 +07:00

11 lines
136 B
PHP

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