Home
last modified time | relevance | path

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

/template/bootstrap3/
H A Dcss.php98 $bootstrap_theme = tpl_getConf('bootstrapTheme'); variable
127 list($bootstrap_theme, $bootswatch_theme) = explode('/', $theme);
129 if ($bootstrap_theme && in_array($bootstrap_theme, array('default', 'optional', 'custom'))) {
134 if ($bootstrap_theme == 'bootswatch' && in_array($bootswatch_theme, $bootswatch_themes)) {
144 $bootstrap_theme = 'none'; variable
147 switch ($bootstrap_theme) {
H A DTemplate.php431 $bootstrap_theme = $this->getConf('bootstrapTheme');
435 $classes[] = (($bootstrap_theme == 'bootswatch') ? $bootswatch_theme : $bootstrap_theme);
493 $bootstrap_theme = $this->getConf('bootstrapTheme');
495 $theme = (($bootstrap_theme == 'bootswatch') ? $bootswatch_theme : $bootstrap_theme);