Home
last modified time | relevance | path

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

/template/mikio/
H A Dmikio.php787 $logo = $this->getMediaFile('logo', false);
1282 $img = $this->getMediaFile('breadcrumb-sep', false);
1291 $img = $this->getMediaFile('breadcrumb-prefix', false);
1369 $img = $this->getMediaFile('youarehere-sep', false);
1378 $img = $this->getMediaFile('youarehere-prefix', false);
1517 $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
2103 public function getMediaFile(string $image, bool $searchCurrentNS = true, bool $propagate = true)
2036 public function getMediaFile(string $image, bool $searchCurrentNS = true, bool $propagate = true) global() function in dokuwiki\\template\\mikio\\Template