Exemple #1
0
 /**
  * Create css path
  * @static
  * @param string $strFileLocation
  * @param bool $boolForceCacheRefresh
  * @return string
  */
 public static function createCssPath($strFileLocation, $boolForceCacheRefresh)
 {
     $objConfig = YarblesLocator::getConfig();
     return $objConfig->getProperty("css_path") . "/" . $strFileLocation . ($boolForceCacheRefresh ? "?" . AppVersionHelper::getVersionHash() : "");
 }