Browse Source

Update inc_menu_func.php

tags/6.2.7
叙述、别离 1 year ago
parent
commit
28e07bf3b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/inc/inc_menu_func.php

+ 1
- 1
src/admin/inc/inc_menu_func.php View File

@@ -32,7 +32,7 @@ function GetMenus($userrank, $topos = 'main')
if ($ctag->GetName() == 'top' && ($ctag->GetAtt('rank') == '' || TestPurview($ctag->GetAtt('rank')))) {
if ($openitem != 999 && !preg_match("#".$openitem.'_'."#", $ctag->GetAtt('item')) && $openitem != 100) continue;
$htmp = str_replace("~channelname~", $ctag->GetAtt("name"), $headTemplet);
$icon = 'fa-plug';
$icon = 'fa fa-plug';
if ($ctag->GetAtt('icon') != '') {
$icon = $ctag->GetAtt('icon');
}


Loading…
Cancel
Save