summaryrefslogtreecommitdiff
path: root/themes/xenea/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xenea/header.php')
-rw-r--r--themes/xenea/header.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/xenea/header.php b/themes/xenea/header.php
index 4273fa0b30..a389bc914b 100644
--- a/themes/xenea/header.php
+++ b/themes/xenea/header.php
@@ -137,10 +137,11 @@ $displayDate=timestamp_to_gedcom_date(client_time())->Display(false, $DATE_FORMA
<td width="10" height="40"><img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="18" alt="" /></td>
<td width="115"><div id="favtheme" align="<?php echo $TEXT_DIRECTION=="rtl"?"right":"left" ?>" class="blanco"><?php print_theme_dropdown(1); ?><?php print_favorite_selector(1); ?></div></td>
<td><div align="center"><?php print_user_links(); ?></div></td>
- <td width="120"><div id="favdate" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right" ?>" class="blanco" align="right" ><?php print_lang_form(1); ?><?php echo $displayDate; ?>
-
-
- </div></td><td width="10"><img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /></td></tr></table>
+ <td width="120" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right" ?>" >
+ <div class="makeMenu"><?php echo MenuBar::getLanguageMenu()->getMenuAsList();?></div>
+ <div id="favdate" class="blanco" align="right" ><?php echo $displayDate; ?></div>
+ </td>
+ <td width="10"><img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /></td></tr></table>
<?php } ?>
<?php include($toplinks);
} ?>