예제 #1
0
파일: theme.php 프로젝트: anastiel/lainchan
 public static function build($action, $settings)
 {
     global $config;
     if ($action == 'all') {
         file_write($config['dir']['home'] . $settings['file'], rules::install($settings));
     }
 }