Home
last modified time | relevance | path

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

/template/mikio/
H A Dmikio.php43 public $footerScript = [];
224 if (count($this->footerScript) > 0) {
226 foreach ($this->footerScript as $script) {
1933 $this->footerScript['hero-subtitle'] = 'mikio.setHeroSubTitle(\'' . $subtitle . '\')';
1966 $this->footerScript['hero-image'] = 'mikio.setHeroImage(\'' . $image . '\')';
1977 $this->footerScript['hero-colors'] = 'mikio.setHeroColor(\'' . $subtitle . '\')';
1997 $this->footerScript['hide-parts'] = $script;
2019 $this->footerScript['tags'] = 'mikio.setTags(\'' . $tags . '\')';
35 public $footerScript = []; global() variable in dokuwiki\\template\\mikio\\Template