示例#1
0
 public static function css($name = 'style', $module = null)
 {
     $path = $name . '.css';
     if (isset($module)) {
         $path = $module . '/css/' . $path;
     }
     $css = cwp::locate_file_url($path);
     return $css;
 }