<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hello.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>is there a way to modify the out put of the
translation block that is generated by the translation module, part of the i18n
set of modules. I am trying to play with the following statement:</FONT></DIV>
<DIV><FONT face=Arial size=2><?php print theme("item_list",
translation_get_links($_GET['q'])); ?></FONT></DIV>
<DIV><FONT face=Arial size=2>what this produces are links for the 2 languages
and their associated flags in 2 lines since it's a list. I assume that changing
"item_list" will change the way those links are rendered? but how, what other
functions can I use?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>it would be great if in the end I could display
only the flags in one line, next to each other. or better yet, if I could
display only the flag for the none-active language. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>any ideas?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Mohammed al-shar'</FONT></DIV></BODY></HTML>