전체게시판 최신글 스킨 폴더변경
본문
https://sir.kr/g5_skin/21691#c_40033
요 전체게시판 최신글 스킨을 사용중인대
더보기 링크를 요 최신글 스킨 소스만 new.php로 연결해주려고 basic폴더를
복사해서 nlatest폴더로 바꾸고 latest.skin.php에 lt_more 링크도
변경하였습니다,
그러나 라이브러리 소스를 수정해서 basic이 아닌 nlatest폴더에 파일들을 불러오려고 하는대
이렇게 했는대도 여전히 basic에 있는 파일들을 불러옵니다.
이렇게 수정하면 되는건지 아니면 추가 수정을 해야할까요?
global $g5;
if (!$skin_dir) $skin_dir = 'nlatest';
if(!$options) $options_cache = 'nlatest'; else $options_cache = $options;
$options_cache = str_replace(array(" ","'"), array("",""), $options_cache);
$not_in = "";
if($sub_table!=''){
foreach ($sub_table as $key => $val) {
$not_in .= "'$val',";
$not_cache .= "{$val}";
}
}else{
$not_cache = 'nlatest';
}
$not_in .= "'1'";
답변을 작성하시기 전에 로그인 해주세요.