mitrobill/system/widgets/html_only.php

11 lines
136 B
PHP
Raw Normal View History

2025-02-17 13:54:18 +07:00
<?php
class html_only
{
public function getWidget($data = null)
{
global $ui;
return $data['content'];
}
}