forked from extern/egroupware
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']->set_var($var);
|
||||||
$GLOBALS['idots_tpl']->pfp('out','extra_blocks_header');
|
$GLOBALS['idots_tpl']->pfp('out','extra_blocks_header');
|
||||||
|
|
||||||
while(list($text,$url) = each($file))
|
foreach($file as $text => $url)
|
||||||
{
|
{
|
||||||
sidebox_menu_item($url,$text);
|
sidebox_menu_item($url,$text);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user