기본환경설정 중복아이디 제거

This commit is contained in:
whitedot
2012-10-30 18:15:51 +09:00
parent 0c1edf6d8d
commit 217ccbedce

View File

@ -87,7 +87,7 @@ include_once ("./admin.head.php");
</tr>
<tr>
<th scope="row" id="th115"><label for="cf_new_skin">최근게시물 스킨</label></th>
<td headers="th115"><select id=cf_new_skin id="cf_new_skin" name="cf_new_skin" required >
<td headers="th115"><select id="cf_new_skin" name="cf_new_skin" required >
<?
$arr = get_skin_dir("new");
for ($i=0; $i<count($arr); $i++) {