Home
last modified time | relevance | path

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

/template/bootstrap3/
H A Dcss.php106 $bootswatch_themes = array('cerulean', 'cosmo', 'cyborg', 'darkly', 'flatly', 'journal', 'lumen', 'paper', 'readable', 'sandstone', 'simplex', 'solar', 'slate', 'spacelab', 'superhero', 'united', 'yeti'); variable
114 if (!in_array($bootswatch_theme, $bootswatch_themes)) {
134 if ($bootstrap_theme == 'bootswatch' && in_array($bootswatch_theme, $bootswatch_themes)) {
H A DTemplate.php342 $bootswatch_themes = $this->getConfMetadata('bootswatchTheme');
343 return $bootswatch_themes['_choices'];