1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Fix for Admin Panel buttons.

This commit is contained in:
Cameron
2019-01-17 11:49:26 -08:00
parent 4e5dacf4d2
commit bce677757c
3 changed files with 26 additions and 14 deletions

View File

@@ -978,19 +978,11 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
'e-eurl'
);
$count = 0;
foreach($iconlist as $k=>$v)
{
if($count === 20)
{
break;
}
if(!in_array($k,$exclude))
{
$defArray[] = $k;
$count++;
}
}