%s %s writeableFolders as $folder_path) { $file_path = FULL_PATH.$folder_path; $folder_status = is_writable($file_path) ? 'OK' : 'FAILED'; echo sprintf($folder_tpl, $file_path, $folder_status); } ?>