Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/exe/
H A Dcss.php425 protected $relative_path; variable in DokuCssFile
463 if (is_null($this->relative_path)) {
473 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
476 return $this->relative_path;