Lines Matching refs:version
60 * Stylesheet and Boostrap should have the same version
61 * This conf is a mix between the version and the stylesheet
235 return "v" . self::getTemplateInfo()['version'] . " (" . self::getTemplateInfo()['date'] . ")";
366 $comboVersion = self::getComboInfo()['version'];
922 // The version
933 throw new Exception("Bootstrap version should not be false");
1011 * @param $version - return only the selected version if set
1014 static function getStyleSheetsFromJsonFileAsArray($version = null)
1038 if (isset($version)) {
1039 if (!isset($styleSheets[$version])) {
1040 self::msg("The bootstrap version ($version) could not be found in the custom CSS file ($stylesheetsFile, or $localStyleSheetsFile)");
1042 $styleSheets = $styleSheets[$version];
1074 * @param $version
1078 static function buildBootstrapMetas($version)
1089 if (!isset($bootstrapMetas[$version])) {
1090 self::msg("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
1093 $bootstrapMetas = $bootstrapMetas[$version];
1098 $bootstrapCustomMetas = self::getStyleSheetsFromJsonFileAsArray($version);
1101 self::msg("The bootstrap custom file ($bootstrapCssFile) could not be found in the custom CSS files for the version ($version)");
1544 $comboVersion = self::getComboInfo()['version'];
1546 TplUtility::msg("The strap template has been deprecated. From the version <a href=\"https://combostrap.com/release/1.25\">1.25</a>, Combo should be used with the standard dokuwiki template.", self::LVL_MSG_WARNING);
1609 $version = self::getFullQualifyVersion();
1611 $poweredBy .= " <small><i>Powered by <a href=\"$domain\" title=\"ComboStrap " . $version . "\" style=\"color:#495057\">ComboStrap</a></i></small>";