Home
last modified time | relevance | path

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

/template/bootstrap3/
H A Dcss.php99 $bootswatch_theme = tpl_getConf('bootswatchTheme'); variable
111 $bootswatch_theme = get_doku_pref('bootswatchTheme', null); variable
114 if (!in_array($bootswatch_theme, $bootswatch_themes)) {
115 $bootswatch_theme = 'default'; variable
127 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";
H A DTemplate.php432 $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);
/template/bootstrap3/tpl/
H A Dtheme-switcher.php12 $bootswatch_theme = $TPL->getBootswatchTheme(); variable
27 <li<?php echo ($bootswatch_theme == 'default') ? ' class="active"' : '' ?>>
34 <li<?php echo ($bootswatch_theme == $theme) ? ' class="active"' : '' ?>>