mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
sorted the navbar apps
This commit is contained in:
parent
db1b79ff98
commit
3fd860790a
@ -891,6 +891,7 @@
|
|||||||
$GLOBALS['phpgw_info']['navbar']['home']['icon'] = $this->image('phpgwapi','home.gif');
|
$GLOBALS['phpgw_info']['navbar']['home']['icon'] = $this->image('phpgwapi','home.gif');
|
||||||
|
|
||||||
reset($GLOBALS['phpgw_info']['user']['apps']);
|
reset($GLOBALS['phpgw_info']['user']['apps']);
|
||||||
|
asort($GLOBALS['phpgw_info']['user']['apps']);
|
||||||
while ($permission = each($GLOBALS['phpgw_info']['user']['apps']))
|
while ($permission = each($GLOBALS['phpgw_info']['user']['apps']))
|
||||||
{
|
{
|
||||||
if (is_long($permission[0]))
|
if (is_long($permission[0]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user