Merge branch 'master' of github.com:gnuboard/yc5
This commit is contained in:
@ -13,8 +13,9 @@ else
|
|||||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||||
|
|
||||||
// 한페이지에 출력하는 이미지수 = $list_mod * $list_row
|
// 한페이지에 출력하는 이미지수 = $list_mod * $list_row
|
||||||
$list_mod = 3; // 한줄에 이미지 몇개씩 출력?
|
// 모바일에서는 계산된 이미지수가 중요함
|
||||||
$list_row = 5; // 한 페이지에 몇라인씩 출력?
|
$list_mod = 1; // 한줄에 이미지 몇개씩 출력? 단, 모바일환경에서는 사용되지 않음.
|
||||||
|
$list_row = 10; // 한 페이지에 몇라인씩 출력?
|
||||||
|
|
||||||
$img_width = $default['de_type'.$type.'_img_width']; // 출력이미지 폭
|
$img_width = $default['de_type'.$type.'_img_width']; // 출력이미지 폭
|
||||||
$img_height = $default['de_type'.$type.'_img_height']; // 출력이미지 높이
|
$img_height = $default['de_type'.$type.'_img_height']; // 출력이미지 높이
|
||||||
|
|||||||
@ -254,7 +254,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
|
|||||||
|
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<input type="submit" value="<?php echo $w==''?'회원가입':'정보수정'; ?>" id="btn_submit" class="btn_submit" accesskey="s">
|
<input type="submit" value="<?php echo $w==''?'회원가입':'정보수정'; ?>" id="btn_submit" class="btn_submit" accesskey="s">
|
||||||
<a href="<?php echo $g5['path'] ?>/" class="btn_cancel">취소</a>
|
<a href="<?php echo G5_URL; ?>/" class="btn_cancel">취소</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user