ar빌더 아이패드 설정들..
로빈아빠
본문
if (!$g4[device_type]) {
$g4[device_type]=get_session("device_type");
if (!$g4[device_type] && $member[mb_id]) {
if (!$member[device_type]) $member[device_type]='pc';
$g4[device_type]=$member[device_type];
}
}
if (!$g4[device_type]) $g4[device_type]=get_cookie('device_type');
if (!$g4[device_type]) $g4[device_type]='pc';
//$sql="update $g4[board_table] set bo_gorup_menu_list_disp=0,bo_gorup_menu_view_disp=0";
//sql_query($sql);
<?
if ($g4[device_type]=='pad') {
$mw[config][cf_index_width]=700;
}
echo "<meta name=\"viewport\" content=\"width={$mw[config][cf_index_width]}\" />";
....
<!-- 하단 로고 -->
<div style='padding:5px'></div>
<table width=<?=$mw[config][cf_index_width]?> border=0 cellpadding=0 cellspacing=0 class=center align=center>
<tr><td height=2 colspan=2 bgcolor=#DDDDDD></td></tr>
댓글목록
등록된 댓글이 없습니다.