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