Header Language Selection

Header Language Selection

by Shaan p -
Number of replies: 0

The loged in userinformation and the language selection bar is brought in using a single variable called $menu in header.html .

<?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 in the left extreme and the language selection in the right extreme . how can i split this .  Is there any seperate variables available .

Please tellme where should the changes be made .

refer to the attachment for futher information !

Thanks !

Average of ratings: -