소스 검색

Update inc_menu_func.php

tags/6.2.0
llgoer 1 년 전
부모
커밋
73296e76dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/admin/inc/inc_menu_func.php

+ 1
- 1
src/admin/inc/inc_menu_func.php 파일 보기

@@ -37,7 +37,6 @@ function GetMenus($userrank, $topos = 'main')
$icon = $ctag->GetAtt('icon');
}
$htmp = str_replace('~icon~', $icon, $htmp);
$htmp = str_replace('~cc~', $m.'_'.$openitem, $htmp);
echo $htmp;
$dtp2->LoadSource($ctag->InnerText);
foreach ($dtp2->CTags as $j => $ctag2) {
@@ -50,6 +49,7 @@ function GetMenus($userrank, $topos = 'main')
} else {
$addico = 'fa-plus-circle';
}
$addalt = $ctag2->GetAtt('addalt');
$link = "$link<a href='".$ctag2->GetAtt('linkadd')."' class='submenu-right' target='".$ctag2->GetAtt('target')."'><span class='fa $addico' title='$addalt'></span></a>";
} else {
$link .= "";


불러오는 중...
취소
저장