|
@@ -47,10 +47,10 @@ function GetMenus($userrank, $topos = 'main') |
|
|
if ($ctag2->GetAtt('addico') != '') {
|
|
|
if ($ctag2->GetAtt('addico') != '') {
|
|
|
$addico = $ctag2->GetAtt('addico');
|
|
|
$addico = $ctag2->GetAtt('addico');
|
|
|
} else {
|
|
|
} else {
|
|
|
$addico = 'fa-plus-circle';
|
|
|
|
|
|
|
|
|
$addico = 'fa fa-plus-circle';
|
|
|
}
|
|
|
}
|
|
|
$addalt = $ctag2->GetAtt('addalt');
|
|
|
$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>";
|
|
|
|
|
|
|
|
|
$link = "$link<a href='".$ctag2->GetAtt('linkadd')."' class='submenu-right' target='".$ctag2->GetAtt('target')."'><span class='$addico' title='$addalt'></span></a>";
|
|
|
} else {
|
|
|
} else {
|
|
|
$link .= "";
|
|
|
$link .= "";
|
|
|
}
|
|
|
}
|
|
|