Home
last modified time | relevance | path

Searched refs:getMediaFile (Results 1 – 1 of 1) sorted by last modified time

/template/mikio/
H A Dmikio.php792 $logo = $this->getMediaFile('logo', false);
1297 $img = $this->getMediaFile('breadcrumb-sep', false);
1306 $img = $this->getMediaFile('breadcrumb-prefix', false);
1384 $img = $this->getMediaFile('youarehere-sep', false);
1393 $img = $this->getMediaFile('youarehere-prefix', false);
1532 $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
2118 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