', 0); // 💡 [핵심] 설정 파일 로드 $config_path = __DIR__ . '/config.php'; if (file_exists($config_path)) { include_once($config_path); } else { // 설정 파일이 없을 경우 기본값 $layout_grid_config = [ 'top' => 1, 'middle' => 1, 'bottom' => 1, 'left_ad' => false, 'right_ad' => false, ]; } ?>