コード例 #1
0
ファイル: common.php プロジェクト: Knuzen/gpEasy-CMS
 /**
  * Add js and css components to the current web page
  *
  * @static
  * @since 2.0b1
  * @param string $names A comma separated list of ui components to include. Avail since gpEasy 3.5.
  */
 static function LoadComponents($names = '')
 {
     gpOutput::$components .= ',' . $names . ',';
     gpOutput::$components = str_replace(',,', ',', gpOutput::$components);
 }