docu_system/files/lib/lib_css.php.txt

6 lines
116 B
Plaintext

<?php
namespace LIB;
abstract class lib_css extends lib{
protected static function css_path(){} //css webpath
}