5 lines
115 B
PHP
5 lines
115 B
PHP
<?php
|
|
namespace LIB;
|
|
abstract class lib_css extends lib{
|
|
protected static function css_path(){} //css webpath
|
|
} |