aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/right.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/right.php')
-rw-r--r--h-source/Application/Views/right.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php
index a37e0a2..9684dc3 100644
--- a/h-source/Application/Views/right.php
+++ b/h-source/Application/Views/right.php
@@ -33,7 +33,7 @@
<?php if ($islogged === 'yes') { ?>
<div class="login_box_logged">
<div class="who_you_are_and_logout">
- <?php echo gtext("Hello");?> <b><?php echo $username; ?></b> (<a href="<?php echo $this->baseUrl?>/users/logout">logout</a>)
+ <?php echo gtext("Hello");?> <b><?php echo $username; ?></b> (<a href="<?php echo $this->baseUrl."/users/logout/".Lang::$current;?>">logout</a>)
</div>
<div class="your_panel_link">
<?php echo gtext("Your");?> <a href="<?php echo $this->baseUrl."/my/home/$lang";?>"><?php echo gtext("control panel");?></a>