system/lib/lib_css.php

5 lines
115 B
PHP

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