Searched refs:bootswatch_theme (Results 1 – 3 of 3) sorted by relevance
99 $bootswatch_theme = tpl_getConf('bootswatchTheme'); variable111 $bootswatch_theme = get_doku_pref('bootswatchTheme', null); variable114 if (!in_array($bootswatch_theme, $bootswatch_themes)) {115 $bootswatch_theme = 'default'; variable127 list($bootstrap_theme, $bootswatch_theme) = explode('/', $theme);134 … if ($bootstrap_theme == 'bootswatch' && in_array($bootswatch_theme, $bootswatch_themes)) {161 if (file_exists($tpl_incdir . "assets/fonts/$bootswatch_theme.fonts.css")) {162 $stylesheets[] = "assets/fonts/$bootswatch_theme.fonts.css";165 $stylesheets[] = "$bootswatch_url/$bootswatch_theme/bootstrap.min.css";
432 $bootswatch_theme = $this->getBootswatchTheme();435 $classes[] = (($bootstrap_theme == 'bootswatch') ? $bootswatch_theme : $bootstrap_theme);464 $bootswatch_theme = $this->getConf('bootswatchTheme');468 $bootswatch_theme = get_doku_pref('bootswatchTheme', null);471 return $bootswatch_theme;494 $bootswatch_theme = $this->getBootswatchTheme();495 … $theme = (($bootstrap_theme == 'bootswatch') ? $bootswatch_theme : $bootstrap_theme);
12 $bootswatch_theme = $TPL->getBootswatchTheme(); variable27 <li<?php echo ($bootswatch_theme == 'default') ? ' class="active"' : '' ?>>34 <li<?php echo ($bootswatch_theme == $theme) ? ' class="active"' : '' ?>>