쇼핑몰 설치 체크했을 때만 로고 이미지등 복사하도록 수정
This commit is contained in:
@ -516,13 +516,15 @@ EOD;
|
|||||||
fwrite($f, $str);
|
fwrite($f, $str);
|
||||||
fclose($f);
|
fclose($f);
|
||||||
|
|
||||||
@copy('./logo_img', $data_path.'/common/logo_img');
|
if($shop_install) {
|
||||||
@copy('./logo_img', $data_path.'/common/mobile_logo_img');
|
@copy('./logo_img', $data_path.'/common/logo_img');
|
||||||
@copy('./main_img', $data_path.'/common/main_img');
|
@copy('./logo_img', $data_path.'/common/mobile_logo_img');
|
||||||
|
@copy('./main_img', $data_path.'/common/main_img');
|
||||||
|
|
||||||
@copy('./company_h', $data_path.'/content/company_h');
|
@copy('./company_h', $data_path.'/content/company_h');
|
||||||
@copy('./privacy_h', $data_path.'/content/privacy_h');
|
@copy('./privacy_h', $data_path.'/content/privacy_h');
|
||||||
@copy('./provision_h', $data_path.'/content/provision_h');
|
@copy('./provision_h', $data_path.'/content/provision_h');
|
||||||
|
}
|
||||||
//-------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------
|
||||||
?>
|
?>
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
Reference in New Issue
Block a user