瀏覽代碼

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 .= "";


Loading…
取消
儲存