개인정보취급방침, 개인정보수집이용을 개인정보처리방침으로 문구 변경

This commit is contained in:
kagla
2014-01-29 10:21:36 +09:00
parent 8b50062f86
commit 013f47ada2
5 changed files with 11 additions and 11 deletions

View File

@ -656,7 +656,7 @@ if ($config['cf_icode_id'] && $config['cf_icode_pw']) {
<td colspan="3"><textarea name="cf_stipulation" id="cf_stipulation" rows="10"><?php echo $config['cf_stipulation'] ?></textarea></td>
</tr>
<tr>
<th scope="row"><label for="cf_privacy">개인정보취급방침</label></th>
<th scope="row"><label for="cf_privacy">개인정보처리방침</label></th>
<td colspan="3"><textarea id="cf_privacy" name="cf_privacy" rows="10"><?php echo $config['cf_privacy'] ?></textarea></td>
</tr>
</tbody>