docu_system/files/lib/lib_jscss.php.txt

7 lines
146 B
Plaintext

<?php
namespace LIB;
abstract class lib_jscss extends lib{
protected static function js_path(){}
protected static function css_path(){}
}