경로 및 파일명 수정
This commit is contained in:
@ -24,7 +24,6 @@ function print_menu2($key, $no)
|
||||
if ($is_admin != 'super' && (!array_key_exists($menu[$key][$i][0],$auth) || !strstr($auth[$menu[$key][$i][0]], 'r')))
|
||||
continue;
|
||||
|
||||
// if ($no == 2) $str .= " <img src='{$g4['admin_path']}/img/icon.gif' align=absmiddle> ";
|
||||
$str .= '<li class="gnb_2depth"><a href="'.$menu[$key][$i][2].'">'.$menu[$key][$i][1].'</a></li>';
|
||||
|
||||
$auth_menu[$menu[$key][$i][0]] = $menu[$key][$i][1];
|
||||
@ -56,17 +55,6 @@ function imageview(id, w, h)
|
||||
if (el_id.style.display != 'none')
|
||||
selectBoxHidden(id);
|
||||
}
|
||||
|
||||
// TEXTAREA 사이즈 변경
|
||||
function textarea_size(fld, size)
|
||||
{
|
||||
var rows = parseInt(fld.rows);
|
||||
|
||||
rows += parseInt(size);
|
||||
if (rows > 0) {
|
||||
fld.rows = rows;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="to_content"><a href="#wrapper">본문 바로가기</a></div>
|
||||
|
||||
Reference in New Issue
Block a user