관리자: gnb 스타일 수정

This commit is contained in:
whitedot
2013-03-06 18:08:50 +09:00
parent 15e9e89727
commit bb34b38d24
3 changed files with 21 additions and 27 deletions

View File

@ -18,7 +18,7 @@ function print_menu2($key, $no)
{
global $menu, $auth_menu, $is_admin, $auth, $g4;
$str .= "<ul>";
$str .= "<ul class=\"gnb_sub_ul\">";
for($i=1; $i<count($menu[$key]); $i++)
{
if ($is_admin != 'super' && (!array_key_exists($menu[$key][$i][0],$auth) || !strstr($auth[$menu[$key][$i][0]], 'r')))