Explorar el Código

Update inc_menu_func.php

tags/6.2.7
叙述、别离 hace 1 año
padre
commit
28e07bf3b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/admin/inc/inc_menu_func.php

+ 1
- 1
src/admin/inc/inc_menu_func.php Ver fichero

@@ -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');
}


Cargando…
Cancelar
Guardar