Home
last modified time | relevance | path

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

/template/mikio/
H A Dmikio.php867 $logo = $this->getMediaFile('logo', false);
868 $logoDark = $this->getMediaFile('logo-dark', false);
1420 $img = $this->getMediaFile('breadcrumb-sep', false);
1429 $img = $this->getMediaFile('breadcrumb-prefix', false);
1504 $img = $this->getMediaFile('youarehere-sep', false);
1513 $img = $this->getMediaFile('youarehere-prefix', false);
1664 … $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
2262 … public function getMediaFile(string $image, bool $searchCurrentNS = true, bool $propagate = true) function in dokuwiki\\template\\mikio\\mikio