mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
10 lines
362 B
PHP
10 lines
362 B
PHP
<?php
|
|
|
|
namespace SYSTEM\SAI;
|
|
|
|
class saimod_dasense_text_handler extends \SYSTEM\SAI\SaiModule {
|
|
public static function html_js(){ return '';}
|
|
public static function html_css(){return '';}
|
|
public static function html_content(){return 'SYS';}
|
|
public static function html_li_menu(){return '<li><a href="#" id="texthandler">Text Handler</a></li>';}
|
|
} |