Home
last modified time | relevance | path

Searched refs:tseed (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dtemplate.php243 $tseed = $updateVersion;
246 foreach ($depends as $f) $tseed .= @filemtime($f);
247 $tseed = md5($tseed);
373 'href' => DOKU_BASE . 'lib/exe/css.php?t=' . rawurlencode($conf['template']) . '&tseed=' . $tseed
396 'src' => DOKU_BASE . 'lib/exe/js.php' . '?t=' . rawurlencode($conf['template']) . '&tseed=' . $tseed