Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DStyleUtils.php96 $incbase = dirname($inifile) . '/';
106 $this->getValidatedStyles($stylesheets, $inifile, $mode, $incbase, $webbase)
132 * @param string $incbase
136 protected function getValidatedStyles($stylesheets, $file, $mode, $incbase, $webbase)
139 if (!file_exists($incbase . $file)) {
142 if (file_exists($incbase . $basename . '.' . $newExtension)) {
143 $stylesheets[$mode][$incbase . $basename . '.' . $newExtension] = $webbase;
152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;
137 getValidatedStyles($stylesheets, $file, $mode, $incbase, $webbase) global() argument