Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DTemplateEngine.php42 static public function createForTheme(string $themeName): TemplateEngine argument
45 $handleBarsObjectId = "handlebar-theme-$themeName";
74 if ($themeName !== $default) {
75 $themeDirectory = self::getThemeHomeAsWikiPath()->resolve($themeName);
H A DSiteConfig.php496 public function setTheme(string $themeName): SiteConfig argument
498 $this->setConf(TemplateEngine::CONF_THEME, $themeName);
H A DTemplateForWebPage.php254 public function setRequestedTheme(string $themeName): TemplateForWebPage argument
256 $this->requestedTheme = $themeName;