mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
enhanced format to add an icon and already translated texts
This commit is contained in:
parent
4dade58bbe
commit
ddc665d061
@ -152,7 +152,7 @@
|
||||
$GLOBALS['idots_tpl']->set_var($var);
|
||||
$GLOBALS['idots_tpl']->pfp('out','extra_blocks_header');
|
||||
|
||||
while(list($text,$url) = each($file))
|
||||
foreach($file as $text => $url)
|
||||
{
|
||||
sidebox_menu_item($url,$text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user