コード例 #1
0
ファイル: Theme.php プロジェクト: VasileGabriel/humhub
 /**
  * Store colors to configuration.
  *
  * @deprecated since version 1.1
  * @param type $themeName
  */
 public static function setColorVariables($themeName)
 {
     $theme = ThemeHelper::getThemeByName($themeName);
     if ($theme !== null) {
         $theme->storeColorsToConfig();
     }
 }