|
if($ar['ar_theme']) { echo "[{$ar['ar_theme']}]"; } ?>
=$ar['ar_name']?>
|
if($ar['ar_type'] == 'file' || $ar['ar_type'] == 'url') {
// 이미지 타입의 파일
?>
if($ch[$key]) { ?>
} else { ?>
이미지 미등록
} ?>
|
if($ar['ar_type'] == 'url') { ?>
/>
} else {
// 두상 - 직접 업로드
?>
} ?>
|
} else { ?>
if($ar['ar_type'] == 'text') {
?>
/> =$ar['ar_text']?>
} else if($ar['ar_type'] == 'textarea') { ?>
} else if($ar['ar_type'] == 'select') {
$option = explode("||", $ar['ar_text']);
?>
} ?>
|
} ?>
} ?>