Language selection and user information in the header

Language selection and user information in the header

by Shaan p -
Number of replies: 0

Hello,

         In header.html , the user information and the language selection box are brought in using a variable called $menu .

<?php if ($home) {  // This is what gets printed on the home page only
?>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" class="headerhome">
        <tr><td colspan="3" align="right" class="navigation"><?php echo $menu ?></td></tr>
  </table>

but in our site , I want the user information to be at left extreme of the row and the language selection in the right extreme of the row . how can I split it ?

please tell me what and where the changes has to be made .

refer to the screen shot for details .

Average of ratings: -