Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
H A Ddetail.php9 global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
32 $SRC = mediaFN($IMG, $REV); variable
33 if (!file_exists($SRC)) {
/dokuwiki/inc/
H A Dtemplate.php1076 * @param null|string $src the image src, uses global $SRC if not given
1084 global $SRC, $imgMeta;
1086 if (is_null($src)) $src = $SRC;