enhanced format to add an icon and already translated texts

This commit is contained in:
Ralf Becker 2003-10-21 19:03:07 +00:00
parent 4dade58bbe
commit ddc665d061

View File

@ -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);
}