mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-13 19:44:24 +02:00
11 lines
No EOL
136 B
PHP
11 lines
No EOL
136 B
PHP
<?php
|
|
|
|
class html_only
|
|
{
|
|
|
|
public function getWidget($data = null)
|
|
{
|
|
global $ui;
|
|
return $data['content'];
|
|
}
|
|
} |